diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..cca67acf --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "[python]": { + "editor.defaultFormatter": "ms-python.autopep8" + }, + "python.formatting.provider": "none" +} \ No newline at end of file diff --git a/src/modelrunner.py b/src/modelrunner.py index 73ad3d6c..f67f737c 100644 --- a/src/modelrunner.py +++ b/src/modelrunner.py @@ -39,7 +39,7 @@ def drop_frames(self, input_path) -> None: os.remove(input_path) os.rename(dummy_path, input_path) - + #modify this function def run(self): """ Executes StrongSORT models and its related video pre- and post- processing.