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

https://github.com/ethand91/object-detect

Simple object detection example using python, opencv and YOLO
https://github.com/ethand91/object-detect

computer-vision example opencv python3 tutorial

Last synced: 5 months ago
JSON representation

Simple object detection example using python, opencv and YOLO

Awesome Lists containing this project

README

          

# Simple object detection using python, opencv and YOLO

---

## Install

```bash
python3 -m venv env
source env/bin/activate
```

---

## Usage

Simply run the script passing in a path to the image file

```bash
python main.py -i [path to image]
```

---

![Sample](https://i.ibb.co/CwvbHdV/result.jpg)