OFA-Sys / DAFlow

125 stars 16 forks source link

Keypoints Generation! #15

Open ajmairkashif opened 1 year ago

ajmairkashif commented 1 year ago

Hi! Kindly let me know about the required preprocessing steps to test on custom data. And how to get key points for a person?

MosbehBarhoumi commented 1 year ago

Hello @ajmairkashif I have recently utilized this repository: https://github.com/Hzzone/pytorch-openpose. I found that by commenting out the line 'canvas = util.draw_handpose(canvas, all_hand_peaks)' in the demo.py file, the resulting skeleton output remains identical.

Skeleton in the test data:

000001_0_keypoints

Skeleton with the approach I described : result

MosbehBarhoumi commented 1 year ago

And if you are asking about the key points, they used Openpose as they mentioned.

zero-kappa commented 8 months ago

@MosbehBarhoumi How to get the json format using this repository: https://github.com/Hzzone/pytorch-openpose.

MosbehBarhoumi commented 8 months ago

Hello, @zero-kappa, could you please review my repository regarding all the pre-processing steps? You can find it at the following link: VITON-PRE-PROCESSING. It is the official one on the VITON repository.