Added
- Support for related images in 2d and 3d tasks bound to cloud storages (#9757)
- Support for 3d tasks with non-archived files bound to cloud storages (#9757)
- [Dataset manifest tool] now can handle 3d datasets in all 4 supported file layouts (#9757)
Changed
-
Enabled validation of the frame
width
andheight
fields in manifests (now required both for 2d and 3d dataset manifests) (#9757) -
Dataset manifests now can include the
original_name
meta field with the server file name (#9757) -
Tasks can now be created without specifying the labels in advance (#9822)
-
[SDK] Removed the
tuspy
dependency (#9824) -
Bump helm chart version, using images from our public repo now (#9832)
-
The
CVAT_ALLOW_STATIC_CACHE
server configuration parameter will no longer affect the existing tasks. It will only affect new tasks, as stated in the description. Existing tasks will use chunks as configured in the task. (#9831)
Deprecated
- Excessive filtering for media files containing "related_images" in the path during task creation. Only the actual related images wrt. the input media layout will be filtered out in the future. (#9757)
Removed
- Removed non-functional API URL signing support (#9867)
Fixed
-
Related image detection for 2d and 3d media in all 5 supported layouts (#9757)
-
Improved documentation about supported task file layouts with related images (#9757)
-
Improved error messages for invalid media in task creation (#9757)
-
Re-enables helm chart compatibility with K8s pre-release versions (#9841)
-
Model card clipping on windows with small height (#9852)
-
UI error
Cannot read properties of undefined (reading 'points')
occurring in various scenarios (#9855) -
Fixed incorrect class names in some user messages (#9861)
-
Updating organization description does not work on the organization page (#9863)
-
Bulk delete for cloud storages was deleting only one instance (#9862)
-
Fixed backend failing to start when analytics are disabled (#9845)
-
A possible error when trying to merge tag annotations via consensus (#9865)
-
Worked around an issue that may cause an error message to be replaced with "No module named 'pkg_resources'" (#9869)