adobe-research / sam_inversion

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

Wrong weights filename for e4e cats #6

Open ariel415el opened 2 years ago

ariel415el commented 2 years ago

Hi, I think the filename for "cats" is wrong here: https://github.com/adobe-research/sam_inversion/blob/4852a2a033ac5af981f91b9eb2baa3df6e2229fa/src/sam_inv_optimization.py#L117

Since there is only "e4e_cats.pt" in

https://www.cs.cmu.edu/~SAMInversion/ckpt/

But I think this one is bad too as I'm not able to laod it...

GaParmar commented 2 years ago

Hi,

Thank you for pointing this out. The file uploaded to the website as "e4e_cats.pt" is formatted incorrectly. The filename should still be "e4e_lsuncats_encode.pt", it is uploaded to the website now and should get downloaded correctly.

Regards, Gaurav