Using CV2.dnn module & Yolo COCO dataset pre-trained weights & configure for object detection.
cd ./models
sh download_trained_files.sh
- 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