セマンティックセグメンテーションさせる関数、semanticseg()について
Mostrar comentarios más antiguos
ニューラルネットワークにテスト用の画像をセマンティックセグメンテーションさせます。
I = read(imdsTest);
C = semanticseg(I, net);
B = labeloverlay(I, C);
figure
imshow(B)
このときのセグメンテーションさせる関数semanticseg()は、設定したラベルをそれぞれ、どの色で塗り分けているのか分かりません。 対応関係、規則など分かればお願いします。
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre セマンティック セグメンテーション en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!