You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to import annotations which are tracked objects. Importing those annotations converts all tracked objects into regular objects of the same shape. I only found one issue where other people discussed that they experience the same problem after the issue was closed.
I am currently not quite sure if that feature is not intended, I am doing something wrong or there is a bug so any help is appreciated.
Steps to Reproduce (for bugs)
Create tracked objects via running cvat instance and save
Export annotations
Delete annotations and save
Import previously downloaded annotations back into the same job.
Expected Behaviour
Imported annotations are tracked objects.
Current Behaviour
Importing annotations is successful but all objects are regular objects.
I tested in in COCO, CVAT, Datumaro and Pascal VOC datatypes. After the export track_ids, bbox etc. is present in the annotations file.
Context
I want to import automatically created COCO annotations into cvat. But running into big datasets (e.g. 200 images with a few annotations per image) requires a lot of effort if for example one annotation is faulty and I want to remove it (from my understanding I would have to remove the annotation on all subsequent images if it is present). Thus I want to use tracked objects allowing me to just disable it at a certain frame to remove it from subsequent images.
Hi, tracks can only be imported from annotations in CVAT for video (any annotation type except masks), MOT (bboxes), MOTS (segmentation masks) formats, currently. In all other formats they will be imported as separate shapes.
My actions before raising this issue
I am trying to import annotations which are tracked objects. Importing those annotations converts all tracked objects into regular objects of the same shape. I only found one issue where other people discussed that they experience the same problem after the issue was closed.
I am currently not quite sure if that feature is not intended, I am doing something wrong or there is a bug so any help is appreciated.
Steps to Reproduce (for bugs)
Expected Behaviour
Imported annotations are tracked objects.
Current Behaviour
Importing annotations is successful but all objects are regular objects.
I tested in in COCO, CVAT, Datumaro and Pascal VOC datatypes. After the export track_ids, bbox etc. is present in the annotations file.
Context
I want to import automatically created COCO annotations into cvat. But running into big datasets (e.g. 200 images with a few annotations per image) requires a lot of effort if for example one annotation is faulty and I want to remove it (from my understanding I would have to remove the annotation on all subsequent images if it is present). Thus I want to use tracked objects allowing me to just disable it at a certain frame to remove it from subsequent images.
Your Environment
git log -1
): f578e47docker version
(e.g. Docker 17.0.05): 24.0.5 build ced0996The text was updated successfully, but these errors were encountered: