tengteng95 / Pose-Transfer

Code for the paper Progressive Pose Attention for Person Image Generation in CVPR19 (Oral).
MIT License
734 stars 160 forks source link

different image naming format with pervious work #40

Open menyifang opened 5 years ago

menyifang commented 5 years ago

Hi, thanks for your great code~

One problem. I find that the image naming format is different between your work and PG2 (https://arxiv.org/pdf/1705.09368.pdf), you name the images as 'fashion+men/women+cloth+id+view.jpg', but for PG2, they rename the id from 00001. So would you mind to provide the mapping between your image names and those in PG2? In other words, how do you collect the new split under your naming format?

Thanks~~