退购1.1定位算法
This commit is contained in:
6
ultralytics/tracker/trackers/__init__.py
Normal file
6
ultralytics/tracker/trackers/__init__.py
Normal file
@ -0,0 +1,6 @@
|
||||
# Ultralytics YOLO 🚀, AGPL-3.0 license
|
||||
|
||||
from .bot_sort import BOTSORT
|
||||
from .byte_tracker import BYTETracker
|
||||
|
||||
__all__ = 'BOTSORT', 'BYTETracker' # allow simpler import
|
Reference in New Issue
Block a user