-
Merge pull request #6660 from opencv/release-2.6.0
发布于
2023-08-11 16:14:03 +00:00 [2.6.0] - 2023-08-11
Added
- [SDK] Introduced the
DeferredTqdmProgressReporterclass,
which avoids the glitchy output seen with theTqdmProgressReporterunder certain circumstances
(https://github.com/opencv/cvat/pull/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.
(https://github.com/opencv/cvat/pull/6483,
https://github.com/opencv/cvat/pull/6649) - Included an indication for cached frames in the interface
(https://github.com/opencv/cvat/pull/6586)
Changed
- Raised the default guide assets limitations to 30 assets,
with a maximum size of 10MB each
(https://github.com/opencv/cvat/pull/6575) - [SDK] Custom
ProgressReporterimplementations should now overridestart2instead ofstart
The old implementation is still supported.
(https://github.com/opencv/cvat/pull/6556) - Improved memory optimization and code in the decoding module (https://github.com/opencv/cvat/pull/6585)
Removed
- Removed the YOLOv5 serverless function
(https://github.com/opencv/cvat/pull/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 (https://github.com/opencv/cvat/pull/6600)
下载附件
- [SDK] Introduced the