opendatacam / node-moving-things-tracker

javascript implementation of "tracker by detections" for realtime multiple object tracking (MOT)
MIT License
105 stars 25 forks source link

Feat: Reset idDisplay #17

Closed vsaw closed 4 years ago

vsaw commented 4 years ago

Resetting the tracker did not affect the item ID. Therefore multiple tests runs on the same file were difficult to evaluate as one had to offset the later runs to get the actual number of the items tracked.

This pull request fixes this. As it introduces a new reset function for ItemsTracked.

To prove it is working, jasmine tests with GitHub Actions are included.

vsaw commented 4 years ago

As GitHub does not run the checks in the opendatacam repository see the passing checks in my fork here: https://github.com/vsaw/node-moving-things-tracker/actions/runs/202256302

vsaw commented 4 years ago

Obsolete. New Pull request is https://github.com/opendatacam/node-moving-things-tracker/pull/18