From 5a19b16858746dc40edad778fbd5bdfb69a692ff Mon Sep 17 00:00:00 2001 From: "@fanny.gaudin" Date: Thu, 24 Apr 2025 10:47:49 +0200 Subject: [PATCH] fix(LAB-3592): update annotation vertices that are Scalars --- src/kili/adapters/kili_api_gateway/label/common.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/kili/adapters/kili_api_gateway/label/common.py b/src/kili/adapters/kili_api_gateway/label/common.py index e89206849..c4e104b0e 100644 --- a/src/kili/adapters/kili_api_gateway/label/common.py +++ b/src/kili/adapters/kili_api_gateway/label/common.py @@ -40,8 +40,7 @@ def get_annotation_fragment(): ), video_object_detection_annotation_fragment=fragment_builder( ( - "keyAnnotations.annotationValue.vertices.x", - "keyAnnotations.annotationValue.vertices.y", + "keyAnnotations.annotationValue.vertices", "name", "mid", "category",