Spaces:
Runtime error
Runtime error
Commit
·
5eb701d
1
Parent(s):
f79ef3c
Initial commit
Browse files
track.py
CHANGED
@@ -360,6 +360,11 @@ def main(opt):
|
|
360 |
run(**vars(opt))
|
361 |
|
362 |
|
363 |
-
if __name__ == "__main__":
|
|
|
|
|
|
|
|
|
364 |
opt = parse_opt()
|
365 |
main(opt)
|
|
|
|
360 |
run(**vars(opt))
|
361 |
|
362 |
|
363 |
+
#if __name__ == "__main__":
|
364 |
+
# opt = parse_opt()
|
365 |
+
# main(opt)
|
366 |
+
|
367 |
+
def MOT():
|
368 |
opt = parse_opt()
|
369 |
main(opt)
|
370 |
+
|