node-moving-things-tracker
node-moving-things-tracker copied to clipboard
javascript implementation of "tracker by detections" for realtime multiple object tracking (MOT)
Is there any existent code to produce a video output that shows the bounding boxes and the id of each box?
Bumps [minimist](https://github.com/substack/minimist) from 1.2.0 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR aeb3e27 1.2.5...
with a github action: https://github.com/marketplace/actions/npm-publish suggestion from @vsaw
Closes #20
I have to confirm with a test suite, but I believe that the tracker does not differentiate merges trajectories without checking for object types. So if e.g. a Person walks...
Looking at the following Darknet JSON Stream, the one can see that darknet detects two persons close to each other, yet clearly distinct from another. The tracker however merges both...
Hi @tdurand. Do you mind if we add to `package.json` something like this? ```json "bundle": "browserify main.js --standalone tracker -o dist/moving-things-tracker.js", "dist": "npm run bundle && browserify main.js --standalone gd...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...
Seems a very good lib if one day opendatacam wants to get rid of node-moving-things-tracker https://github.com/tryolabs/norfair
### issue: #47 ### This pull request includes: - [update dependencies](https://github.com/JooZef315/node-moving-things-tracker/commit/f88b6d9e3048e51e6a26b3fef46d182eba940589) - [refactor tracker to class based](https://github.com/JooZef315/node-moving-things-tracker/commit/1684f3b20e8e55f4b409f1f938c252bc836c4bd3) - [add types to Tracker class](https://github.com/JooZef315/node-moving-things-tracker/commit/27495165618e6923252d790a891f2032e5d47314)