minar09 / ACGPN

"Towards Photo-Realistic Virtual Try-On by Adaptively Generating↔Preserving Image Content",CVPR 2020. (Modified from original with fixes for inference)
https://github.com/switchablenorms/DeepFashion_Try_On
77 stars 70 forks source link

How to dress specific clothes for a person #10

Open Veronica1997 opened 3 years ago

Veronica1997 commented 3 years ago

Hi, I'm trying to dress one person with some specific clothes in this dataset. However, when I run test.py, the result seems every person is dressed randomly by the clothes in file img_color. How can I dress specific clothes for a person. Thank you very much!

minar09 commented 3 years ago

Hi, I think I already made that change not to dress clothes randomly. Currently, it dresses clothes according to the image pairs from the list files e.g. test_pairs.txt. You can check my commit here to modify for your purpose: https://github.com/minar09/ACGPN/commit/c84ea2addc1f83b3566b04760443ea9d5a4ecc70

Veronica1997 commented 3 years ago

Hi, I think I already made that change not to dress clothes randomly. Currently, it dresses clothes according to the image pairs from the list files e.g. test_pairs.txt. You can check my commit here to modify for your purpose: c84ea2a

Thank you very much!!! Your work help me a lot

hamzanaeem1999 commented 3 years ago

@Veronica1997 How to run this project on specific custom image , I have successfully runs the project but I want to dress up the specific person on specific clothe , How to do this ?