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

1 view (last 30 days)
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.

Answers (1)

Johnny Chien
Johnny Chien on 8 Sep 2019
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);

Categories

Find more on Migrate GUIDE Apps in Help Center and File Exchange

Products


Release

R2019a

Community Treasure Hunt

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

Start Hunting!