I am getting "Unable to resolve the name 'CNN.parse'" error. when I am trying to produce results of CAV_2020 Image star. I installed computer vision and deep learning tool box

2 次查看(过去 30 天)
load images.mat;
load('Small_ConvNet.mat');
nnvNet = CNN.parse(net, 'Small_ConvNet');
% Note: label = 1 --> digit 0
% label = 2 --> digit 1
% ...
% label = 10 --> digit 9
% computing reachable set
IM = IM_data(:,:,1);

回答(1 个)

Walter Roberson
Walter Roberson 2024-5-4
MATLAB does not have any function or package named CNN .
It appears that you are expecting CNN to be loaded as part of Small_ConvNet.mat but that it is not there.

类别

Help CenterFile Exchange 中查找有关 Recognition, Object Detection, and Semantic Segmentation 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by