xiaowei-hu / CycleGAN-tensorflow

Tensorflow implementation for learning an image-to-image translation without input-output pairs. https://arxiv.org/pdf/1703.10593.pdf
715 stars 294 forks source link

To support more datasets #53

Open ai-porter opened 5 years ago

ai-porter commented 5 years ago

Currently, it is not that flexible to shift from one dataset to another, especially for the images with unequal height and width.