Error in the example: Train A Semantic Segmentation Network

1 visualización (últimos 30 días)
stefano zambelli
stefano zambelli el 27 de Dic. de 2019
Comentada: Walter Roberson el 30 de Dic. de 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 comentarios
Walter Roberson
Walter Roberson el 27 de Dic. de 2019
It appears to me that the line should be
L = imresize(uint8(C{1}),5);
Walter Roberson
Walter Roberson el 30 de Dic. de 2019
I have reported this problem to Mathworks.

Iniciar sesión para comentar.

Respuestas (0)

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by