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
I'm trying to convert real image to latent through PTI inversion as you said and put it in DragGAN.
I'm using pre-trained StyleGAN with FFHQ-512 that you suggested, and I'm reproducing Drag Editing with FFHQ dataset, but the quality is not very good.
Can you present the configuration (e.g., latent space, generator optimization steps, latent inversion steps) in PTI implementation, or present the PTI inversion code that was actually used when showing qualitative results included in the paper?
My questions are specifically as follows.
Question about your PTI implementation
After using PTI inversion, do you create additional optimized StyleGANs when you create Edited Images? (I think it would have been, of course.)
Which space did you project latent to, w space or w+ space? (In my case, w space)
How many steps did you use to inversion latent? (In my case, 1000 steps)
How many steps do you do generator optimization? (In my case, 400 steps)
Which resolution did you use in real images, and which model did you use in qualitative results? (I'm curious about face dragging results. In section 4 - man with glasses, In section 13 - man)
Now, I implemented it by referring to the implementation of #142, but the quality is not very good. I would appreciate it if you could answer what would be the problem.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello, thanks for your great work!
I'm trying to convert real image to latent through PTI inversion as you said and put it in DragGAN.
I'm using pre-trained StyleGAN with FFHQ-512 that you suggested, and I'm reproducing Drag Editing with FFHQ dataset, but the quality is not very good.
Can you present the configuration (e.g., latent space, generator optimization steps, latent inversion steps) in PTI implementation, or present the PTI inversion code that was actually used when showing qualitative results included in the paper?
My questions are specifically as follows.
Question about your PTI implementation
Now, I implemented it by referring to the implementation of #142, but the quality is not very good. I would appreciate it if you could answer what would be the problem.
Thank you.
The text was updated successfully, but these errors were encountered: