menyifang / ADGAN

The Implementation of paper "Controllable Person Image Synthesis with Attribute-Decomposed GAN" CVPR 2020 (Oral); Pose and Appearance Attributes Transfer;
473 stars 90 forks source link

Preparing the dataset #33

Open SumanthJain2998 opened 2 years ago

SumanthJain2998 commented 2 years ago

@menyifang Hello, Thank you for providing the code for the amazing work.

I am trying to train the network from end to end. As per the instructions I downloaded the in-shop clothes retrieval from the deepfashion dataset. The dataset is structured into MEN and WOMEN subdirectories. I'm having trouble loading and creating the test and train splits.

Can you please look help me with it? or can you provide the link to test and train sets you've created ?

Thank you