https://github.com/thatcoderman/objectscounter
recognition of Hay objects on video
https://github.com/thatcoderman/objectscounter
cv2 jupyter python roboflow yolo8
Last synced: 24 days ago
JSON representation
recognition of Hay objects on video
- Host: GitHub
- URL: https://github.com/thatcoderman/objectscounter
- Owner: ThatCoderMan
- Created: 2023-10-24T11:06:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-24T16:02:39.000Z (about 1 year ago)
- Last Synced: 2025-05-05T19:54:23.323Z (2 months ago)
- Topics: cv2, jupyter, python, roboflow, yolo8
- Language: Jupyter Notebook
- Homepage:
- Size: 295 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
| Train Model | Detect Images |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [](https://colab.research.google.com/github/ThatCoderMan/ObjectsCounter/blob/main/notebooks/yolov8.ipynb) | [](https://colab.research.google.com/github/ThatCoderMan/ObjectsCounter/blob/main/notebooks/HaystackDetector.ipynb) |# 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:
```bash
git clone [email protected]:ThatCoderMan/ObjectsCounter.git
```Install and activate the virtual environment:
MacOS
```bash
source venv/bin/activate
```Windows
```bash
python -m venv venv
source venv/Scripts/activate
```Install the dependencies from the file requirements.txt:
```bash
pip install -r requirements.txt
```Run the command to run:
```bash
python main.py
```---
## Developers:
- [ThatCoderMan (Артемий)](https://github.com/ThatCoderMan)
- [progmat64 (Александр)](https://github.com/progmat64)
- [Bully-Boy (Роман)](https://github.com/Bully-Boy)