Skip to content

The problem with evaluation. #17

@badbadcode

Description

@badbadcode

Thanks for your work.

If you binarize the prediction results at a threshold of 0.5 and save them as {0, 255},

Image.fromarray(((out['pred'] > .5) * 255).astype(np.uint8)

what is the significance of setting different thresholds during evaluation?
for j, threshold in enumerate(Thresholds):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions