Virtual-Try-On-Flask icon indicating copy to clipboard operation
Virtual-Try-On-Flask copied to clipboard

How to Test with arbitrary size image?

Open shufangxun opened this issue 4 years ago • 1 comments

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

shufangxun avatar Apr 30 '20 11:04 shufangxun

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.

GrayXu avatar Apr 30 '20 12:04 GrayXu