hed
hed copied to clipboard
about evaluation
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
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.
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?
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.