Skip to content

Commit a23626f

Browse files
committed
Fix coco creationType
1 parent 8207ad8 commit a23626f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/superannotate/lib/app/input_converters/converters/sa_json_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def _create_vector_instance(
1515
"type": instance_type,
1616
"pointLabels": pointLabels,
1717
"attributes": attributes,
18-
"creationType": "Pre-annotation",
18+
"creationType": "Preannotation",
1919
}
2020

2121
if instance_type == "template":

0 commit comments

Comments
 (0)