Tags: myelintek/cvat
Tags
Merge pull request cvat-ai#6356 from opencv/bs/hotfix Release 2.4.8
Merge pull request cvat-ai#6278 from opencv/release-2.4.6 Release v2.4.6
Release v2.4.5 (cvat-ai#6233) ## \[2.4.5] - 2023-06-02 ### Added - Integrated support for sharepoint and cloud storage files, along with directories to be omitted during task creation (server) (<cvat-ai#6074>) - Enabled task creation with directories from cloud storage or sharepoint (<cvat-ai#6074>) - Enhanced task creation to support any data type supported by the server by default, from cloud storage without the necessity for the `use_cache` option (<cvat-ai#6074>) - Added capability for task creation with data from cloud storage without the `use_cache` option (<cvat-ai#6074>) ### Changed - User can now access resource links from any organization or sandbox, granted it's available to them (<cvat-ai#5892>) - Cloud storage manifest files have been made optional (<cvat-ai#6074>) - Updated Django to the 4.2.x version (<cvat-ai#6122>) - Renamed certain Nuclio functions to adhere to a common naming convention. For instance, `onnx-yolov7` -> `onnx-wongkinyiu-yolov7`, `ultralytics-yolov5` -> `pth-ultralytics-yolov5` (<cvat-ai#6140>) ### Deprecated - Deprecated the endpoint `/cloudstorages/{id}/content` (<cvat-ai#6074>) ### Fixed - Fixed the issue of skeletons dumping on created tasks/projects (<cvat-ai#6157>) - Resolved an issue related to saving annotations for skeleton tracks (<cvat-ai#6075>) --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Boris Sekachev <[email protected]> Co-authored-by: Roman Donchenko <[email protected]> Co-authored-by: Maria Khrustaleva <[email protected]> Co-authored-by: Boris Sekachev <[email protected]> Co-authored-by: Nikita Manovich <[email protected]> Co-authored-by: Anastasia Yasakova <[email protected]> Co-authored-by: Snyk bot <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kirill Sizov <[email protected]> Co-authored-by: Paweł Kotiuk <[email protected]> Co-authored-by: SK <[email protected]> Co-authored-by: Kirill Lakhov <[email protected]>
Release v2.4.4 ### Added - Introduced a new configuration option for controlling the invocation of Nuclio functions. (<cvat-ai#6146>) ### Changed - Relocated SAM masks decoder to frontend operation. (<cvat-ai#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. (<cvat-ai#6129>) - Upgraded OpenVINO-based Nuclio functions to utilize the OpenVINO 2022.3 runtime. (<cvat-ai#6129>) ### Fixed - Resolved issues with tracking multiple objects (30 and more) using the TransT tracker. (<cvat-ai#6073>) - Addressed azure.core.exceptions.ResourceExistsError: The specified blob already exists. (<cvat-ai#6082>) - Corrected image scaling issues when transitioning between images of different resolutions. (<cvat-ai#6081>) - Fixed inaccurate reporting of completed job counts. (<cvat-ai#6098>) - Allowed OpenVINO-based Nuclio functions to be deployed to Kubernetes. (<cvat-ai#6129>) - Improved skeleton size checks after drawing. (<cvat-ai#6156>) - Fixed HRNet CPU serverless function. (<cvat-ai#6150>) - Prevented sending of empty list of events. (<cvat-ai#6154>)
Merge pull request cvat-ai#6030 from opencv/release-2.4.2 Release v2.4.2
Merge pull request cvat-ai#5980 from opencv/hotfix-2.4.1 Hotfix for v2.4.0 -> Release v2.4.1