How can i import Single Shot Multibox Detector SSD Caffe Implementation in MATLAB?

1 次查看(过去 30 天)
I've downloaded the files from the implementation link given in original paper. But I am having issues importing the model into MATLAB , Can someone help me importing the Caffe Model of SSD in MATLAB?
I am using MATLAB 2019a.

回答(1 个)

Johnny Chien
Johnny Chien 2019-9-8
I encountered an error message saying the network contains layers which are not defined in caffe.proto.
net = importCaffeNetwork('voc/MobileNetSSD_deploy.prototxt','mobilenet_iter_73000.caffemodel');
Error using nnet.internal.cnn.caffe.CaffeModelReader (line 128)
Failed to the parse the file voc/MobileNetSSD_deploy.prototxt due to the following protobuf parser error:
Check if your network contains layers which are not defined in caffe.proto.
Error in importCaffeNetwork (line 89)
readerObj = nnet.internal.cnn.caffe.CaffeModelReader(params);

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

产品


版本

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by