Skip to content

Simplified Traffic Monitoring by vehicle detection, tracking and speed estimation using YOLO v8 and DeepSort

Notifications You must be signed in to change notification settings

Salmankotakuth/Traffic-Monitoring

Repository files navigation

YOLOv8 Object Detection with DeepSORT Tracking(ID + Trails)

Google Colab File Link (A Single Click Solution)

The google colab file link for yolov8 object detection and tracking is provided below, you can check the implementation in Google Colab, and its a single click implementation, you just need to select the Run Time as GPU, and click on Run All.

Google Colab File

Object Detection and Tracking (ID + Trails) using YOLOv8 on Custom Data

Google Colab File Link (A Single Click Solution)

Google Colab File

YOLOv8 Segmentation with DeepSORT Object Tracking

Github Repo Link

Steps to run Code

  • Clone the repository
git clone https://github.com/MuhammadMoinFaisal/YOLOv8-DeepSORT-Object-Tracking.git
  • Goto the cloned folder.
cd YOLOv8-DeepSORT-Object-Tracking
  • Install the dependecies
pip install -e '.[dev]'

  • Setting the Directory.
cd ultralytics/yolo/v8/detect

  • Run the code with mentioned command below.

  • For yolov8 object detection + Tracking + Vehicle Counting

python predict.py model=yolov8l.pt source="Highway_Traffic.mp4" show=True

RESULTS

Vehicles Detection, Tracking and Counting

Watch the Complete Step by Step Explanation

Watch the Complete Tutorial for the Step by Step Explanation

About

Simplified Traffic Monitoring by vehicle detection, tracking and speed estimation using YOLO v8 and DeepSort

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published