Skip to content

Real-Time Object Detection using OpenCV with YOLO in Python.

Notifications You must be signed in to change notification settings

edwildson/OpenCV-com-Yolo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

Real-Time Object Detection using OpenCV with YOLO in Python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages