clovaai / stargan-v2

StarGAN v2 - Official PyTorch Implementation (CVPR 2020)
Other
3.48k stars 656 forks source link

how to use different dataset #41

Open engineer-38 opened 4 years ago

engineer-38 commented 4 years ago

How to use different datasets? How to arrange it inside data file? for example I want to transfer cat images to dogs.

yunjey commented 4 years ago

@engineer-38 Use the AFHQ hyperparameter setting. Change the training and validation path. See https://github.com/clovaai/stargan-v2#training-networks. We do not provide the code to align animal faces.