Skip to content

Real-time multi-camera multi-object tracker using YOLO varients

Notifications You must be signed in to change notification settings

bharath5673/StrongSORT-YOLO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StrongSORT yolo_multi_model


yolo_multi_model

For an all-in-one Python file that can run detection, segmentation, and pose estimation with various YOLO models (such as YOLOv5, YOLOv7, YOLOv8, and YOLOv11), you should choose a name that clearly reflects the functionality and the models used, while being concise. includes detection, segmentation, and pose estimation) using different YOLO models.

yolo_multi_model

yolo_multi_model

## recommended conda env python=3.10
## pip install ultralytics -U
$ python yolo_multi_model.py --source 0 1 vid1.mp4 vid2.mp4 --track --count

Acknowledgements

Expand