Open Veronica1997 opened 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
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
@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 ?
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!