xiezhy6 / GP-VTON

Official Implementation for CVPR2023 paper "GP-VTON: Towards General Purpose Virtual Try-on via Collaborative Local-Flow Global-Parsing Learning"
475 stars 82 forks source link

The pose json file of VITON_HD has 75 keypoints. Could you please let know how to generate the same? #32

Open arunsubk opened 1 year ago

arunsubk commented 1 year ago

Hi @xiezhy6 /All,

Thanks for the great work and share. The pose json fine has 75 keypoints i.e. 75 entries in the array ( a product of x,y,z i.e. 3 coordinates multiplied by 25 keypoints). Could you please let us know which open-source version of openpose could generate 25 keypoints? I see most openpose source implementations generate 18 keypoints.

Regards, Arun

Vinbert0203 commented 1 year ago

openpose-25 keypoints

Vinbert0203 commented 1 year ago

https://github.com/beingjoey/pytorch_openpose_body_25

arunsubk commented 1 year ago

Thanks a lot for this. This is so much easier vis-a-vis openpose installation I was having to go through.