-
-
Notifications
You must be signed in to change notification settings - Fork 255
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Robust association, optimization, and API restructure (#175)
* Add robust feature * Speed up cdist with Numba * Handle occluded tracks * Remove clipping in detector * Fix smooth dist * Fix cluster distance * Add assertion for public detector * Account for negative width or height for area * Add confirm_hits parameter * Speed up numpy concat * Fix ReID * Normalize cluster feature * Speed up clustering using cosine dist * clean up * Refactor config parameter parsing * Fix letterbox and add parameter doc * Use greedy match for ReID and improve remove dup * Split into multiple lines * Experiment with match rectification * Speed up rect and bbox distance helper functions * Speed up ios and iom * Deprecate cython-bbox * Speed up matching and gating * Speed up rect and fix cdist * Threshold aspect ratio and more optimizations * Allow defining model class outside the API * Add comments * Speed up matching cascade and sync with tensorrt_demos * Add doc * Add visualizer parameters * Lower fill_val and clean up * Clean up
- Loading branch information
1 parent
9585c70
commit ffc637f
Showing
25 changed files
with
1,718 additions
and
799 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
Oops, something went wrong.