Skip to content

onionqqqq/ObjectDetection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ObjectDetection

Introduction

This project aims to detect vehicles and count them using YOLOv8.

  • Use a mask to restrict the area so that the model only needs to detect the area on the main road.
  • Use Sort to keep track of the vehicles and add an ID to them.
  • Add a line to count the number of vehicles passing through it.

Installation

git clone https://github.com/onionqqqq/ObjectDetection.git
cd ObjectDetection
conda create -n ObjectDetection python=3.8
conda activate ObjectDetection
pip install -r requirements.txt

Reference

Youtube
YOLOv8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages