tensorflownews

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

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

下载过程如图:

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

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

转换过程如图:

3.运行YOLO 目标检测

python yolo.py

需要下载一个图片,然后输入图片的名称,如图所示:

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

识别效果:

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

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

相关文章:

  • 2022-01-01
  • 2022-01-22
  • 2021-06-05
  • 2021-10-12
  • 2021-07-07
  • 2021-06-11
  • 2021-12-22
  • 2021-08-01
猜你喜欢
  • 2021-10-24
  • 2021-04-22
  • 2021-10-17
  • 2021-08-26
  • 2021-08-02
  • 2021-08-03
相关资源
相似解决方案