Error in function ssdLayer
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
lubomir ondreicka
el 22 de Abr. de 2020
Comentada: lubomir ondreicka
el 27 de Abr. de 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.
0 comentarios
Respuesta aceptada
Srivardhan Gadila
el 26 de Abr. de 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.
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!