Error in function ssdLayer
21 ビュー (過去 30 日間)
古いコメントを表示
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.
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!