You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, great work! I am wondering what options you use to calculate the projected latents in assets/demo/projected_latents?
I am trying to recreate them using the default parameters via: python3 tools/project.py 00_ryan.jpg
But the resulting vectors are numerically different and, when viewed in demo.py: (1) the projected image is good but clearly different than the projected image preloaded in the repo and (2) the editing directions don't seem to work very well for this set of latent codes.
Below I've included a screenshot of the behavior I am seeing. Note the differences in his neckline from the demo projection and the lack of any meaningful change in the output image.
The text was updated successfully, but these errors were encountered:
Hi, sorry for the late reply. Could you please provide the script you used to perform the projection?
To get a good projection, you should enable --encoder for a good initialization. --optimize_sub_g and add --enc_reg_weight will also potentially help to make the editing more obvious. We notice that sometimes when you improve the reconstruction, the editing ability could actually become worse. We think this is an open question pending research.
Alternatively, you can increase the max_value here (
Hello, great work! I am wondering what options you use to calculate the projected latents in
assets/demo/projected_latents
?I am trying to recreate them using the default parameters via:
python3 tools/project.py 00_ryan.jpg
But the resulting vectors are numerically different and, when viewed in demo.py: (1) the projected image is good but clearly different than the projected image preloaded in the repo and (2) the editing directions don't seem to work very well for this set of latent codes.
Below I've included a screenshot of the behavior I am seeing. Note the differences in his neckline from the demo projection and the lack of any meaningful change in the output image.
The text was updated successfully, but these errors were encountered: