Error in the example: Train A Semantic Segmentation Network

1 回表示 (過去 30 日間)
stefano zambelli
stefano zambelli 2019 年 12 月 27 日
コメント済み: Walter Roberson 2019 年 12 月 30 日
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 件のコメント
Walter Roberson
Walter Roberson 2019 年 12 月 27 日
It appears to me that the line should be
L = imresize(uint8(C{1}),5);
Walter Roberson
Walter Roberson 2019 年 12 月 30 日
I have reported this problem to Mathworks.

サインインしてコメントする。

回答 (0 件)

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by