Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing cord in some video #12

Open
yijun-li-20 opened this issue Feb 29, 2020 · 3 comments
Open

Missing cord in some video #12

yijun-li-20 opened this issue Feb 29, 2020 · 3 comments

Comments

@yijun-li-20
Copy link

Thank you for your work! I have downloaded a Bruno Mars video and resize it to 288*512, but I can't correctly get the coordinates with ./pose_estimator and I found there is one point missing in the results.(Figure 1) I have tried the Afrobeat exercise video and I am pretty sure I get the right setup. (Figure 2)
0201
00000
Source video:
https://www.youtube.com/watch?v=PMivT7MJ41M

It would be great if you can check this out!

@yijun-li-20
Copy link
Author

Well I have found the problem of missing joints is not unusual. Can you share how to deal with the -1, -1 after pose estimation?

@Lotayou
Copy link
Owner

Lotayou commented Mar 26, 2020

Occlusion is inevitable in real-world videos, and unfortunately this module outputs (-1, -1) for missing cords. Just ignore this and use the rendered figure map as input. It's not a big deal. Alternatively, you can try to use segmentations masks, body parsing maps, or even Densepose to get the pose information.

@kai0122
Copy link

kai0122 commented Oct 18, 2021

@yijun-li-20 Did you generate a good result when using this target video?
I tried on my video for walking pose and also your Bruno Mars dancing pose, but it seems that the result is not good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants