-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3D Detection Eval docstrings + typing fixes. (#40)
* Add evaluation. * Small fixes. * Add unit tests + eval mask fixes. * Update detection unit tests. * Fix typing + update pyproject. * Run autoflake. * Add ROI pruning. * Remove arg. * Fix typo. * Speed up argoverse maps. * Speed up evaluation. * Small fixes. * Fix lint. * Small lint fixes. * Fix filtering. * Small fixes. * Fix enums. * Remove unused lines. * Mypy fixes. * Fix click mypy error. * Pytype fixes. * Fix pytype. * Remove pytype. * Small typing fixes. * Add unit tests. * Fix typing. * Remove click typing issue. * Fix mypy. * Detection eval speed up. * Rewrite detection eval for major speedup. * Typing fixes. * Typing fixes. * Switch from record arrays to numpy arrays. * Temp changes. * Improve readability. * Add comments. * Modularize evaluate. * Additional speedups. * Cleanup code. * Additional speedup. * Add roi pruning back. * Add multiprocessing. * Add verbosity. * Mypy fixes. * Update cuboid fields. * Lint fixes. * Fix map tutorial issues. * Add test log. * Revert strings. * Remove outputs. * Address missing detection edge cases. * Address jhony comments. * Update docstring. * Clean docstrings. * Change roi method. * Clean up roi method. * Update roi returns. * Autoflake.: * Fix lint. * Fix lint. * Update detection limiting logic. * Fix indexing. * Fix tuple return. * Update CI. * Add ROI unit tests. * Remove val identity. * Fix import. * Remove unused import. * Update column names. * Update eval.py * Update detection eval. * Update docstrings. * Revert docstring. * Fix formatting. * Small fixes. * Update ci.yml * Update ci.yml * Update ci.yml * Update ci.yml * Update ci.yml * Update ci.yml Co-authored-by: Benjamin Wilson <benjaminrwilson@noreply.github.com>
- Loading branch information
1 parent
15d43e3
commit 0492dec
Showing
5 changed files
with
23 additions
and
18 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 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