CycleGAN-Keras icon indicating copy to clipboard operation
CycleGAN-Keras copied to clipboard

Enquery

Open YINDAIYING opened this issue 5 years ago • 3 comments

Hi, I wonder how can I get the training dataset. Can you offer the one u used to train this GAN? Thanks

YINDAIYING avatar Jul 28 '19 07:07 YINDAIYING

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.

simontomaskarlsson avatar Jul 28 '19 19:07 simontomaskarlsson

Oh I understand Thank you :)

YINDAIYING avatar Jul 29 '19 03:07 YINDAIYING

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.

simontomaskarlsson avatar Jul 29 '19 18:07 simontomaskarlsson