Skip to content

ThatCoderMan/ObjectsCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Train Model Detect Images
train model detect

Objects Detection

Project stack
  • Python 3.11
  • Ultralytics
  • Roboflow
  • opencv
  • argparse

Description

Object detecting, tracking and counting with YOLO 8 model.

Launch Instructions

Clone repository:

git clone git@github.com:ThatCoderMan/ObjectsCounter.git

Install and activate the virtual environment:

MacOS
source venv/bin/activate
Windows
python -m venv venv
source venv/Scripts/activate

Install the dependencies from the file requirements.txt:

pip install -r requirements.txt

Run the command to run:

python main.py

Developers: