Different keypoints for different objets in custom dataset #3006
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Iam new to mmpose. After some time reading the docs I think I roughly figured out how to use the toolbox. However, I want to train a rsn model from scratch using a custom dataset. I generated my synthetic data using my custom written "Keypoint Annotator" for blenderproc. As I use blenderproc my annotations are in the coco format.
How do i configure the
dataset_info
file? My images contain different objects with different keypoints so my annotations look something likeHow do i specify different keypoints for different objects (category ids) in the
dataset_info
file?Is it possible to skip the
dataset_info
file, since the annotations file basically contains all the informations ofdataset_info
? Like reading directly from the annotations file?I also add an example (annotations) file to this post.
coco_annotations.json
Maybe someone could help me, thanks!
Beta Was this translation helpful? Give feedback.
All reactions