필터 지우기
필터 지우기

Which models in the Caffe Model Zoo are supported by importCaffeNetwork?

조회 수: 1 (최근 30일)
Zoe Dennison
Zoe Dennison 2017년 8월 24일
댓글: caesar 2018년 2월 15일
When importing models from the Caffe Model Zoo using importCaffeNetwork I am getting the following error:
  • Series Network Error: Error using nnet.internal.cnn.caffe.CaffeModelReader/importSeriesNetwork (line 307) The network '' is not determined to be a Series Network. Only series networks can be imported.
I presume that this means that the network is not supported by MatLab?
Is there a list of which models in the Model Zoo are supported by MatLab?
  댓글 수: 1
Claudio Gennaro
Claudio Gennaro 2017년 10월 2일
I have successfully imported the Hybrid-CNN model from Model Zoo in matlab R2017a. Which net did you try?

댓글을 달려면 로그인하십시오.

답변 (3개)

caesar
caesar 2017년 10월 31일
I think you are trying to import Graph networks such as Googlenet or Resnet, and those are not a series networks (Alexnet,Vgg ..). Only the new release Matlab2017b is able to do that, importing non-series networks.

cui,xingxing
cui,xingxing 2018년 1월 31일
When I use MATLAB built-in "importCaffeNetwork" function, often encounter does not support the import layer, such as tanH, slice and so on, I hope later versions of this function can support more operations. my matlab version R2017b

ainos didou
ainos didou 2018년 2월 14일
please how can i import the caffemodel and where can i found the list of models
  댓글 수: 1
caesar
caesar 2018년 2월 15일
Check this link:
https://uk.mathworks.com/help/nnet/ref/importcaffenetwork.html#inputarg_protofile
So you only need two files protofile (xxx.prototxt) and, datafile (xxx.caffemodel). put them in the directory of Matlab and use the importcaffeeNetwork to build it. it's quiet easy to find those files on Caffe community on github.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Image Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by