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

How did you choose maskrcnn_bboxes? #7

Open
kondounagi opened this issue May 11, 2022 · 0 comments
Open

How did you choose maskrcnn_bboxes? #7

kondounagi opened this issue May 11, 2022 · 0 comments

Comments

@kondounagi
Copy link

Usually, Mask-R-CNN outputs many bounding boxes to an image.
In your paper, the model use only ten bounding boxes for an image.
How did you choose ten bounding boxes? (confidence, the size of bbox, ...)

maskrcnn_bboxes List of detected bounding boxes corresponding to the image. (x1,y1) refers to start vertex of the rectangle and (x2, y2) refers to end vertex of the rectangle

Thanks

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