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.
- Host: GitHub
- URL: https://github.com/mariodiasbatista/object-detection
- Owner: mariodiasbatista
- Created: 2025-02-20T00:43:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-06T23:45:45.000Z (4 months ago)
- Last Synced: 2025-07-17T08:32:00.763Z (3 months ago)
- Topics: opencv, python, yolov11
- Language: Jupyter Notebook
- Homepage:
- Size: 48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```