nipunmanral / Cross-Domain-Image-Translation-Using-CycleGAN

CycleGAN based neural network architecture to change the gender of a person’s face
17 stars 1 forks source link

Training Image Data #6

Open Saracenz opened 4 years ago

Saracenz commented 4 years ago

Hi,

Do you know if the CelebA dataset is available already organised in the folders required?

trainA - images of male faces for training
trainB - images of female faces for training
testA - images of male faces for testing
testB - images of female faces for testing

I have downloaded the zip file of images but they are all in one big folder.

kindrowboat commented 4 years ago

Reading between the lines in the README, it looks like separating out the trainA, trainB, testA, and testB sets was left as an exercise to the user. You could programatically separate them using the annotation file which is a CSV with "male" being one of the annotations.