-
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.
Merge branch 'refs/heads/develop' into dl/yolov8-classification
- Loading branch information
Showing
72 changed files
with
3,814 additions
and
1,437 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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
### Added | ||
|
||
- A server setting to enable or disable storage of permanent media chunks on the server filesystem | ||
(<https://github.com/cvat-ai/cvat/pull/8272>) | ||
- \[Server API\] `GET /api/jobs/{id}/data/?type=chunk&index=x` parameter combination. | ||
The new `index` parameter allows to retrieve job chunks using 0-based index in each job, | ||
instead of the `number` parameter, which used task chunk ids. | ||
(<https://github.com/cvat-ai/cvat/pull/8272>) | ||
|
||
### Changed | ||
|
||
- Job assignees will not receive frames from adjacent jobs in chunks | ||
(<https://github.com/cvat-ai/cvat/pull/8272>) | ||
|
||
### Deprecated | ||
|
||
- \[Server API\] `GET /api/jobs/{id}/data/?type=chunk&number=x` parameter combination | ||
(<https://github.com/cvat-ai/cvat/pull/8272>) | ||
|
||
|
||
### Fixed | ||
|
||
- Various memory leaks in video reading on the server | ||
(<https://github.com/cvat-ai/cvat/pull/8272>) |
14 changes: 0 additions & 14 deletions
14
changelog.d/20240826_093730_klakhov_support_quality_plugin.md
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
changelog.d/20240910_134547_dmitrii.lavrukhin_fix_skeleton_project_export.md
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
cvat-sdk~=2.19.0 | ||
cvat-sdk~=2.20.0 | ||
Pillow>=10.3.0 | ||
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability |
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 |
---|---|---|
@@ -1 +1 @@ | ||
VERSION = "2.19.0" | ||
VERSION = "2.20.0" |
Oops, something went wrong.