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 run on custom image ? #17

Open hamzanaeem1999 opened 3 years ago

hamzanaeem1999 commented 3 years ago

I have tried your code and it is working fine but I want to run the code on custom images , how it is possible ?

minar09 commented 3 years ago

Hi @hamzanaeem1999 , to run on custom images, you need to prepare the masks and segmentation files from the input images, according to the dataset used here. You can also refer to the original author's repository and their paper on how to prepare your custom data. Thanks.