本文主要是介绍图像识别之目标检测keras-tensorflow 实现yolo3,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
关于windows gpu环境请参考https://liuhuiyao.blog.csdn.net/article/details/109271898
keras-yolo3 地址 https://github.com/qqwweee/keras-yolo3
本人真实实现的情况是:
windows 10
tensorboard 1.8.0
tensorflow-gpu 1.8.0
pip install -i https://pypi.mirrors.ustc.edu.cn/simple/ tensorflow-gpu==1.8.0
Keras 2.2.4
pip install -i https://pypi.mirrors.ustc.edu.cn/simple/ keras==2.2.4
python 3.6.8
cuda 9.0
这篇关于图像识别之目标检测keras-tensorflow 实现yolo3的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!