関数jaccardを使用したIoUの定義
Show older comments
深層学習を使用したセマンティックセグメンテーションを実行していますが、 その中で結果の評価に用いた、関数jaccardを使用したIoUの定義があいまいで困っています。 以下の式①のように表現される'精度'とは異なるのでしょうか?
① w/(w+z) w:正しく分類できた画素数,z:誤って分類した画素数
ここでのIoUの定義をご教授ください。
Accepted Answer
More Answers (0)
Categories
Find more on Deep Learning Toolbox 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!