Keypoint Annotation #1060
Unanswered
ErikDerGute
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Guys,
for my thesis I need to train a neuronal network with a bunch of data (pictures). So I would like to use blenderproc for generating and annotating this data. The pictures contain some objects and for each object there several "keypoints". I mark my "keypoints" using a mesh object (circle) and set it as a child to my object. For annotating the objects I use the build in function "write_coco_annotations" and it works very well. Now my question is: is there a smart way to annotate also the keypoints via the build in function, or do I have to write my own "annotator"? I got the 2D pixel koordinates of my keypoints but I dont know how to to merge them with my other annotation information.
Here is my Code:
Thank you you for helping me out
Best Erik
Beta Was this translation helpful? Give feedback.
All reactions