issues
search
Striveworks
/
valor
Valor is a centralized evaluation store which makes it easy to measure, explore, and rank model performance.
https://striveworks.github.io/valor/
Other
38
stars
4
forks
source link
Vectorize IOU calcs for axis-aligned bboxes
#731
Closed
ntlind
closed
2 months ago
ntlind
commented
2 months ago
Improvements
Refactor IOU calculations to use vector operations, bringing axis-aligned bbox benchmark time below 10 seconds
Remove pandas[performance] since we're no longer using numba's JIT decorator. benchmark times didn't change after removal
Improvements