-
Notifications
You must be signed in to change notification settings - Fork 85
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
Region editing #24
Comments
It was based on running PCA on the structure code. For the landscape editing, we collected the structure codes across all locations and images, and then run PCA. In more detail, I randomly chose 5000 images from the training set and extracted the structure codes to produce a For face editing, because the faces are aligned, we flattened the codes to |
Hi @taesungp , thanks for your reply. Because I am a newbie so can you explain why we need use PCA here and how we get predefined manipulation vector with PCA in face editing? 1 manipulation vector with 1 image? I see n_dimension PCA in your code is set default 128 dims. Does it also is 128 in face editing and landscape editing ? .Thanks a lot for your helping me to understand more ! |
Hi @hughwcq , thanks for your suggest. I find the code of PCA in util directory. |
Hi @taesungp , great project ! I have a question that in your paper and demo video you show that the model can change the region in the object using PCA collaborate with the mask user draw. Can you explain more detail. Thank you!
The text was updated successfully, but these errors were encountered: