Skip to content

Commit

Permalink
added comment on function we need to modify
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake0826 committed Sep 26, 2023
1 parent 3a6e5c2 commit a44880f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
},
"python.formatting.provider": "none"
}
2 changes: 1 addition & 1 deletion src/modelrunner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a44880f

Please sign in to comment.