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

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.

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.