-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Thanks for your work.
If you binarize the prediction results at a threshold of 0.5 and save them as {0, 255},
Line 66 in 6b9e54e
Image.fromarray(((out['pred'] > .5) * 255).astype(np.uint8) |
what is the significance of setting different thresholds during evaluation?
Line 94 in 6b9e54e
for j, threshold in enumerate(Thresholds): |
lov-b
Metadata
Metadata
Assignees
Labels
No labels