Skip to content

inccorect logic for generating forground predictions. #2

Description

@ashesh-0

the code is using 0.5 as threshold for the forground prob. which is arbitrary. It should be done with argmax().

pred_fg_thresholded = seed_map > 0.5

the same exists for 3D version as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions