Filter löschen
Filter löschen

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 Ansichten (letzte 30 Tage)
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);

Antworten (1)

Walter Roberson
Walter Roberson am 4 Mai 2024
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.

Kategorien

Mehr zu Recognition, Object Detection, and Semantic Segmentation finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by