eladrich / pixel2style2pixel

Official Implementation for "Encoding in Style: a StyleGAN Encoder for Image-to-Image Translation" (CVPR 2021) presenting the pixel2style2pixel (pSp) framework
https://eladrich.github.io/pixel2style2pixel/
MIT License
3.19k stars 570 forks source link

can you please share an example in colab to train. #33

Closed molo32 closed 3 years ago

molo32 commented 3 years ago

I have a set of images. can you share an example in colab to train a set of images

yuval-alaluf commented 3 years ago

Hi @molo32 , We do not plan on adding an example for training in the colab notebook as this was designed mainly to help people get started with running inference. If you have data and are ready to train, please refer to the "Training" section in the README: https://github.com/eladrich/pixel2style2pixel#training It will provide you with an example command for training each of our available applications.