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

ENH: Compute IOU at ingestion #559

Open
1 of 3 tasks
czaloom opened this issue Apr 23, 2024 · 0 comments · May be fixed by #562
Open
1 of 3 tasks

ENH: Compute IOU at ingestion #559

czaloom opened this issue Apr 23, 2024 · 0 comments · May be fixed by #562
Assignees

Comments

@czaloom
Copy link
Collaborator

czaloom commented Apr 23, 2024

Feature Type

  • Adding new functionality to valor

  • Changing existing functionality in valor

  • Removing existing functionality in valor

Problem Description

The computation of IOU adds a lot of complexity to the object detection and semantic segmentation computations.

Furthermore, theses IOU's are not cached so similar runs will each be started from scratch.

Feature Description

Create a linker table that stores ground truth id, prediction id and a computed IOU.

At time of ingestion a prediction will find all the ground truths in an image and perform the IOU computation.

This should offload a significant portion of work from evaluation.

Additional Context

No response

@czaloom czaloom self-assigned this Apr 23, 2024
@czaloom czaloom linked a pull request Apr 24, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant