| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-01 | 1.1 kB | |
| v2.51.0 source code.tar.gz | 2025-12-01 | 91.3 MB | |
| v2.51.0 source code.zip | 2025-12-01 | 92.5 MB | |
| Totals: 3 Items | 183.8 MB | 0 | |
Added
- Documentation for using Backblaze B2 as an S3-compatible cloud storage option in CVAT (https://github.com/cvat-ai/cvat/pull/9952)
Changed
- Relaxed video manifest creation to make use of keyframes even if seek lands earlier (https://github.com/cvat-ai/cvat/pull/9994)
Removed
- Python 3.9 support (due to Python 3.9 EOL) (https://github.com/cvat-ai/cvat/pull/10051)
Fixed
-
Fixed OpenAPI schema for
retrieve_dataendpoints: markedtypeparameter as required for both tasks and jobs API (https://github.com/cvat-ai/cvat/issues/9315) -
Calculation of statistics in the job is failed when there is a track without keyframes (https://github.com/cvat-ai/cvat/pull/10050)
-
Update the
updated_datefield of the Task when PATCHing/api/tasks/<id>/data/meta(https://github.com/cvat-ai/cvat/pull/10052) -
Incorrect retry handling of
429 TooManyRequestserror in case of data uploading via TUS protocol (https://github.com/cvat-ai/cvat/pull/10055) -
Error message is not displayed if not possible to fetch data for 3D canvas (https://github.com/cvat-ai/cvat/pull/10059)