train keypoints estimation using pseudo labelling with a custom dataset #3252
Unanswered
tracyqian0720
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.
-
Hi , I am looking to train the keypoints estimation model using pseudo labelling with a custom dataset that I collected myself. Only the keypoints are desired and that's what is in my json file : names of key points and the coordinates (obtained using outputs["instances"].pred_keypoints.cpu().detach().numpy() ),
I am struggling to train the keypoint model cuz I have never worked with COCO format before but it seems like it is the format that is required for detectron, how can I convert my json data to COCO format? or should I generate a new set of data since I didn't include bbox and other information? Or they wouldn't matter if they are not desired as an output?
Thank you so much !
Beta Was this translation helpful? Give feedback.
All reactions