github cvat-ai/cvat v2.59.0

14 hours ago

Added

  • Docker compose to run SAM2 agent (#10272)

  • Added support for using cloud storage as backing storage for local tasks (#10282)

  • Feature to download Projects, Tasks, Jobs list as .csv table (#10312)

Changed

  • Changed the display of parent and replica jobs to a flat list. For convenience, jobs are now marked with “parent” and “replica” tags. By default, replica jobs are hidden using a filter, but they can be shown if needed. (#10217)

  • Consistent behaviour for Tab/Shift+Tab on 2D and 3D workspace (#10299)

  • Filters on a task page and on jobs page now create a new browser history entry, enabling Back/Forward navigation between filter states. (#10217)

  • Models page is now always visible on UI, regardless of whether the serverless module is installed (#10333)

Deprecated

  • [Server API] GET api/jobs and GET api/jobs/{id}/ responses:

    • consensus_replicas - deprecated in favor of the new replicas_count field, (#10217)
  • Property MODELS from /api/server/plugins now unused on client and soon will be removed from the response (#10333)

Removed

  • Field consensus_replicas, used for consensus-based tasks, removed from task backups. Backups created before this change can still be imported, but newer backups will require a recent CVAT version. (#10294)

  • Deprecated properties GIT_INTEGRATION and PREDICT from /api/server/plugins (#10333)

Fixed

  • The POST /api/task/<id>/data endpoint now responds with a correct Location header when invoked without a trailing slash (#10266)

  • Ground truth annotations are not locked in review mode of regular jobs (#10273)

Don't miss a new cvat release

NewReleases is sending notifications on new releases.