Skip to content

Commit 722f381

Browse files
committed
fix(LAB-3592): update annotation vertices that are Scalars
1 parent a5cc12a commit 722f381

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/kili/adapters/kili_api_gateway/label

src/kili/adapters/kili_api_gateway/label/common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ def get_annotation_fragment():
4040
),
4141
video_object_detection_annotation_fragment=fragment_builder(
4242
(
43-
"keyAnnotations.annotationValue.vertices.x",
44-
"keyAnnotations.annotationValue.vertices.y",
43+
"keyAnnotations.annotationValue.vertices",
44+
"keyAnnotations.annotationValue.vertices",
4545
"name",
4646
"mid",
4747
"category",

0 commit comments

Comments
 (0)