Effacer les filtres
Effacer les filtres

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

2 vues (au cours des 30 derniers jours)
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.

Réponses (1)

Johnny Chien
Johnny Chien le 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);

Catégories

En savoir plus sur Migrate GUIDE Apps dans Help Center et File Exchange

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by