clovaai / stargan-v2

StarGAN v2 - Official PyTorch Implementation (CVPR 2020)
Other
3.48k stars 654 forks source link

simplified StarGAN2 repo for practice #112

Open eps696 opened 3 years ago

eps696 commented 3 years ago

hello, many thanks to the authors for this incredible [net]work.

here is a simplified version, which may be of interest for those, who look for a working creative tool, rather then scientifc research (i have used it myself to produce quite a few recognized artworks). in the meantime it requires local installation; colab notebooks (and probably some generation tricks) should be added later.

https://github.com/eps696/stargan2

fpaupier commented 3 years ago

Interesting, and cool artworks! I made a simpler repo too for dockerization - if that's something you're interetsed in you can take a look at the docker file and docker-compose definition here: https://github.com/fpaupier/stargan-v2

eps696 commented 3 years ago

thanks for info! alas, i'm on windows, and it's not that straighforward to run docker with gpu support on it (afaik, it still requires some special windows version from the insider preview program - i tested it once, it worked, but was not handy enough for real use)