Error in function ssdLayer

조회 수: 16 (최근 30일)
lubomir ondreicka
lubomir ondreicka 2020년 4월 22일
댓글: lubomir ondreicka 2020년 4월 27일
I'm getting the following error when I try to run function ssdLayers: ???
Undefined function 'ssdLayers' for input arguments of type 'double'.
This is my code.
imageSize = [300 300 3];
numClasses = width(vehicleDataset)-1;
baseNetwork = 'resnet50';
lgraph = ssdLayers(imageSize,numClasses,baseNetwork);
Thank you.

채택된 답변

Srivardhan Gadila
Srivardhan Gadila 2020년 4월 26일
The function ssdLayers is introduced in R2020a, make sure that the MATLAB version you are using is R2020a and you have Computer Vision Toolbox installed.
  댓글 수: 1
lubomir ondreicka
lubomir ondreicka 2020년 4월 27일
Thank you. I have installed version r2019b.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by