-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
Live 3D module: zeroes or NaNs? #2018
Comments
Hi, may i see your custom code for 3d reconstruction? |
Hey Hadi, Do you mean my code to reconstruct the JSON output in the program that I use (which is Matlab, so unsure if you would be able to use that)? Or do you mean the code to reconstruct a person in 3D with OpenPose? Because I don't have that; I 'simply' used the manual provided on this Github. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hey guys,
I've been working with the 3D (live) reconstruction module for a while now and was left with a question. Let me break it down:
So now to my question: what is going on here? Does OpenPose return a 0 value for undetected keypoints during the live reconstruction as well; and can I not see them/the origin? Or will it have a NaN value during the live reconstruction, but does a filter of some sorts convert these NaNs to 0s when it saves it in JSON files?
It's a bit of nitpicking, but I was wondering this for practical reasons!
The text was updated successfully, but these errors were encountered: