目标检测7:YOLO转换成caffe

yolov1的caffe实现

https://github.com/xingwangsfu/caffe-yolo

里面有提供cfg到prototxt的转换脚本,照着改就可以实现v2版本的转换,就不贴上来献丑了。

 

yolov2新添了route、reorg、region层,好在github上有人已经实现移植。

https://github.com/hustzxd/z0

https://github.com/hustzxd/z1

https://github.com/gklz1982/caffe-yolov2

 

 

脚本改动时需要注意yolo中的route层与caffe的concat层的关系!

 

route1:layers:-9

route2:layers:-1,-4

 

 

caffe-yolov3 版本:请参考:https://blog.csdn.net/Chen_yingpeng/article/details/80692018【测试是可以使用的】

 

 

                                                          (๑•ᴗ•๑)觉得有用,赏个植发的小钱钱。(๑•ᴗ•๑)

   

 

 

 

 

 

你可能感兴趣的:(目标检测)