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

Oriented bounding boxes broken with COCO format #4745

Closed
2 tasks done
domef opened this issue Jul 12, 2022 · 1 comment · Fixed by #5219
Closed
2 tasks done

Oriented bounding boxes broken with COCO format #4745

domef opened this issue Jul 12, 2022 · 1 comment · Fixed by #5219
Assignees
Labels
bug Something isn't working server

Comments

@domef
Copy link

domef commented Jul 12, 2022

My actions before raising this issue

When exporting bounding boxes with orientation in COCO format, the angle of rotation is stored in attributes.rotation for each annotation. This is ok since COCO doesn't officially support rotated bounding boxes. The problem is when I try to import the .json file I exported before: the bounding boxes are correctly imported but the angle is completely discarded and all the bounding boxes are axes aligned.

Expected Behaviour

The oriented bounding boxes should be correctly imported when using the COCO format.

Current Behaviour

The oriented bounding boxes are wrongly imported since the orientation is discarded.

Your Environment

I'm using Ubuntu 18.04 and I installed following the guide https://openvinotoolkit.github.io/cvat/docs/administration/basics/installation/#ubuntu-1804-x86_64amd64.

@bsekachev
Copy link
Member

Hi @domef

Thank you for the report, I can submit that that is a server bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants