Error in function ssdLayer
11 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File 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!