Skip to content

Commit 9caf8f0

Browse files
committed
modifed track.py
1 parent c3af262 commit 9caf8f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tracker/track.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
from botsort import BoTSORT
2121
from uavmot import UAVMOT
2222
from strongsort import StrongSORT
23+
from c_biou_tracker import C_BIoUTracker
2324

2425
try: # import package that outside the tracker folder For yolo v7
2526
import sys
@@ -58,6 +59,7 @@ def main(opts, cfgs):
5859
'botsort': BoTSORT,
5960
'uavmot': UAVMOT,
6061
'strongsort': StrongSORT,
62+
'c_biou': C_BIoUTracker,
6163
} # dict for trackers, key: str, value: class(BaseTracker)
6264

6365
# NOTE: ATTENTION: make kalman and tracker compatible

0 commit comments

Comments
 (0)