ultralytics 8.0.203 DDP argparse and Tracker fixes (#6007)
This commit is contained in:
parent
ab0b47e386
commit
465df3024f
16 changed files with 50 additions and 22 deletions
|
|
@ -192,3 +192,8 @@ class BOTSORT(BYTETracker):
|
|||
def multi_predict(self, tracks):
|
||||
"""Predict and track multiple objects with YOLOv8 model."""
|
||||
BOTrack.multi_predict(tracks)
|
||||
|
||||
def reset(self):
|
||||
"""Reset tracker."""
|
||||
super().reset()
|
||||
self.gmc.reset_params()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue