Error in the example: Train A Semantic Segmentation Network

1 Ansicht (letzte 30 Tage)
stefano zambelli
stefano zambelli am 27 Dez. 2019
Kommentiert: Walter Roberson am 30 Dez. 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 Kommentare
Walter Roberson
Walter Roberson am 27 Dez. 2019
It appears to me that the line should be
L = imresize(uint8(C{1}),5);
Walter Roberson
Walter Roberson am 30 Dez. 2019
I have reported this problem to Mathworks.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by