Skip to content

speed up frontend bounding box rendering when user exclusively modifies thresholds #22

@ben-directai

Description

@ben-directai

See discussion in #19

Old implementation set a low, fixed detection threshold on ALL detection classes. That way we only had to make one request and then we could suppress bounding boxes on the client side.

In this implementation we enable the user to modify the detection threshoids for each class. We can just set each class detection to 0 but we would be required to do NMS thresholding client side. worth considering

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions