github cvat-ai/cvat v2.37.0

latest releases: v2.44.3, v2.44.2, v2.44.1...
3 months ago

Added

  • Annotation quality checks for projects (#9116)

  • [CLI] Agents are now able to handle interactive detection requests (#9371)

  • [SDK] BackgroundRequestException which is now raised instead of ApiException when a background request (e.g., exporting a dataset or creating a task) fails (#9297)

  • Datumaro format now supports ellipses (#9372)

  • Frame search by filename (#9378)

Changed

  • Requests that initiate background processes (e.g. exporting datasets) now return a request ID too when a 409 status is returned (#9297)

Deprecated

  • [Server API] GET api/quality/reports and GET api/quality/reports/{id}/ responses:
    • frame_count - deprecated in favor of the new validation_frames field,
    • frame_share - deprecated in favor of the new validation_frame_share field (#9116)

Fixed

  • Optimized GET api/quality/reports/, GET api/quality/conflicts/ requests, permission checks in api/quality/* endpoints (#9116)

  • Do not require COCO annotations to have fields which are not necessary for import (#9387)

  • redis.exceptions.ResponseError: wrong number of arguments for 'watch' command exception that could be raised inside a worker when enqueuing jobs that depend on a running job (#9297)

  • Fixed issue on track interpolation: 'tuple' object has no attribute 'copy' (#9403)

  • [SDK] Fixed outdated note about attributes in the docstring of DetectionFunction.detect (#9412)

  • When no shortcuts were assigned, the tooltip displayed empty brackets (#9378)

Don't miss a new cvat release

NewReleases is sending notifications on new releases.