Skip to content

Truck Detection using YOLOv8 and Computer Vision enables real-time identification and tracking of trucks in video feeds.

Notifications You must be signed in to change notification settings

MercyShark/truck-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Truck Detection with Yolov8

Installation

Project_video.mp4

Open Git bash and clone the repo

git clone https://github.com/MercyShark/truck-detection.git

Create a Virtual Environment

pip install virtualenv
virtualenv env

Activate Virtual Environment

 .\env\Scripts\activate

Install dependencies and Run the app

 pip install -r requirements.txt
 cd truck-detection
 python main.py

About

Truck Detection using YOLOv8 and Computer Vision enables real-time identification and tracking of trucks in video feeds.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages