Skip to content

Commit 12355d1

Browse files
committed
updated per_frame convertor
1 parent 5dab057 commit 12355d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/superannotate/lib/core/video_convertor.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ def _process(self):
178178
for instance in self._annotation_data["instances"]:
179179
instance_id = next(self.id_generator)
180180
annotation_type = instance["meta"]["type"]
181+
if annotation_type == "comment":
182+
continue
181183
class_name = instance["meta"].get("className")
182184
class_id = instance["meta"].get("classId", -1)
183185
for parameter in instance.get("parameters", []):

0 commit comments

Comments
 (0)