Error in the example: Train A Semantic Segmentation Network

1 view (last 30 days)
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.

Answers (0)

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!