-
Notifications
You must be signed in to change notification settings - Fork 128
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
How do I get keypoints extraction? #46
Comments
Since you already have the position of neck, hands, legs of the doll in object coordinate system, and you can also get the translation and rotation of the doll in camera coordinate system with NDDS, maybe you can just convert the coordinate system from object to camera, then you can get the position of keypoints in camera coordinate system. |
@darwinharianto @kaixin-bai Hey guys, how did you solve this problem? I'm facing the same issues now. Thanks! |
@HaiyiMei Sorry for the late reply, I ended up making a cube and parented them inside object. Later on I used another script to convert them to COCO format. |
Excuse me, what does this mean? I don't quite understand it |
@yangninghua So instead of having one object, I created multiple objects. One object would be the main object, the others would be the 'keypoints'. Parenting other objects to main Objects would make them move together. |
Hello, thank you so much for this powerful tool!
If I am using a doll, is there any way I can extract every hinge location?
Position of neck, hands, legs, etc
#46 (comment)
The text was updated successfully, but these errors were encountered: