jiwoon-ahn / psa

Learning Pixel-level Semantic Affinity with Image-level Supervision for Weakly Supervised Semantic Segmentation, CVPR 2018
MIT License
385 stars 62 forks source link

how to calculate the mIOU? #25

Open jieruyao49 opened 4 years ago

jieruyao49 commented 4 years ago

I run the project and got the result out_cam/out_la_crf/out_ha_crf/out_rw. Where should I download GT? How should I calculate the mIOU? Can you provide the code to calculate the mIOU?

neineimeow commented 4 years ago

Did you solve it?

jieruyao49 commented 4 years ago

yes,I solved it

姚洁茹

邮箱:jieruyao@126.com |

签名由 网易邮箱大师 定制

On 03/02/2020 22:07, Kunyang Sun wrote:

Did you solve it?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

qiang92 commented 4 years ago

You can use the evalution.py from project https://github.com/YudeWang/SEAM to evaluate mIoU.