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

[SPEED-UP] Implement np.unique for IoU matching #93

Open
KristinaUlicna opened this issue Oct 31, 2023 · 0 comments
Open

[SPEED-UP] Implement np.unique for IoU matching #93

KristinaUlicna opened this issue Oct 31, 2023 · 0 comments
Assignees
Labels
performance Changes that impact runtime and performance

Comments

@KristinaUlicna
Copy link
Collaborator

Implement fast(er) IoU computation between objects in GT and predicted mask:

overlaps = np.unique(np.array([true, pred]), axis=0)

@KristinaUlicna KristinaUlicna self-assigned this Oct 31, 2023
@KristinaUlicna KristinaUlicna added the enhancement New feature or request label Oct 31, 2023
@msschwartz21 msschwartz21 added performance Changes that impact runtime and performance and removed enhancement New feature or request labels Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Changes that impact runtime and performance
Projects
Status: No status
Development

No branches or pull requests

2 participants