Skip to content

Commit 786433f

Browse files
author
yixu.cui
committed
fix code layout
1 parent e79021a commit 786433f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracker/track_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,4 +327,4 @@ def get_color(idx):
327327
if not os.path.exists(SAVE_FOLDER): # demo save to a particular folder
328328
os.makedirs(SAVE_FOLDER)
329329
os.makedirs(os.path.join(SAVE_FOLDER, 'result_images'))
330-
main(opts)
330+
main(opts)

0 commit comments

Comments
 (0)