Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about box prediction #95

Open
OctoNinja9 opened this issue Feb 1, 2024 · 0 comments
Open

Question about box prediction #95

OctoNinja9 opened this issue Feb 1, 2024 · 0 comments

Comments

@OctoNinja9
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant