Skip to content

max410011/YOLOv8-DeepSORT-Vehicle-Tracking

 
 

Repository files navigation

Steps to run Code

  • Install the dependecies
pip install -e '.[dev]'
  • Setting the Directory.
cd ultralytics/yolo/v8/detect
  • Put your video or image into ultralytics\yolo\v8\detect\demo
  • Run YOLOv8 Vehicle Tracking & Counting
python predict.py model=yolov8x.pt imgsz=1280 conf=0.8 source=demo/test.mp4

Result

Vehicles Detection, Tracking and Counting

About

YOLOv8 Object Tracking using PyTorch, OpenCV and DeepSORT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.3%
  • Shell 0.7%