-
Notifications
You must be signed in to change notification settings - Fork 45.6k
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
Training Keypoints Detection Model using Object Detection API #4676
Comments
^ Wondering the same. |
Very hopes to release it!!! |
I've added some notes about this topic here: #2366 |
Hi There, |
@erfan-matroid did you figure out the key-point detection training? I really appreciate if you could share some references |
I am also keen to see a documentation on how to use the OD API for kp-detection. |
System information
tensorflow/models/research/object_detection/samples/configs/mask_rcnn_*
v1.8.0-0-g93bc2e2072 1.8.0
V9.0.176
/V7.0.5
source
Describe the problem
Mask-RCNN model can also be trained for keypoints detection and there is a
keypoint_box_coder
for the Mask RCNN model. However there is no documentation about preparing data and training a model for keypoints detection and judging from this test case it appears that it's not supported yet. Is there a plan to add keypoints detection to this API or are there any pointers to help add the implementation?The text was updated successfully, but these errors were encountered: