セマンティックセグメンテーションさせる関数、semanticseg()について
Show older comments
ニューラルネットワークにテスト用の画像をセマンティックセグメンテーションさせます。
I = read(imdsTest);
C = semanticseg(I, net);
B = labeloverlay(I, C);
figure
imshow(B)
このときのセグメンテーションさせる関数semanticseg()は、設定したラベルをそれぞれ、どの色で塗り分けているのか分かりません。 対応関係、規則など分かればお願いします。
Accepted Answer
More Answers (0)
Categories
Find more on セマンティック セグメンテーション in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!