Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advice on combining CLIP with the neural renderer #45

Open
thuangb opened this issue Nov 5, 2021 · 3 comments
Open

Advice on combining CLIP with the neural renderer #45

thuangb opened this issue Nov 5, 2021 · 3 comments

Comments

@thuangb
Copy link

thuangb commented Nov 5, 2021

Hi, this is an very interesting and impressive work in using AI for art. Now, as CLIP has created more and more astounding painting from text, I just want to ask some advice, if possible, on combining CLIP and your work together which can be very interesting. Thanks

@jiupinjia
Copy link
Owner

Hi @thuangb, thanks for your suggestion. Yes, we can definitely add a CLIP loss to our framework. I believe it should work well although I haven't tried that. This would be interesting and worth trying. I will check this out in the near future and probably add this new feature to our method.

@thuangb
Copy link
Author

thuangb commented Nov 8, 2021

Hi, I just want to ask that what part I have to modify ? I think I must add an new CLIP loss in loss.py and modify the optimization loop in the demo files but I do not familiar with the neural renderer part in your code so I need some advice. Thanks. FYI, I think you can refer to this repo if you plan to add CLIP feature in the future.

@jiupinjia
Copy link
Owner

Hi @thuangb, since almost everything in the rendering pipeline is differentiable, all you have to do is to add a CLIP similarity loss to the loss function part. I have been working on this recently. Hopefully, this feature will be available very shortly. I will let you know when it is ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants