Spaces:
Runtime error
Runtime error
Aditya9790
commited on
Commit
•
1cf675c
1
Parent(s):
27f4ceb
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ def detect(img, model):
|
|
95 |
parser.add_argument('--nolabel', action='store_true', help='don`t show label')
|
96 |
parser.add_argument('--unique-track-color', action='store_true', help='show each track in unique color')
|
97 |
|
98 |
-
|
99 |
|
100 |
sort_tracker = Sort(max_age=5,
|
101 |
min_hits=2,
|
|
|
95 |
parser.add_argument('--nolabel', action='store_true', help='don`t show label')
|
96 |
parser.add_argument('--unique-track-color', action='store_true', help='show each track in unique color')
|
97 |
|
98 |
+
np.random.seed(opt.seed)
|
99 |
|
100 |
sort_tracker = Sort(max_age=5,
|
101 |
min_hits=2,
|