YoloV3 study

确保本机器已经成功安装了tensorflow, keras, opencv, python3.x
  • 下载python code

https://github.com/xiaochus/YOLOv3

  • 下载darknet model

https://github.com/xiaochus/YOLOv3  从quick start中下载已经训练好的model,230+M

  • 将darknet model转换为h5

进入yolov3 目录, python yad2k.py cfg/yolo.cfg yolov3.weights data/yolo.h5

  • 使用转换后的model进行测试

python demo.py



猜你喜欢

转载自blog.csdn.net/szfhy/article/details/80093415