Skip to content

Commit 1f637f8

Browse files
authored
Merge pull request #323 from superannotateai/coco_fix
Fix coco creationType
2 parents 8207ad8 + a23626f commit 1f637f8

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)