-
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
Support of (Key-)Point formats in CVAT #2910
Comments
I'm also interested in this. |
I am looking for this |
COCO keypoints are not supported yet, possible solutions are described here: #1784 and #1421 (comment) |
@zhiltsov-max I think those workarounds don't work for me because I have less than 3 keypoints, and masks are only supported with at least 3 points. |
@zhiltsov-max Also, I think having keypoints in COCO format should be a very common feature. |
Yes, I agree with @claverru, having the keypoints in COCO is a very common feature, and in my opinion is an urgent enhancement |
#1421 (comment) describes exactly this topic. |
I'm also interested in this. |
Could you describe the expected output for the points from CVAT when exporting in COCO format? If you want to export them as is, it is possible already, using the way described above. |
Hi @zhiltsov-max ,
Thank you very much |
@kirill-sizov , it is a very hot issue. |
Can consider trying this:
|
Keypoints have been added to CVAT and COCO formats. |
This issue arose again in the latest version of CVAT. |
@yasakova-anastasia , could you please check? |
@oz-swapnil, could you please describe your problem in more detail? Keypoints are supported in CVAT and COCO Keypoints formats. |
@yasakova-anastasia Sure. I have annotated points with multiple labels in 56 images, saved the task and tried to export the dataset as COCO Keypoints 1.0. In the JSON file, the annotations field was empty. |
This format can only export skeleton annotations. Do you have skeleton annotations? |
Okay. Got it. Thanks for the help! But can't we get individual points in COCO format? |
COCO requires categories for points, and plain points do not have any. This is the reason why skeletons are required. |
Got it @zhiltsov-max! Thank you for the clarification and thank you @yasakova-anastasia and @nmanovic for helping out. This issue can be closed now. |
Hello everyone,
the issue itself is that, when I export annotations in COCO Format, points are not shown in the json, but polygons are.
I have tried both creating a new task and only annotating points and also combining points and polygons, and neither of them exports the COCO Format with both instances.
Expected Behaviour
The expected behaviour is to be able to export the COCO Format with both points and polygons.
Current Behaviour
The current behaviour is that the COCO Format is not able to export points.
Possible Solution
It would just be a matter of implementing the points inside the COCO Format, so that they can be exported alongside the polygons.
Steps to Reproduce (for bugs)
Context
The project that I am actually working in requires both a combination of a mask and a keypoint inside of it, in the most important part of the object. Without the points, the goal cannot be accomplished.
Your Environment
docker version
(e.g. Docker 17.0.05): Docker version 19.03.12, build 48a66213feThe text was updated successfully, but these errors were encountered: