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

4 ビュー (過去 30 日間)
Basim Azam
Basim Azam 2019 年 7 月 16 日
回答済み: Johnny Chien 2019 年 9 月 8 日
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 Center および File ExchangeMigrate GUIDE Apps についてさらに検索

製品


リリース

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by