zanilzanzan / FuseNet_PyTorch

Joint scene classification and semantic segmentation with FuseNet
GNU General Public License v3.0
108 stars 34 forks source link

Per class iou #24

Closed caibi-xuexi closed 3 years ago

caibi-xuexi commented 3 years ago

The paper of fusenet has evaluate the classwise IoU scores of 37 classes(table 4).If you have this test code,could you share it with me. #nyuv2 dataset My email is 1198317677@qq.com Thank you very much

hazirbas commented 3 years ago

Please check here

caibi-xuexi commented 3 years ago

Yes,I have tested that github.But it can't solve my problem.I also obey your guidance that submit the result to scannet benchmark,but I even can't register a user.It always show the bug:Failed security question.And I haven't get a reply of the website's personnel.So I want to obtain the test code to calculate per-class-iou of nyuv2.

hazirbas commented 3 years ago

For NYU, you can use this, but for Scannet please consult them directly here

caibi-xuexi commented 3 years ago

Yes,sir.I have read and used that code(for nyu).It can just generate global acc,miou and macc.And it can't generate the per class iou like the table4 of your paper. image Sorry,maybe my problem is too stupid.Please forgive me. If you don't have the test.py to evaluate per class iou,I won't waste your time any longer.Now I am learing to write it. If you have the code already written,please share with me.Thank you for your guidance again.

hazirbas commented 3 years ago

If you dig into the code, you can actually find that we compute them but only return mean IOU here

caibi-xuexi commented 3 years ago

OK,thank you,sir,I will dig into the principle of miou and that code.

------------------ 原始邮件 ------------------ 发件人: "zanilzanzan/FuseNet_PyTorch" @.>; 发送时间: 2021年8月18日(星期三) 下午2:11 @.>; @.**@.>; 主题: Re: [zanilzanzan/FuseNet_PyTorch] Per class iou (#24)

If you dig into the code, you can actually find that we compute them but only return mean IOU here

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.