-
Notifications
You must be signed in to change notification settings - Fork 106
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
How to use Learn_direction_in_latent_space.ipynb #26
Comments
Hey, good question. I agree that right now it is't clear. After using the After using your attributes classifier you have to create Hope it would help! |
Thanks for such a quick response! So, I would have 2 columns; the first indicating the index (just numbers), the second indicating the attribute label(gender, age, etc.) For the attributes classifier, which one did you use? I know of deepFace and that works pretty well from my experience, but just curious which you have used to create your I am using my own styleGAN for this that I trained to generate 256x256 images, corresponding to (14,512) latent outputs, so the directions provided [stylegan2directions] unfortunately do not work for me. Thanks! |
Yep, I see. We used internal attributes classifier from my previous company Yandex. But for now I would recommend to use CLIP classifier. It's pretty easy to create a classifier by just describing it. For example, a prompt like "image of a smiling face" and "image of a neutral face" to classify emotions. |
Amazing! Thank you so much for all of this info. Take care, |
Hi,
I am just wondering, how am I supposed to use Learn_direction_in_latent_space.ipynb?
What should "data.tsv" be? How should I organize my data here?
Thanks!
The text was updated successfully, but these errors were encountered: