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
507 stars 126 forks source link

What's the version of openpose? #51

Closed jerry940080 closed 2 years ago

jerry940080 commented 2 years ago

Please provide the details of the openpose version, it seems that the version of the openpose would affact the demo result.

cuiaiyu commented 2 years ago

The openpose version shouldn't affect the results. Just make sure you are using COCO label (17 joints) rather than the body25 label, which have 25 labels. If you are constrained with body 25 label, please refer to https://github.com/cuiaiyu/dressing-in-order/issues/21