-
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
Keypoint Numbering Messed up for COCO Keypoint export #5048
Comments
Hi, @jitaxis If you are using app.cvat.ai, please share a task/job ID with us. |
The task ID is: |
Looks like I was able to reproduce it. |
@yasakova-anastasia Could you please look at the problem? @jitaxis Thank you for the report. |
Yes, that is exactly it. |
I was able to reproduce this on app.cvat.ai, but not on a development server (with the latest commit). It's possible this has already been fixed. |
I am not sure about it. |
Is the fix able to be used in the docker image of cvat? |
Just pull the changes from the repository and: |
Probably |
@SpecLad Could you please have a look? |
@jitaxis Did you use the |
My actions before raising this issue
Read/searched the docs
Searched past issues
When exporting keypoint annotations using the COCO keypoint annotation and then importing them back into CVAT, the keypoints are in the wrong order. I don't know if this is useful, but the annotation was done using the keypoint skeleton.
Expected Behaviour
The annotations shouldn't change order when exported. It occurs on the export as I open them on another annotator to check.
This does not occur when exporting in CVAT format.
Current Behaviour
The key points are incorrect order. E.g Square is annotated as below.
When importing this back into CVAT the following may occur.
Possible Solution
There doesn't seem to be a pattern in the changes I can see, but I assume this is happening in the conversion to COCO keypoint.
Steps to Reproduce (for bugs)
Context
I need this for a project, but this is also a bug in the performance.
Your Environment
I am using the web browser version of CVAT on a linux ubunutu 20.04 OS, with Chrome as my browser.
The text was updated successfully, but these errors were encountered: