-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Relate points with boxes for pose estimation #1421
Comments
@sramirez, hi. While not provided in CVAT UI (i.e. CVAT does not support COCO keypoints officially), it can be done with Datumaro. It exports annotations of the
If you have any ideas on improvement - you are welcome. |
From that, I thus understand it's not possible to create a bbox and associate it to a subsequent set of keypoints, right? This is a requirement for my pose estimation task, bc I need to distinguish for each body point if it belongs to one box or another (alike people). |
Join points and boxes into a group. |
Still not valid bc some points could be skipped, thus breaking the correct point order. |
CVAT has Documentation: https://github.com/opencv/cvat/blob/develop/cvat/apps/documentation/user_guide.md#shape-grouping |
I will close the issue. |
Hello,
Is there any way to associate boxes with keypoints following the COCO keypoint detection format?
For instance, I would like to associate person with the face point so that after exporting to COCO format the point and the box are associated to the same instance ID. However, neither they are associated nor the point even appear in the JSON file.
I've been reading in the issues track about how CVAT faces pose detection problem, but not sure if funcionality is now being developed or not. Seems Datamuro deals witht the export problem, but no solution for relating detection (boxes) with keypoints.
The text was updated successfully, but these errors were encountered: