DAFlow
DAFlow copied to clipboard
Keypoints Generation!
Hi! Kindly let me know about the required preprocessing steps to test on custom data. And how to get key points for a person?
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:
Skeleton with the approach I described :
And if you are asking about the key points, they used Openpose as they mentioned.
@MosbehBarhoumi How to get the json format using this repository: https://github.com/Hzzone/pytorch-openpose.
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.