v2.11.3
Added
- Tooltips for long names on cards (projects, tasks, cloud storages, and models) (#7550)
Removed
- The
POST /api/tasks/{id}/data
endpoint no longer accepts several parameters that didn't have any useful function:size
,compressed_chunk_type
,original_chunk_type
(#7663)
Fixed
-
Duplicated notifications for automatic annotation (#7595)
-
Made quality report update job scheduling more efficient (#7596)
-
Incorrect file name usage when importing annotations from a cloud storage (#7599)
-
Using single shape annotation mode with multiple labels (#7606)
-
Part of sidebar not visible in attribute annotation mode when there are a lot of attribute values (#7610)
-
Changed interpolation behavior in
annotation.py
, now correctly keep the last frame -
Insert last frame if it is key to the track, fixes data corruption when tracks crossing more than 1 jobs (#7615)
-
Label constructor validation of empty label names (#7627)
-
Incorrect alignment of empty job list component (#7621)
-
Remove underlying pixels feature is not applied immediately (#7637)
-
Corrected the formula for per-class accuracy in quality reports; the old formula is now exposed as the
jaccard_index
key (#7640) -
Sending
/events
request from logged-out user (#7608) -
Fixed accuracy being displayed incorrectly on the task analytics page (#7652)
-
Fixed an invalid default overlap size being selected for video tasks with small segments (#7681)
-
Fixed redundant jobs being created for tasks with non-zero overlap in certain cases (#7681)
-
Accumulation of confusion matrix across all jobs in a task when creating a quality report (#7604)
-
90 deg-rotated video was added with "Prefer Zip Chunks" disabled was warped, fixed using the static cropImage function. (#7583)