CycleGAN-Keras
CycleGAN-Keras copied to clipboard
Enquery
Hi, I wonder how can I get the training dataset. Can you offer the one u used to train this GAN? Thanks
Hi @YINDAIYING,
The research project was done in collaboration with a private company that provided the dataset and which has the right to all used training and test images. Thereby I unfortunately can't give you the dataset.
Oh I understand Thank you :)
No worries, hope you find what you are looking for :)
A recommendation is that you take a look at the original CycleGAN repository where you can find and download the datasets they have used. These are available at https://github.com/junyanz/CycleGAN#datasets
The 256x256 pixel images can be used with the Keras code directly. Note that other image sizes requires reshaping of the images.