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 by my own #9

Closed XMU-qcj closed 2 years ago

XMU-qcj commented 3 years ago

Thank You so much for this great work, How can I test in my own image?

cuiaiyu commented 3 years ago

For you own image, first get pose estimation and human parse, so you have (img, parse, pose) pairs for the target person and each target garment. Then follow the code in demo.ipynb to run the model.

Djvnit commented 2 years ago

Thank You so much for this great work, How can I test in my own image?

Hi @Unknownnnnnnn @cuiaiyu , I followed the same but I'm getting some error which I'm unable to resolve. Kindly help me I'm new in the field of AI/ML. Below is the error that I m getting error

I have clearly explained the path I followed in issue #21