Skip to content

Question about box prediction #95

@coconut0012

Description

@coconut0012

In this line (below), it seems that the code uses masks to predict boxes,

result.pred_boxes = BitMasks(mask_pred > 0).get_bounding_boxes()

but in line 913, the predicted boxes are already obtained.

box_pred = box_pred[keep]

Why do not use predicted bboxes directly?

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