参考文档
- https://github.com/apache/incubator-mxnet/blob/master/docs/faq/caffe.md caffe模型转换官方文档
- http://data.mxnet.io/mxnet/models/imagenet/ mxnet预训练模型下载地址
- https://mxnet.incubator.apache.org/model_zoo/index.html mxnet Model Zoo
- https://github.com/miraclewkf/mobilenet-MXNet mxnet版本mobilenet
- https://github.com/apache/incubator-mxnet/blob/1.0.0/example/README.md mxnet示例程序汇总
- https://github.com/zhreshold/mxnet-ssd mxnet版本SSD实现
- https://mxnet.incubator.apache.org/doxygen/index.html mxnet C++ API文档
- 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