adobe-research / sam_inversion

[CVPR 2022] GAN inversion and editing with spatially-adaptive multiple latent layers
Other
171 stars 10 forks source link

How to find edits direction? #5

Closed andorxornot closed 7 months ago

andorxornot commented 2 years ago

Thanks for the article!

For example, how can I manipulate only the pose of a car?

GaParmar commented 2 years ago

Hi,

Thank you for the interest in this work! You can use ganspace (https://github.com/harskish/ganspace) or some of the other related edit direction finding methods such as StyleCLIP, SeFA, etc for finding the direction that manipulates the pose of the car.

Regards, Gaurav