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

https://github.com/mariodiasbatista/object-detection

Understand and demo a simple process in object detection.
https://github.com/mariodiasbatista/object-detection

opencv python yolov11

Last synced: 2 months ago
JSON representation

Understand and demo a simple process in object detection.

Awesome Lists containing this project

README

          

# πŸš€ object-detection

**Demo a simple flow in object detection in some scenarios approaching :**

* **[Training](https://github.com/mariodiasbatista/object-detection/wiki/Training)**

* **[Inference](https://github.com/mariodiasbatista/object-detection/wiki/Inference)**

## πŸ“Œ Table of Contents

- [About](#about)
- [Scenarios](#scenarios)
- [Installation](#installation)
- [Usage](#usage)
- [Configuration](#configuration)
- [Contributing](#contributing)
- [License](#license)

## πŸ“– About

With this project i will demo the object detection with a neural network using YOLO it will use simple scenΓ‘rios with images and videos and the result will be a clear compreension how the process works.
Also the dependencies of this project like GPU servers will be addressed on the wiki page, the dependencies are a key part in the process on optimization of the training and inference.

## ✨ Scenarios

[**βœ… 1**-](https://github.com/mariodiasbatista/object-detection/wiki/Scenarios#scenario-1) Train with anotated Images from [Open Images Dataset](https://storage.googleapis.com/openimages/web/visualizer/index.html) (easy process)

[**βœ… 2**-](https://github.com/mariodiasbatista/object-detection/wiki/Scenarios#scenario-2) Train with custom anotated Images from the user (hard process)

[**βœ… 3**-](https://github.com/mariodiasbatista/object-detection/wiki/Scenarios#scenario-3) Inference, put the trained model detecting on image

[**βœ… 4**-](https://github.com/mariodiasbatista/object-detection/wiki/Scenarios#scenario-4) Inference, put the trained model detecting on video

[**βœ… 5**-](https://github.com/mariodiasbatista/object-detection/wiki/Scenarios#scenario-5) Check all Results

## πŸ”§ Installation
For the instalation clone the project
and follow the [Installation](https://github.com/mariodiasbatista/object-detection/wiki/Installation) Section.

```bash
git clone https://github.com/mariodiasbatista/object-detection.git
```