Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.78 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.78 KB

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