cvat-ai / cvat

Annotate better with CVAT, the industry-leading data engine for machine learning. Used and trusted by teams at any scale, for data of any scale.
https://cvat.ai
MIT License
12.26k stars 2.95k forks source link

Assertion error on import of CVAT 1.1 annotation file with tracks #5638

Open mikhail-treskin opened 1 year ago

mikhail-treskin commented 1 year ago

My actions before raising this issue

Steps to Reproduce (for bugs)

  1. Upload valid annotations file in CVAT 1.1 format (since annotation files on which the issue reproducible is a part of internal datasets, please contact me by email in profile to share them for reproducing). Tracks has no duplicated entries and all shapes are sequential by frame id
  2. Wait for "Error: Request failed with status code 500. "AssertionError\n".." message

Expected Behaviour

Annotations uploaded with no errors

Your Environment

theblenderer commented 1 year ago

Same issue here! Hope it gets resolved soon.

yrrah commented 1 year ago

I was able to reproduce this error by uploading COCO formatted labels (no tracks) and running the openvino Person re-ID function on it. I get the error when trying to sync annotations to a repository.

PMazarovich commented 11 months ago

We've hit that multiple times.

zhiltsov-max commented 1 week ago

Related: https://github.com/cvat-ai/cvat/issues/6779