Error in the example: Train A Semantic Segmentation Network

1 vue (au cours des 30 derniers jours)
stefano zambelli
stefano zambelli le 27 Déc 2019
Commenté : Walter Roberson le 30 Déc 2019
I wanted to run this example:
Train A Semantic Segmentation Network
So i copy-pasted on matlab the string
openExample('vision/TrainSemanticSegmentationNetworkExample'
On the execution, at the line 13, I am getting the error "Error using uint8. Conversion to uint8 from cell is not possible.".
The istruction that causes the error is "L = imresize(uint8(C),5);".
I tried to run the example also in matlab online and I'm getting the same error.
Anyone had the same problem? How is it possible that i get the same error also in matlab online with an example written by mathworks?
Attached in PDF the execution of the live script.
  2 commentaires
Walter Roberson
Walter Roberson le 27 Déc 2019
It appears to me that the line should be
L = imresize(uint8(C{1}),5);
Walter Roberson
Walter Roberson le 30 Déc 2019
I have reported this problem to Mathworks.

Connectez-vous pour commenter.

Réponses (0)

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by