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.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