TensorFlow + Keras 实战 YOLO v3 目标检测图文并茂教程

运行步骤
1.从 YOLO 官网下载 YOLOv3 权重python

wget https://pjreddie.com/media/files/yolov3.weights

下载过程如图:git

2.转换 Darknet YOLO 模型为 Keras 模型github

python convert.py yolov3.cfg yolov3.weights model_data/yolo.h5

转换过程如图:code

3.运行YOLO 目标检测blog

python yolo.py

须要下载一个图片,而后输入图片的名称,如图所示:教程

我并无使用经典的那张图,随便从网上找了一个,来源见图片水印:图片

识别效果:get

项目地址:https://github.com/qqwweee/keras-yolo3it

教程来自:http://objectdetection.cn/io

相关文章
相关标签/搜索