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
- Host: GitHub
- URL: https://github.com/ethand91/object-detect
- Owner: ethand91
- Created: 2022-04-13T00:35:28.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T01:47:21.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T01:33:01.243Z (about 1 year ago)
- Topics: computer-vision, example, opencv, python3, tutorial
- Language: Python
- Homepage:
- Size: 125 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```
---
