We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d5a75b + 81163e5 commit c48e642Copy full SHA for c48e642
src/superannotate/lib/core/video_convertor.py
@@ -76,7 +76,7 @@ def _interpolate(
76
"x": round(data["x"] + steps["x"] * idx, 2),
77
"y": round(data["y"] + steps["y"] * idx, 2),
78
}
79
- else:
+ elif annotation_type != AnnotationTypes.EVENT:
80
tmp_data["points"] = data["points"]
81
82
annotations[frame_idx] = Annotation(
0 commit comments