ラベルの付いていないテストイメージに対応するラベル付きイメージの呼び出し
Show older comments
上のURLを参考にセマンティックセグメンテーションを行おうとしているのですが,
[imdsTrain,imdsTest,pxdsTrain,pxdsTest] = partitionCamVidData(imds,pxds);
上のコードで無作為に分割したあと,ラベルの付いていないテストデータは以下のコードで出力できたのですが,それに対応するラベル付き画像を出力することはできるのでしょうか?
I=readall(imdsTest);
figure;montage(I)
Accepted Answer
More Answers (0)
Categories
Find more on イメージのセグメンテーション in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!