-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Import COCO annotation show several extra class #1909
Comments
Hello, could you say which CVAT version are you using ( |
Hi, yes, the original annotations were bbox as tracks and after uploading they became as singular shapes. And doesn´t look like the same number per frame . And the cvat version is 19.03.9 |
|
@giorginagonzalez , does it mean that if download annotations from CVAT and upload it again to CVAT, you get wrong annotations (some of them are missing)? You cannot keep tracks inside COCO but at the same time it should have correct bounding boxes (unpacked tracks). |
Yes, if I download annotations from CVAT and upload again I get wrong annotations. It´s ok if tracker doesn´t upload but I should keep the same amount of label ID in both tasks. I mean, if I have the object "ship1", "ship2" and "ship3" in the frame 2, on the original task, I should see the same object from original, but I see "ship 15", "ship 16" and "ship 17" in the frame 2 on the task with the uploaded annotations. |
@giorginagonzalez , in the example above ships has only different IDs? Is it the only difference? Could you please attach "both annotations" for us to analyze? |
The differences I see are: 1. in the first task, it says "Rectangle tracker" and the new-imported task says "Polygon shape". 2. The label Id change in every frame in the new imported task. I only have one annotation, I mean the annotation exported from the original task: |
@giorginagonzalez , it is the expected difference. You don't have tracks thus the new shape type is "polygon shape". IDs are generated on the client at the moment. |
My actions before raising this issue
Expected Behaviour
I have a task with 9 classes as bbox, but If I dump annotation in a task with COCO format and import the same annotation, appears thousands of classes instead of 9. The only difference I see is in the original task, it says "Rectangle tracker" and the new-imported task says "Polygon shape". I should see the same result in both tasks.
Your Environment
git log -1
):docker version
(e.g. Docker 17.0.05):19.03.9Logs from `cvat` container
The text was updated successfully, but these errors were encountered: