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

How do I get keypoints extraction? #46

Closed
darwinharianto opened this issue Dec 12, 2019 · 5 comments
Closed

How do I get keypoints extraction? #46

darwinharianto opened this issue Dec 12, 2019 · 5 comments

Comments

@darwinharianto
Copy link

darwinharianto commented Dec 12, 2019

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)

@kaixin-bai
Copy link

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.

@HaiyiMei
Copy link

@darwinharianto @kaixin-bai Hey guys, how did you solve this problem? I'm facing the same issues now. Thanks!

@darwinharianto
Copy link
Author

@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.

@yangninghua
Copy link

@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

@darwinharianto
Copy link
Author

@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.
The resulting annotation would be Main object + other objects, and I just have to create a script that takes the other objects location as the keypoints. Hacky solution, but it works...

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

4 participants