Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.85 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.85 KB

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