jerryli27 / TwinGAN

Twin-GAN -- Unpaired Cross-Domain Image Translation with Weight-Sharing GANs
Apache License 2.0
719 stars 98 forks source link

First Usage Instructions - Training on another dataset #9

Open mhusseinsh opened 6 years ago

mhusseinsh commented 6 years ago

Firstly, I would like to thank you for this amazing work.

I am interested in using your implementation on image-to-image translation (synthetic to real-world data) on my own dataset, for example, GTA to Cityscape as done by the UNIT.

What are the steps of getting your implementation running on my dataset ?

jerryli27 commented 6 years ago

Hi. Thanks for your interest in this work.

If your dataset only contains images without labels, then converting them to tfrecord and changing the flags should do the trick.

I haven't tried GTA to Cityscape, but training may be hard on those datasets. Feel free to share your results on this thread.