ラベルの付いていないテストイメージに対応するラベル付きイメージの呼び出し
Mostra commenti meno recenti
上のURLを参考にセマンティックセグメンテーションを行おうとしているのですが,
[imdsTrain,imdsTest,pxdsTrain,pxdsTest] = partitionCamVidData(imds,pxds);
上のコードで無作為に分割したあと,ラベルの付いていないテストデータは以下のコードで出力できたのですが,それに対応するラベル付き画像を出力することはできるのでしょうか?
I=readall(imdsTest);
figure;montage(I)
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su イメージのセグメンテーション in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!