ArcherFMY/sal_eval_toolbox

Why do you use 0.1 as the threshold?

lartpang opened this issue · 2 comments

gtMap = logical(gtMap>=0.1); % get binary mask

The DUTS's ground truth is not entirely binary.

Thanks....

The basic code is from my senior colleagues. They used this threshold to binarize the ground truth. I just tried the 0.5 as the threshold and there is no big difference when evaluating DUTS-test dataset.

I think it is ok as long as we evaluate all algorithms using the same settings.

OK, thanks!