DAFlow icon indicating copy to clipboard operation
DAFlow copied to clipboard

Keypoints Generation!

Open ajmairkashif opened this issue 2 years ago • 4 comments

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

ajmairkashif avatar Feb 16 '23 09:02 ajmairkashif

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 avatar Apr 07 '23 11:04 MosbehBarhoumi

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

MosbehBarhoumi avatar Apr 07 '23 11:04 MosbehBarhoumi

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

zero-kappa avatar Nov 14 '23 02:11 zero-kappa

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.

MosbehBarhoumi avatar Nov 14 '23 10:11 MosbehBarhoumi