Open noelcodes opened 4 years ago
You should prepare the data step by step and modify the data path in test.sh (replace 'your_path' with your real path):
How do we generate the segmentation files? Which human parser do you use?
Hi @BadourAlBahar, we generated the segmentation files with pre-trained model provided in this project, and also tried more accuracy model, like Graphonomy.
Thank you very much for the resources. In here, there are 20 classes for the human parts, how did you get the 8 segmented parts?
Edit: you mention in the supplementary material that you "integrate the original labels into 8 main categories".. How do you do this integration?
- fashionMENDenimid0000056501_1front.jpg
Thank you so much for sharing your project - I am learning a lot about fashion. Can I ask why the files are joined like this instead of being in a folder structure? Is it a design choice? I have the source files but they are in folders.
Edit: you mention in the supplementary material that you "integrate the original labels into 8 main categories".. How do you do this integration?
You can refer to this answer #10.
- fashionMENDenimid0000056501_1front.jpg
Thank you so much for sharing your project - I am learning a lot about fashion. Can I ask why the files are joined like this instead of being in a folder structure? Is it a design choice? I have the source files but they are in folders.
This code is built on PATN, and we directly prepare the data like them.
- fashionMENDenimid0000056501_1front.jpg
Thank you so much for sharing your project - I am learning a lot about fashion. Can I ask why the files are joined like this instead of being in a folder structure? Is it a design choice? I have the source files but they are in folders.
This code is built on PATN, and we directly prepare the data like them.
Hello, can you provide the deep fasion dataset in-shop clothes retrival benchmark dataset that is not in the folder but used in the actual experiment?
@shilongshen, you can download deep fashion dataset in-shop clothes retrival benchmark here
Hi, @menyifang, I am trying to use your pretrained model to test the result. Which directory should I put the pretrained model file in?
I am trying to reproduce your work via pre-trained model (provided in your google link). Seem to be missing something. I ran this:
but stuck here:
Can you provide the ***.npy files?
For detailed log error look here: https://colab.research.google.com/drive/19OPWmpnwgXdQuV06N3xRmew5wP6DuU4K#scrollTo=xl8EZycCiwPJ&uniqifier=1
Maybe I'm heading to the wrong direction. Please advise clearly how to reproduce your work without training?