You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Skeleton for abstract base class Tracker
* Creating updateTracks() which cleans up track store based on track age. Also, updating property names to be mixed case instead of using underscores
* Basic formatting updates.
* Adding lowerCamelCase for all variables and a couple more formatting updates
* Creating tracker_utils.ts to validate tracker config.
* Making computeSimilarity() abstract to allow for batch implementations. Also fixing some comments and validation checks
* Updating flow so that tracks are filtered by age prior to assignment with new detections
* Updating the documentation for maxTracks to indicate that this should be set higher than maxPoses
* Moving track filtering before the computation of similarity matrices
* Implementing assignTracks(), which is a greedy assigner.
* Merge remote-tracking branch 'upstream/master' into tracker, and add new tracking changes.
* Fixing linting issues.
* Updating assignTracks so that unmatched detections are kept track of
0 commit comments