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.
1 parent e79021a commit 786433fCopy full SHA for 786433f
tracker/track_demo.py
@@ -327,4 +327,4 @@ def get_color(idx):
327
if not os.path.exists(SAVE_FOLDER): # demo save to a particular folder
328
os.makedirs(SAVE_FOLDER)
329
os.makedirs(os.path.join(SAVE_FOLDER, 'result_images'))
330
- main(opts)
+ main(opts)
0 commit comments