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