ラベルの付いていないテストイメージに対応するラベル付きイメージの呼び出し
Mostrar comentarios más antiguos
上のURLを参考にセマンティックセグメンテーションを行おうとしているのですが,
[imdsTrain,imdsTest,pxdsTrain,pxdsTest] = partitionCamVidData(imds,pxds);
上のコードで無作為に分割したあと,ラベルの付いていないテストデータは以下のコードで出力できたのですが,それに対応するラベル付き画像を出力することはできるのでしょうか?
I=readall(imdsTest);
figure;montage(I)
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre イメージのセグメンテーション en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!