Skip to content

Tags: njhartwell/cvat

Tags

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cvat-ai#6660 from opencv/release-2.6.0

## \[2.6.0\] - 2023-08-11

### Added

- \[SDK\] Introduced the `DeferredTqdmProgressReporter` class,
  which avoids the glitchy output seen with the `TqdmProgressReporter` under certain circumstances
  (<cvat-ai#6556>)
- \[SDK, CLI\] Added the `cvat_sdk.auto_annotation`
  module, providing functionality to automatically annotate tasks
  by executing a user-provided function on the local machine.
  A corresponding CLI command (`auto-annotate`) is also available.
  Some predefined functions using torchvision are also available.
  (<cvat-ai#6483>,
  <cvat-ai#6649>)
- Included an indication for cached frames in the interface
  (<cvat-ai#6586>)

### Changed

- Raised the default guide assets limitations to 30 assets,
  with a maximum size of 10MB each
  (<cvat-ai#6575>)
- \[SDK\] Custom `ProgressReporter` implementations should now override `start2` instead of `start`
  The old implementation is still supported.
  (<cvat-ai#6556>)
- Improved memory optimization and code in the decoding module (<cvat-ai#6585>)

### Removed

- Removed the YOLOv5 serverless function
  (<cvat-ai#6618>)

### Fixed

- Corrected an issue where the prebuilt FFmpeg bundled in PyAV
  was being used instead of the custom build.
- Fixed the filename for labels in the CamVid format (<cvat-ai#6600>)

v2.5.2

Toggle v2.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v2.5.2 (cvat-ai#6570)

## \[2.5.2\] - 2023-07-27

### Added

- We've added support for multi-line text attributes
(<cvat-ai#6458>)
- You can now set a default attribute value for SELECT, RADIO types on
UI
  (<cvat-ai#6474>)
- \[SDK\] `cvat_sdk.datasets`, is now available, providing a
framework-agnostic alternative to `cvat_sdk.pytorch`
  (<cvat-ai#6428>)
- We've introduced analytics for Jobs, Tasks, and Project
(<cvat-ai#6371>)

### Changed

- \[Helm\] In Helm, we've added a configurable default storage option to
the chart (<cvat-ai#6137>)

### Removed

- \[Helm\] In Helm, we've eliminated the obligatory use of hardcoded
traefik ingress (<cvat-ai#6137>)

### Fixed

- Fixed an issue with calculating the number of objects on the
annotation view when frames are deleted
  (<cvat-ai#6493>)
- \[SDK\] In SDK, we've fixed the issue with creating attributes with
blank default values
  (<cvat-ai#6454>)
- \[SDK\] We've corrected a problem in SDK where it was altering input
data in models (<cvat-ai#6455>)
- Fixed exporting of hash for shapes and tags in a specific corner case
(<cvat-ai#6517>)
- Resolved the issue where 3D jobs couldn't be opened in validation mode
(<cvat-ai#6507>)
- Fixed SAM plugin (403 code for workers in organizations)
(<cvat-ai#6514>)
- Fixed the issue where initial frame from query parameter was not
opening specific frame in a job
  (<cvat-ai#6506>)
- Corrected the issue with the removal of the first keyframe
(<cvat-ai#6494>)
- Fixed the display of project previews on small screens and updated
stylelint & rules (<cvat-ai#6551>)
- Implemented server-side validation for attribute specifications
  (<cvat-ai#6447>)
- \[API\] Fixed API issue related to file downloading failures for
filenames with special characters
(<cvat-ai#6492>)
- \[Helm\] In Helm, we've resolved an issue with multiple caches
in the same RWX volume, which was preventing db migration from starting
(<cvat-ai#6137>)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Anastasia Yasakova <[email protected]>
Co-authored-by: yasakova-anastasia <[email protected]>
Co-authored-by: Roman Donchenko <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Boris Sekachev <[email protected]>
Co-authored-by: Maxim Zhiltsov <[email protected]>
Co-authored-by: Kirill Sizov <[email protected]>
Co-authored-by: Nikita Manovich <[email protected]>
Co-authored-by: Mariia Acoca <[email protected]>
Co-authored-by: Kirill Lakhov <[email protected]>
Co-authored-by: Michael Kirpichev <[email protected]>
Co-authored-by: Michael Kirpichev <[email protected]>
Co-authored-by: Boris Sekachev <[email protected]>

v2.5.1

Toggle v2.5.1's commit message
v2.5.1: hotfix memory leak

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v2.5.0

v2.4.9

Toggle v2.4.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v2.4.9

v2.4.8

Toggle v2.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cvat-ai#6356 from opencv/bs/hotfix

Release 2.4.8

v2.4.7

Toggle v2.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Hotfix 2.4.7 (cvat-ai#6342)

v2.4.6

Toggle v2.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request cvat-ai#6278 from opencv/release-2.4.6

Release v2.4.6

v2.4.5

Toggle v2.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v2.4.5 (cvat-ai#6233)

## \[2.4.5] - 2023-06-02
### Added
- Integrated support for sharepoint and cloud storage files, along with
directories to be omitted during task creation (server)
(<cvat-ai#6074>)
- Enabled task creation with directories from cloud storage or
sharepoint (<cvat-ai#6074>)
- Enhanced task creation to support any data type supported by the
server
by default, from cloud storage without the necessity for the `use_cache`
option (<cvat-ai#6074>)
- Added capability for task creation with data from cloud storage
without the `use_cache` option
(<cvat-ai#6074>)

### Changed
- User can now access resource links from any organization or sandbox,
granted it's available to them
(<cvat-ai#5892>)
- Cloud storage manifest files have been made optional
(<cvat-ai#6074>)
- Updated Django to the 4.2.x version
(<cvat-ai#6122>)
- Renamed certain Nuclio functions to adhere to a common naming
convention. For instance,
`onnx-yolov7` -> `onnx-wongkinyiu-yolov7`, `ultralytics-yolov5` ->
`pth-ultralytics-yolov5`
  (<cvat-ai#6140>)

### Deprecated
- Deprecated the endpoint `/cloudstorages/{id}/content`
(<cvat-ai#6074>)

### Fixed
- Fixed the issue of skeletons dumping on created tasks/projects
(<cvat-ai#6157>)
- Resolved an issue related to saving annotations for skeleton tracks
(<cvat-ai#6075>)

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Boris Sekachev <[email protected]>
Co-authored-by: Roman Donchenko <[email protected]>
Co-authored-by: Maria Khrustaleva <[email protected]>
Co-authored-by: Boris Sekachev <[email protected]>
Co-authored-by: Nikita Manovich <[email protected]>
Co-authored-by: Anastasia Yasakova <[email protected]>
Co-authored-by: Snyk bot <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kirill Sizov <[email protected]>
Co-authored-by: Paweł Kotiuk <[email protected]>
Co-authored-by: SK <[email protected]>
Co-authored-by: Kirill Lakhov <[email protected]>

v2.4.4

Toggle v2.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release v2.4.4

### Added
- Introduced a new configuration option for controlling the invocation of Nuclio functions.
  (<cvat-ai#6146>)

### Changed
- Relocated SAM masks decoder to frontend operation.
  (<cvat-ai#6019>)
- Switched `person-reidentification-retail-0300` and `faster_rcnn_inception_v2_coco` Nuclio functions with `person-reidentification-retail-0277` and `faster_rcnn_inception_resnet_v2_atrous_coco` respectively.
  (<cvat-ai#6129>)
- Upgraded OpenVINO-based Nuclio functions to utilize the OpenVINO 2022.3 runtime.
  (<cvat-ai#6129>)

### Fixed
- Resolved issues with tracking multiple objects (30 and more) using the TransT tracker.
  (<cvat-ai#6073>)
- Addressed azure.core.exceptions.ResourceExistsError: The specified blob already exists.
  (<cvat-ai#6082>)
- Corrected image scaling issues when transitioning between images of different resolutions.
  (<cvat-ai#6081>)
- Fixed inaccurate reporting of completed job counts.
  (<cvat-ai#6098>)
- Allowed OpenVINO-based Nuclio functions to be deployed to Kubernetes.
  (<cvat-ai#6129>)
- Improved skeleton size checks after drawing.
  (<cvat-ai#6156>)
- Fixed HRNet CPU serverless function.
  (<cvat-ai#6150>)
- Prevented sending of empty list of events.
  (<cvat-ai#6154>)