diff --git a/cvat/apps/auto_annotation/model_manager.py b/cvat/apps/auto_annotation/model_manager.py index a72909b6..4196202a 100644 --- a/cvat/apps/auto_annotation/model_manager.py +++ b/cvat/apps/auto_annotation/model_manager.py @@ -247,7 +247,7 @@ class Results(): return self._results["tracks"] @staticmethod - def _create_polyshape(self, points, label, frame_number, attributes=None): + def _create_polyshape(points, label, frame_number, attributes=None): return { "label": label, "frame": frame_number,