genforce / idinvert_pytorch

[ECCV 2020] In-Domain GAN Inversion for Real Image Editing (PyTorch code)
https://genforce.github.io/idinvert/
MIT License
407 stars 54 forks source link

Can this model be used only for face datasets? #33

Open su-hyeonjeong opened 1 year ago

su-hyeonjeong commented 1 year ago

I wanna use this model for non-face datasets. (interpolation etc.) is it possible?

zhujiapeng commented 1 year ago

Yes, you can train on your dataset using this repo. Besides, in this repo, we also provide some training models on the LSUN tower and bedroom.

su-hyeonjeong commented 1 year ago

Can I train on my dataset (non-face data) using this repo(idinvert_pytorch) ? I just wanna use pytorch tool.. (Not tensorflow,,) Sholud I use tensorflow?

su-hyeonjeong commented 1 year ago

Plus, sholud I use code in github? Can I use colab for non-face dataset?