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

Use IoU to map bounding boxes #164

Open
nathanielrindlaub opened this issue Mar 21, 2024 · 0 comments
Open

Use IoU to map bounding boxes #164

nathanielrindlaub opened this issue Mar 21, 2024 · 0 comments
Assignees
Labels

Comments

@nathanielrindlaub
Copy link
Member

We've always looked for perfect equality in bbox coordinates to infer whether or not a label belongs to an existing object:

if (_.isEqual(object.bbox, label.bbox)) {

But we should probably use intersection-over-union instead.

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

No branches or pull requests

1 participant