GrayXu / Virtual-Try-On-Flask

Virtual Try-on Network on Flask
Mozilla Public License 2.0
84 stars 20 forks source link

How to Test with arbitrary size image? #7

Open shufangxun opened 4 years ago

shufangxun commented 4 years ago

How to Test with arbitrary size image, it must be [256,192]?

GrayXu commented 4 years ago

the original model set fixed length input, so it must be [256,192]
I add a cropping pre-processing for human image based on keypoint detection, but the cloth image should still be 256*192.