-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,72 +17,77 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
<!-- scriv-insert-here --> | ||
|
||
<a id='changelog-2.9.0'></a> | ||
|
||
This comment has been minimized.
Sorry, something went wrong. |
||
## \[2.9.0\] - 2023-11-22 | ||
|
||
### Added | ||
|
||
- CVAT now supports serverless Nuclio functions returning skeleton annotations. | ||
Added keypoint detector supporting skeletons with following classes: body, head, foot, hands. | ||
Deployment command: `./deploy_cpu.sh pytorch/mmpose/hrnet32/nuclio/` | ||
- CVAT now supports serverless Nuclio functions that return skeleton annotations. | ||
We've added a keypoint detector that supports skeletons for the following classes: | ||
body, head, foot, and hands. Deployment command: `./deploy_cpu.sh pytorch/mmpose/hrnet32/nuclio/` | ||
(<https://github.com/opencv/cvat/pull/7033>) | ||
|
||
- Implemented a feature allowing to slice one polygon/mask shape into two parts | ||
- Implemented a feature that allows slicing one polygon/mask shape into two parts | ||
(<https://github.com/opencv/cvat/pull/7084>) | ||
- Implemented a feature allowing to join several masks into a single one | ||
- Implemented a feature that allows joining several masks into a single one | ||
(<https://github.com/opencv/cvat/pull/7084>) | ||
|
||
- \[Helm\] Values that apply to all backend deployments/jobs | ||
- \[Helm\] Introduced values that apply to all backend deployments/jobs | ||
(<https://github.com/opencv/cvat/pull/7148>) | ||
|
||
### Changed | ||
|
||
- Ignore the "use cache" option on the server when creating a task with cloud storage data (except images) | ||
(<https://github.com/opencv/cvat/pull/7087>) | ||
- The "use cache" option on the server is now ignored when creating a | ||
task with cloud storage data (<https://github.com/opencv/cvat/pull/7087>) | ||
|
||
- The Docker Compose file and Helm chart now enable Traefik access logs by | ||
default, and change the log format to JSON | ||
- The Docker Compose file and Helm chart have been updated to enable Traefik | ||
access logs by default and change the log format to JSON | ||
(<https://github.com/opencv/cvat/pull/7109>) | ||
|
||
- \[Helm\] The PersistentVolumeClaim for the volume used to hold application | ||
- \[Helm\] The PersistentVolumeClaim for the volume used to | ||
hold application data is now retained | ||
This comment has been minimized.
Sorry, something went wrong.
SpecLad
Contributor
|
||
data is now retained after uninstall | ||
(<https://github.com/opencv/cvat/pull/7123>) | ||
|
||
- \[Helm\] All backend-related deployments now use `cvat-app` as the value | ||
for the `app` label | ||
- \[Helm\] All backend-related deployments now | ||
use `cvat-app` as the value for the `app` label | ||
(<https://github.com/opencv/cvat/pull/7127>) | ||
|
||
- \[Helm\] Minimum compatible Kubernetes version is 1.19.0. | ||
(<https://github.com/opencv/cvat/pull/7132>) | ||
- \[Helm\] The minimum compatible Kubernetes version | ||
is now 1.19.0 (<https://github.com/opencv/cvat/pull/7132>) | ||
|
||
- \[Helm\] The CVAT hostname can be configured with `ingress.hostname` option. | ||
- \[Helm\] The CVAT hostname can now be configured with `ingress.hostname` option | ||
(<https://github.com/opencv/cvat/pull/7132>) | ||
|
||
- \[Helm\] `ingress.tls` configuration has been reworked. | ||
- \[Helm\] The `ingress.tls` configuration has been reworked. | ||
(<https://github.com/opencv/cvat/pull/7132>) | ||
|
||
- \[Helm\] Traefik subchart updated to 25.0.0 (appVersion v2.10.5) | ||
- \[Helm\] The Traefik subchart updated to 25.0.0 (appVersion v2.10.5) | ||
(<https://github.com/opencv/cvat/pull/7132>) | ||
|
||
- \[Docker Compose\] Update Traefik to v2.10.* | ||
- \[Docker Compose\] Traefik updated to v2.10.\* | ||
(<https://github.com/opencv/cvat/pull/7150>) | ||
|
||
### Removed | ||
|
||
\[Helm\] `ingress.hosts` has been removed, use `ingress.hostname` instead. | ||
(<https://github.com/opencv/cvat/pull/7132>) | ||
\[Helm\] `ingress.hosts` has been removed, use `ingress.hostname` instead. | ||
This comment has been minimized.
Sorry, something went wrong.
SpecLad
Contributor
|
||
(<https://github.com/opencv/cvat/pull/7132>) | ||
|
||
### Fixed | ||
|
||
- Data race condition during GT job creation | ||
- Fixed a data race condition during GT job creation | ||
(<https://github.com/opencv/cvat/pull/7096>) | ||
|
||
- Job state can not be changed many time without reloading annotation view. | ||
- JResolved an issue where the job state could not be changed | ||
This comment has been minimized.
Sorry, something went wrong. |
||
multiple times without reloading the annotation view | ||
(<https://github.com/opencv/cvat/pull/7158>) | ||
|
||
- Compressed chunks do not use exif rotation tag | ||
- Corrected an issue where compressed chunks did not | ||
utilize the EXIF rotation tag | ||
This comment has been minimized.
Sorry, something went wrong. |
||
(<https://github.com/opencv/cvat/pull/7162>) | ||
|
||
<a id='changelog-2.8.2'></a> | ||
|
||
## \[2.8.2\] - 2023-11-06 | ||
|
||
### Fixed | ||
|
@@ -91,6 +96,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
(<https://github.com/opencv/cvat/pull/7101>) | ||
|
||
<a id='changelog-2.8.1'></a> | ||
|
||
## \[2.8.1\] - 2023-11-03 | ||
|
||
### Added | ||
|
@@ -127,8 +133,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 | |
(<https://github.com/opencv/cvat/pull/7025>) | ||
|
||
- Bug with viewing dependent RQ jobs for downloading resources from | ||
cloud storage when file path contains sub-directories. | ||
This is relevant for admins that can view detailed information about RQ queues. | ||
cloud storage when file path contains sub-directories. | ||
This is relevant for admins that can view detailed information about RQ queues. | ||
(<https://github.com/opencv/cvat/pull/6975>) | ||
|
||
- OpenCV.js memory leak with TrackerMIL | ||
|
Please don't add these extra lines.