Skip to content

Tags: myelintek/cvat

Tags

v2.7.3

Toggle v2.7.3's commit message

Verified

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

v2.7.2

Toggle v2.7.2'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#6896 from opencv/release-2.7.2

Release v2.7.2

v2.7.1

Toggle v2.7.1's commit message

Verified

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

v2.7.0

Toggle v2.7.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.7.0

v2.6.2

Toggle v2.6.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.6.2


### Added

- Gamma correcton filter (<cvat-ai#6771>)
- Introduced the feature to hide or show objects in review mode (<cvat-ai#6808>)

### Changed

- \[Helm\] Database migrations are now executed as a separate job,
  rather than in the server pod, to mitigate the risk of data
  corruption when using multiple server replicas
  (<cvat-ai#6780>)
- Clicking multiple times on icons in the left
  sidebar now toggles the corresponding popovers open and closed
  (<cvat-ai#6817>)
- Transitioned to using KeyDB with FLASH for data
  chunk caching, replacing diskcache (<cvat-ai#6773>)

### Removed

- Removed outdated use of hostnames when accessing Git, OpenCV, or analytics via the UI (<cvat-ai#6799>)
- Removed the Feedback/Share component (<cvat-ai#6805>)

### Fixed

- Resolved the issue of the canvas zooming while scrolling
  through the comments list in an issue (<cvat-ai#6758>)
- Addressed the bug that allowed for multiple issue
  creations upon initial submission (<cvat-ai#6758>)
- Fixed the issue of running deep learning models on
  non-JPEG compressed TIFF images (<cvat-ai#6789>)
- Adjusted padding on the tasks, projects, and models pages (<cvat-ai#6778>)
- Corrected hotkey handlers to avoid overriding default behavior when modal windows are open
  (<cvat-ai#6800>)
- Resolved the need to move the mouse to activate
  brush or eraser effects; a single click is now sufficient (<cvat-ai#6800>)
- Fixed a memory leak issue in the logging system (<cvat-ai#6804>)
- Addressed a race condition that occurred during the initial creation of `secret_key.py`
  (<cvat-ai#6775>)
- Eliminated duplicate log entries generated by the CVAT server
  (<cvat-ai#6766>)

v2.6.1

Toggle v2.6.1's commit message

Verified

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

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