An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

| Train Model | Detect Images |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [![train model](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/ThatCoderMan/ObjectsCounter/blob/main/notebooks/yolov8.ipynb) | [![detect](https://colab.research.google.com/assets/colab-badge.svg)](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)