1.下载转换代码

https://github.com/ChenYingpeng/darknet2caffe

按照要求安装及配置

海思开发板——YOLOv3模型转换(1)

安装pytorch0.4

pip install http://download.pytorch.org/whl/cu80/torch-0.4.0-cp27-cp27mu-linux_x86_64.whl

 

2.编译caffe

make clean

make all

3.编译为python可用

make pycaffe

4.模型转换

python cfg/yolov3.cfg weights/yolov3.weights prototxt/yolov3.prototxt caffemodel/yolov3.caffemodel

 

相关文章:

  • 2021-11-14
  • 2022-12-23
  • 2021-05-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-18
  • 2021-10-11
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-01
  • 2021-06-13
  • 2021-08-22
  • 2022-01-07
相关资源
相似解决方案