You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Added
- Introduced a new configuration option for controlling the invocation of Nuclio functions.
(<#6146>)
### Changed
- Relocated SAM masks decoder to frontend operation.
(<#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.
(<#6129>)
- Upgraded OpenVINO-based Nuclio functions to utilize the OpenVINO 2022.3 runtime.
(<#6129>)
### Fixed
- Resolved issues with tracking multiple objects (30 and more) using the TransT tracker.
(<#6073>)
- Addressed azure.core.exceptions.ResourceExistsError: The specified blob already exists.
(<#6082>)
- Corrected image scaling issues when transitioning between images of different resolutions.
(<#6081>)
- Fixed inaccurate reporting of completed job counts.
(<#6098>)
- Allowed OpenVINO-based Nuclio functions to be deployed to Kubernetes.
(<#6129>)
- Improved skeleton size checks after drawing.
(<#6156>)
- Fixed HRNet CPU serverless function.
(<#6150>)
- Prevented sending of empty list of events.
(<#6154>)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+31
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,37 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## \[2.4.4] - 2023-05-18
9
+
### Added
10
+
- Introduced a new configuration option for controlling the invocation of Nuclio functions.
11
+
(<https://github.com/opencv/cvat/pull/6146>)
12
+
13
+
### Changed
14
+
- Relocated SAM masks decoder to frontend operation.
15
+
(<https://github.com/opencv/cvat/pull/6019>)
16
+
- 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.
17
+
(<https://github.com/opencv/cvat/pull/6129>)
18
+
- Upgraded OpenVINO-based Nuclio functions to utilize the OpenVINO 2022.3 runtime.
19
+
(<https://github.com/opencv/cvat/pull/6129>)
20
+
21
+
### Fixed
22
+
- Resolved issues with tracking multiple objects (30 and more) using the TransT tracker.
23
+
(<https://github.com/opencv/cvat/pull/6073>)
24
+
- Addressed azure.core.exceptions.ResourceExistsError: The specified blob already exists.
25
+
(<https://github.com/opencv/cvat/pull/6082>)
26
+
- Corrected image scaling issues when transitioning between images of different resolutions.
27
+
(<https://github.com/opencv/cvat/pull/6081>)
28
+
- Fixed inaccurate reporting of completed job counts.
0 commit comments