cvat
cvat copied to clipboard
Can not export CVAT for video annotaitons
Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched the docs
Steps to Reproduce
- Create a task with single job
- Upload annotations
- Export annotations
- Create a task with 10 jobs out of the same video
- Upload annotations from (3)
- Export annotations
- Catch an AssertionError
https://github.com/user-attachments/assets/d527ad46-2929-46a8-a3a0-c45fa37a317c
Expected Behavior
If I am able to export annotations from the task that contains 1 job, I have to be able to export annotations from the same task composed out of N jobs. Now it is impossible. Checking internally, I see that for some reason, the last frame of the track (outside=True) for several tracks are doubled, which is actually produces this error.
Possible Solution
No response
Context
I can provide annotations if needed
Environment
I see this both in 2.9.2 and in app.cvat.ai