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

BoundaryIOU for very small objects #6

Open
sauradip opened this issue Aug 11, 2021 · 1 comment
Open

BoundaryIOU for very small objects #6

sauradip opened this issue Aug 11, 2021 · 1 comment

Comments

@sauradip
Copy link

Congratulations for the awesome work!

I have a doubt which is - How will the boundaries be generated if the objects are very small ? I observed, that it does not generate boundaries for let say a very small square mask of size 2 x 2.

@bowenc0221
Copy link
Owner

Because the size of the boundary is independent on the size of the object (we find this is a good property of Boundary IoU), if the boundary size is larger than the object size, we keep the original mask according to the math in our paper.

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

2 participants