Blade6570 / Learningimage-to-imagetranslationusingpairedandunpairedtrainingsamples

Learning image-to-image translation using paired and unpaired training samples
https://tutvision.github.io/Learning-image-to-image-translation-using-paired-and-unpaired-training-samples/
Other
20 stars 3 forks source link

naming convention for the paired data #1

Closed devraj89 closed 4 years ago

devraj89 commented 5 years ago

Hi Thanks for your nice work! Can you please specify how to put up the paired data in the train sub-folder? Any specific naming convention that we should follow? like image_a_1, image_a_2, image_b_1, image_b_2, ... etc ?

Any suggestions will be helpful for running the code.

Thanks Devraj

Blade6570 commented 5 years ago

Hi, In the dataset folder, I have kept a folder under the name of "train". It is for paired data (Where the image and its map are concatenated and named as i.jpg where i=1:50). For the unpaired data the folders are "trainA" and "trainB". You can give the same name for the image and its map and keep it in the separate folder as given in the dataset folder.

Thanks