Spaces:
Runtime error
Runtime error
Commit
·
7ce97ad
1
Parent(s):
711b619
Update track_eval.py
Browse files- scripts/track_eval.py +2 -2
scripts/track_eval.py
CHANGED
@@ -25,8 +25,8 @@ def main(args):
|
|
25 |
'max_age': int(args.max_age),
|
26 |
'iou_threshold': float(args.iou_threshold),
|
27 |
'min_hits': int(args.min_hits),
|
28 |
-
'boost_power':
|
29 |
-
'boost_decay':
|
30 |
'use_associative': args.use_associative
|
31 |
}
|
32 |
|
|
|
25 |
'max_age': int(args.max_age),
|
26 |
'iou_threshold': float(args.iou_threshold),
|
27 |
'min_hits': int(args.min_hits),
|
28 |
+
'boost_power': float(args.boost_power),
|
29 |
+
'boost_decay': float(args.boost_decay),
|
30 |
'use_associative': args.use_associative
|
31 |
}
|
32 |
|