吴恩达 yolo.h5

时间:2021-04-12 09:50:01
【文件属性】:

文件名称:吴恩达 yolo.h5

文件大小:194.69MB

文件格式:H5

更新时间:2021-04-12 09:50:01

yolo.h5

吴恩达卷积神经网络编程作业三最后需要的目标检测的模型文件,亲测可用,有分的可以给分,没分的参考下面自己生成吧。参考:https://github.com/allanzelener/YAD2K#quick-start 1、下载yolo github, https://github.com/allanzelener/YAD2K 2、下载 https://github.com/pjreddie/darknet/blob/master/cfg/yolo.cfg 下载 https://pjreddie.com/media/files/yolo.weights 执行 生产h5文件: ./yad2k.py yolo.cfg yolo.weights model_data/yolo.h5


网友评论

  • 看看再说把
  • 不能用啊, ERROR:root:An unexpected error occurred while tokenizing input The following traceback may be corrupted or invalid The error message is: ('EOF in multi-line string', (900, 4))
  • 看看再说吧
  • File "C:\Users\zhangyubo\Desktop\第四课作业\第四课第三周第四周\Week 03\Car detection for Autonomous Driving\代码仿真.py", line 233, in <module> yolo_model = load_model("model_data/yolo.h5") File "C:\Users\zhangyubo\AppData\Local\Programs\Python\Python36\lib\site-packages\keras\mod