hed icon indicating copy to clipboard operation
hed copied to clipboard

about evaluation

Open pu-1 opened this issue 2 years ago • 3 comments

image HI I would like to know how the result of such a picture turns into the format of your picture so that it can be evaluated

pu-1 avatar Jun 24 '22 09:06 pu-1

Hi @pu-1, does this prediction have corresponding ground-truth in BSDS format? If so, you can refer to this line and try to load your prediction as the fuse variable in the code. This line of code will save the prediction into a .mat file. Then you may modify eval/eval_edge.m to choose the proper folder for the .mat file and the corresponding ground-truth respectively. Finally, follow the "Evaluate" step in README.md for the evaluation.

xwjabc avatar Jun 25 '22 01:06 xwjabc

Hi Thank you for your reply !I get the mat file and evaluate but the nms result I get is a bit weird.is this normal? 2018

pu-1 avatar Jun 25 '22 07:06 pu-1

I think this result is reasonable. If you feel it contains too many false positives, you may use some threshold to remove the unwanted predicted edge pixels.

xwjabc avatar Jun 26 '22 01:06 xwjabc