linjx-ustc1106 / TuiGAN-PyTorch

PyTorch Implementation of ECCV 2020 Spotlight "TuiGAN: Learning Versatile Image-to-Image Translation with Two Unpaired Images"
186 stars 15 forks source link

Trained weights #1

Open ofirkris opened 4 years ago

ofirkris commented 4 years ago

Hi, thanks for sharing this great project. Can you kindly share pre-trained models for Sytle Transfer?

linjx-ustc1106 commented 4 years ago

Hi, thanks for sharing this great project. Can you kindly share pre-trained models for Sytle Transfer?

We have given one example of artistic style transfer in our code, and you can train a artistic style transfer by the following commnet: python train.py --input_name art --root datas/art For other cases, you can replace the content image and style image in the datas/art.

JaeDukSeo commented 4 years ago

is the pre-trained weights going to be released??

linjx-ustc1106 commented 4 years ago

is the pre-trained weights going to be released??

Currentlly, we do not have such plan. Please feel free to contact us if you have any re-production problem.