-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limit max tracks via track-local queues (#1447)
* Initial commit * format files * [wip] adding local deque for tracks * format files * [wip] adding local deque for tracks * [wip] Add max tracking for simpletracker * [wip] Add max tracking for simple tracker * [wip] add missing argument * [wip] Add and modify test functions * [wip] Add and modify test functions * Bug fix and refactoring code * [wip] Add max tracking for flow tracker. * [wip] Including suggested changes * [wip] refactor code * Add test function to check max tracks * Added suggestions and feedback * Prevent the creation of more than max tracks when we have unmatched detections * Add tests * Use maximum tracking by default when loading model via high level API * Lint * Fix integration test * Refactor max tracker tests * Add integration test for CLI * typo * Add max tracks to the tracking GUI * Update CLI docs and add examples --------- Co-authored-by: Talmo Pereira <talmo@princeton.edu> Co-authored-by: Talmo Pereira <talmo@salk.edu>
- Loading branch information
1 parent
64655d6
commit 93ef288
Showing
8 changed files
with
858 additions
and
201 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
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
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.