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

Browser Support / Guide #27

Closed ronalson closed 2 years ago

ronalson commented 2 years ago

Hello there!

Do you have any demo project or guide on how to use node-moving-things-tracker in the browser?

vsaw commented 2 years ago

Hi, sorry I missed your message.

Short answer: No

Long answer: Never tried to compile it for the Browser. If you manage to get it compiled for the browser, using the tracker is fairly straight forward as the API is quite simple as there's one function to feed it raw objects and then you'll get tracker data right away.

Sorry I can not be of more assistance right now