필터 지우기
필터 지우기

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