clovaai / stargan-v2

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

What should we do with our own dataset? #96

Open Zhenggen-deng opened 3 years ago

Zhenggen-deng commented 3 years ago

I am very interested in your project, but at the same time I have some questions to ask you;

I want to build on your project and try to run my own dataset. I found that your two datasets have corresponding parameters, so can I directly replace your image datasets without changing the corresponding parameters?

I know that the success rate of this method is very low, but my data set has only one classification, while your data set is divided into two categories (men, women) and three categories (cats, dogs, wild animals). If I change the corresponding parameters,What should I do? Can you give me corresponding suggestions?

I'm looking forward to your reply. I hope I didn't disturb you

improgress commented 2 years ago

Do you have some ideas? i confront the same troubles.