Changed
-
Streaming import for YOLO and COCO formats (#9265)
-
The
POST /api/lambda/functions/<id>
endpoint now returns the results in the same format as theGET /api/tasks/<id>/annotations
endpoint when the function is of thedetector
kind (#9285)
Fixed
-
Numeric attribute values returned by Nuclio functions are now checked for being in the acceptable range when running whole-task auto-annotation (#9285)
-
With per-frame auto-annotation, numeric attribute range validation now works correctly when the minimum value is not a multiple of the step (#9285)
-
Reduced memory consumption for annotation export to CVAT formats (#9354)
-
UI crashes when paste cuboids with hold Ctrl key (#9367)
-
Fixed service name of utils worker in
docker-compose.external_db.yml
(#9352) -
Slow performance in exports that require CVAT RLE to COCO RLE convertation (#9359)