How to structure training and test data
masterTo train or test CycleGAN on custom datasets, organize your data into a folder structure with two subdirectories:
trainAandtrainB: For training images from domain A and domain B.testAandtestB: For test images from domain A and domain B.
Note on Dataset Selection:
CycleGAN works best when the two domains share similar visual content (e.g., landscape painting <\leftrightarrow> landscape photographs). It may fail on datasets with very different content (e.g., cats <\leftrightarrow> dogs).