SijieSong / person_generation_spt

PyTorch Implementation for Unsupervised Person Image Generation with Semantic Parsing Transformation
110 stars 22 forks source link

how to train networks using a different dataset #4

Open haru-256 opened 5 years ago

haru-256 commented 5 years ago

Could you tell me how to train networks with a different dataset? Thank you.

sparshgarg23 commented 2 years ago

I doubt that it can be transferred to custom datasets.It relies on creating pairs.csv train_img.csv and keypoint.csv.The last is easy to get but the other two are not suitable and need a lot of time to create ,thereby making it difficult to transfer this method to a custom dataset Perhaps the author might give some insights into it. I tried creating it for my own the csv file exploded in size.