diff --git a/src/superannotate/lib/core/video_convertor.py b/src/superannotate/lib/core/video_convertor.py index cf066c67c..b8397cddb 100644 --- a/src/superannotate/lib/core/video_convertor.py +++ b/src/superannotate/lib/core/video_convertor.py @@ -76,7 +76,7 @@ def _interpolate( "x": round(data["x"] + steps["x"] * idx, 2), "y": round(data["y"] + steps["y"] * idx, 2), } - else: + elif annotation_type != AnnotationTypes.EVENT: tmp_data["points"] = data["points"] annotations[frame_idx] = Annotation(