-
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
Better support of human pose/keypoints scenario #494
Comments
I agree that it may be useful. Alternative approach is to have one point per joint. Thus the point will have a separate label and you can visualize its name. |
This would be very useful for creating annotations sets to use with deeplabcut and deepposekit Also there seems to be a lack of shortcuts/cycling ability to go through keypoints efficiently (ex. in deeplabcut, after you label one keypoint it auto-selects the next label). Currently in cvat this process is several times slower |
The feature has been implemented here #1 It also was merged to current repository, you need to update CVAT from Thank you. |
@bsekachev just want to know does this branch support annotating points and export to COCO keypoint formats? |
Thanks for your great work!
I just start using this tool to annotate a tiny dataset for human pose/keypoints. This is kind of easy to use.
However as long as I copy the keypoints from one frame to other frame, it is super hard for me to make sure which joints is corresponding to which points.
It would be good that it could visualize the order/name for the keypoint based on its order. For example, the first joint is visualized as 1 at the side of the point when I select the points. Or visualize all the order of the points when I select the annoatation.
It would be a great help for me to annotate the keypoint. Espically in the video.
Hopefully it could be a easy fix in the js end.
Best,
Yang
The text was updated successfully, but these errors were encountered: