Skip to content

minor bug in example code for background prediction #3

@tian1327

Description

@tian1327

Thanks for the great work! There is a minor bug here: pred[probs < threshold] = 0 should be pred[max_prob < threshold] = 0.
image

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