| Train Model | Detect Images |
|---|---|
Project stack
- Python 3.11
- Ultralytics
- Roboflow
- opencv
- argparse
Object detecting, tracking and counting with YOLO 8 model.
Clone repository:
git clone git@github.com:ThatCoderMan/ObjectsCounter.gitInstall and activate the virtual environment:
MacOS
source venv/bin/activateWindows
python -m venv venv
source venv/Scripts/activateInstall the dependencies from the file requirements.txt:
pip install -r requirements.txtRun the command to run:
python main.py