DengPingFan / PraNet

PraNet: Parallel Reverse Attention Network for Polyp Segmentation, MICCAI 2020 (Oral). Code using Jittor Framework is available.
http://dpfan.net/PraNet
452 stars 121 forks source link

About assessment tools #50

Closed jue12345 closed 2 years ago

jue12345 commented 2 years ago

About assessment tools Thank you very much for your excellent work. Downloaded your Matlab evaluation tool: "EvaluationTool_New", run the main.m file directly, all the results show NaN, for example: (Dataset:CVC-300; Model:PraNet) meanDic:NaN;meanIoU:NaN;wFm:NaN ;Sm:NaN;meanEm:NaN;MAE:NaN;maxEm:NaN;maxDice:NaN;maxIoU:NaN;meanSen:NaN;maxSen:NaN;meanSpe:NaN;maxSpe:NaN.

Do you have any ideas on this issue? Thanks for viewing this question.

GewelsJI commented 2 years ago

I guess you may point to the wrong directory for prediction and/or ground truth.

jue12345 commented 2 years ago

It is indeed the reason you said, the newly generated map is in the "map_new" folder, but the code is "map". Just modify the code. Thanks for your answer!