-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Distance Threshold and ROI Pruning * Distance Threshold and ROI Pruning * Hierarchical AP * Update eval.py * Fix partial lint + typing. * Reformat. * fix some linting and pytest issues * PR Changes * Fixed Linting * Black Autoformat * Update src/av2/evaluation/detection/constants.py Co-authored-by: Benjamin Wilson <[email protected]> * Update src/av2/evaluation/detection/eval.py Co-authored-by: Benjamin Wilson <[email protected]> * PR Refinements * Minor Fix * tidy code, fix forecasting evaluation * fix imports, return tuned metric values from tracking evaluation * fix linting * fix typing * fix ruff * Test revert reformatting. * Undo formatting. * Undo additional formatting. * Revert a few more formatting changes. * Simplify expressions. * Refactor eval. * Fix imports. * Fix lint. * Fix lint. * Consolidate constants. * Clean up. * Add unit test stubs. * Update typing. * Fix typing + fix lint in detection eval. * Change detection args names. * Fix typing. * Fix lint. * Fix mypy. * Reduce number of conversions. * Make lca columns a constant. * fix group_frames bug * Add Units * Minor Fix * Fix duplicate imports. * Remove additional duplicate lines. * Add files via upload * Remove PYC * Remove __pycache__ * Fix mypy * Run black. --------- Co-authored-by: Neehar Peri <[email protected]> Co-authored-by: Neehar Peri <[email protected]> Co-authored-by: Neehar Peri <[email protected]> Co-authored-by: Benjamin Wilson <[email protected]> Co-authored-by: Redrew <[email protected]> Co-authored-by: Neehar Peri <[email protected]> Co-authored-by: Neehar Peri <[email protected]> Co-authored-by: Neehar Peri <[email protected]>
- Loading branch information
1 parent
45d7026
commit 98eb457
Showing
11 changed files
with
102 additions
and
273 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.