Error in function ssdLayer

22 vues (au cours des 30 derniers jours)
lubomir ondreicka
lubomir ondreicka le 22 Avr 2020
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.

Réponse acceptée

Srivardhan Gadila
Srivardhan Gadila le 26 Avr 2020
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 commentaire
lubomir ondreicka
lubomir ondreicka le 27 Avr 2020
Thank you. I have installed version r2019b.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by