Skip to content
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

Closed
foreverYoungGitHub opened this issue Jun 12, 2019 · 5 comments
Closed

Better support of human pose/keypoints scenario #494

foreverYoungGitHub opened this issue Jun 12, 2019 · 5 comments
Labels
enhancement New feature or request

Comments

@foreverYoungGitHub
Copy link
Contributor

foreverYoungGitHub commented Jun 12, 2019

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

@nmanovic nmanovic added Easy to fix The issue is easy to fix and probably it will be release in a next minor release enhancement New feature or request good first issue labels Jun 18, 2019
@nmanovic nmanovic added this to the Backlog milestone Jun 18, 2019
@nmanovic
Copy link
Contributor

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.

@nmanovic nmanovic changed the title Visualizing the points order or name for the points visualization Better support of human pose/keypoints scenario Nov 20, 2019
@altear
Copy link

altear commented Jun 9, 2020

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

@nmanovic nmanovic removed help wanted Easy to fix The issue is easy to fix and probably it will be release in a next minor release labels Nov 28, 2021
@nmanovic nmanovic removed this from the Backlog milestone Nov 28, 2021
@bsekachev
Copy link
Member

The feature has been implemented here #1

It also was merged to current repository, you need to update CVAT from develop branch if you want to use it.
It is initial implementation and probably will be improved in the future, so, we are glad to get any feedbacks.

Thank you.

@adamsau
Copy link

adamsau commented Aug 25, 2022

@bsekachev just want to know does this branch support annotating points and export to COCO keypoint formats?

@bsekachev
Copy link
Member

@adamsau

It supports annotation points and dumping in CVAT format.
Dumping in COCO format is in progress #4821

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants