/opencv-yolo-object-detect

Using OpenCV & Yolo for object detection

Primary LanguagePythonMIT LicenseMIT

OpenCV Yolo Object Detect

Using CV2.dnn module & Yolo COCO dataset pre-trained weights & configure for object detection.

Download .weights, .cfg, .names

cd ./models
sh download_trained_files.sh

Python environment & dependencies :

- Python3.6

- pip install -r r.txt -i https://pypi.douban.com/simple

- yolov3 coco dataset pretrained weights & configure

安装

  • Python3.6 & pip 请自行安装

  • 依赖项安装:

pip install opencv-python>=3.4, numpy

运行

gunicorn --bind 127.0.0.1:5000 wsgi:app

OpenCV & Object Detection

Object detection (YOLO, SSD, Faster R-CNN)

cvlib- 人脸检测,性别检测,物体检测