https://github.com/edwildson/opencv-com-yolo
Real-Time Object Detection using OpenCV with YOLO in Python.
https://github.com/edwildson/opencv-com-yolo
computer-vision opencv-python python real-time yolov3
Last synced: 10 months ago
JSON representation
Real-Time Object Detection using OpenCV with YOLO in Python.
- Host: GitHub
- URL: https://github.com/edwildson/opencv-com-yolo
- Owner: edwildson
- Created: 2020-07-18T15:35:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T15:47:50.000Z (almost 6 years ago)
- Last Synced: 2025-02-25T09:46:01.299Z (over 1 year ago)
- Topics: computer-vision, opencv-python, python, real-time, yolov3
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenCV-com-Yolo
Detecção de objetos em tempo real utilizando OpenCV com YOLO em python.
Para executar é necessário instalar o OpenCV em seu ambiente python, para isto basta dar pip install opencv-python.
Após isto é necessário baixar os arquivos de configurações "yolov3.weights ou yolov3-tiny.weights e yolov3.cfg ou yolov3-tiny.cfg" ( a depender de quais escolher devem ser modificados no arquivo detect.py ).
Logo depois deve ser modificado o caminho da fonte de vídeo ou imagem.
Depois é só executar.
*Recomendo utilizar o yolov3.weights e yolov3.cfg pois obtive melhores resultados.