ラベルの付いていないテストイメージに対応するラベル付きイメージの呼び出し
Afficher commentaires plus anciens
上のURLを参考にセマンティックセグメンテーションを行おうとしているのですが,
[imdsTrain,imdsTest,pxdsTrain,pxdsTest] = partitionCamVidData(imds,pxds);
上のコードで無作為に分割したあと,ラベルの付いていないテストデータは以下のコードで出力できたのですが,それに対応するラベル付き画像を出力することはできるのでしょうか?
I=readall(imdsTest);
figure;montage(I)
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur イメージのセグメンテーション dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!