I have error in equation "B", please can you help me to know what is the problem? "Semantic Segmentation"

3 vues (au cours des 30 derniers jours)
Hi,
I am training to run this tutorial in MATLAB:
"Semantic Segmentation of Multispectral Images Using Deep Learning"
https://www.mathworks.com/help/images/multispectral-semantic-segmentation-using-deep-learning.html
I have error in equation "B", please can you help me to know what is the problem?
>> B = labeloverlay(histeq(train_data(:,:,4:6)),train_labels,'Transparency',0.8,'Colormap',cmap);
Error using labeloverlay>parseInputs (line 174)
Size of input image matrices must agree.
Error in labeloverlay (line 87)
parsedInputs = parseInputs(varargin{:});
Help.PNG
  1 commentaire
darova
darova le 4 Août 2019
Modifié(e) : Greg Heath le 4 Août 2019
train_data(:,:,4:6)) - you choose only 3 elements
train_labels - how many elements here?

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Text Analytics Toolbox dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by