参考文档

  1. https://github.com/apache/incubator-mxnet/blob/master/docs/faq/caffe.md caffe模型转换官方文档
  2. http://data.mxnet.io/mxnet/models/imagenet/ mxnet预训练模型下载地址
  3. https://mxnet.incubator.apache.org/model_zoo/index.html mxnet Model Zoo
  4. https://github.com/miraclewkf/mobilenet-MXNet mxnet版本mobilenet
  5. https://github.com/apache/incubator-mxnet/blob/1.0.0/example/README.md mxnet示例程序汇总
  6. https://github.com/zhreshold/mxnet-ssd mxnet版本SSD实现
  7. https://mxnet.incubator.apache.org/doxygen/index.html mxnet C++ API文档
  8. http://mxnet-bing.readthedocs.io/en/latest/how_to/nnpack.html mxnet官方文档中讨论NNAPCK

Caffe模型转Mxnet模型

# 进入incubator-mxnet/tools/caffe_converter目录
cd /opt/xyl/incubator-mxnet/tools/caffe_converter
python convert_model.py /opt/xyl/caffe/models/mobilenet_v2/mobilenet_v2_depoly.prototxt 
    /opt/xyl/caffe/models/mobilenet_v2/mobilenet_v2.caffemodel 
    /opt/xyl/caffe/models/mobilenet_v2/mobilenet_v2

results matching ""

    No results matching ""