Azzera filtri
Azzera filtri

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

2 visualizzazioni (ultimi 30 giorni)
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.

Risposte (1)

Johnny Chien
Johnny Chien il 8 Set 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);

Categorie

Scopri di più su Migrate GUIDE Apps in Help Center e File Exchange

Prodotti


Release

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by