cuiaiyu / dressing-in-order

(ICCV'21) Official code of "Dressing in Order: Recurrent Person Image Generation for Pose Transfer, Virtual Try-on and Outfit Editing" by Aiyu Cui, Daniel McKee and Svetlana Lazebnik
https://cuiaiyu.github.io/dressing-in-order
Other
517 stars 127 forks source link

Test Custom Images #57

Closed vinodbukya6 closed 2 years ago

vinodbukya6 commented 2 years ago

Thank you so much for your great work. I am trying virtual tryon testing and have img, parse, posekeypoints pairs for target person and garment. Can anyone guide me on how to pass these files to model or inference. Tried using demo.ipynb but facing issues.

vinodbukya6 commented 2 years ago

Hi, I am trying virtual tryon testing and have img, parse, posekeypoints pairs for target person and garment. pimg size: torch.Size([3, 256, 176]) parse size: torch.Size([256, 176, 3]) pose size: torch.Size([18, 256, 176]) image

Can anyone guide me on this?