セマンティックセグメンテーションさせる関数、semanticseg()について
Afficher commentaires plus anciens
ニューラルネットワークにテスト用の画像をセマンティックセグメンテーションさせます。
I = read(imdsTest);
C = semanticseg(I, net);
B = labeloverlay(I, C);
figure
imshow(B)
このときのセグメンテーションさせる関数semanticseg()は、設定したラベルをそれぞれ、どの色で塗り分けているのか分かりません。 対応関係、規則など分かればお願いします。
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur セマンティック セグメンテーション dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!