geyuying / PF-AFN

Official code for "Parser-Free Virtual Try-on via Distilling Appearance Flows", CVPR 2021.
546 stars 138 forks source link

Testing #27

Closed dhananjay1710 closed 3 years ago

dhananjay1710 commented 3 years ago

Thank you so much for implementing this research paper in such a convenient format for us! I just needed a little help! I have a custom dataset with a directory for "clothes", "clothes-masks", "test-images", how do I go about testing it? My approach, from what I understood in the code, was to add the images in the folders and then edit the demo.txt to form pairs accordingly? Is there an easier/more automated method for doing this? Thank you for your help!

SahilDhull commented 3 years ago

You can write a script that picks up random image from the folders and writes them in demo.txt

dhananjay1710 commented 3 years ago

You can write a script that picks up random image from the folders and writes them in demo.txt

Right, that is what i proceeded to do, thank you !