js-objectdetect
js-objectdetect copied to clipboard
computer vision in your browser - javascript real-time object detection
  Several things in this PR: * Simplified the example * Multiple detections at the same time * Adding custom metadata to detections * Select which detector you activate
Hi!! Really great library!! I would like please to know how could i create a new classifier (model) for recognition like objectdetect.handopen.js. I would like to know is there any...
My env: ``` Browser: Chrome 63.0.3239.132 OS: MacOS Sierra 10.12.6 ``` 
I do not see any links to the jsdoc documentation in the source file as stated in the README. Does anyone know where it is?
Currently the demos are broken in Chrome because they don't use HTTPS. I've updated URLs in the README to use HTTPS when possible. However, it's _still_ broken, because the demos...
Hi Running your demo with the glasses - and the same code locally in testing - I notice that the performance of the tracker is about 3-4 FPS in FireFox...
It'd be great it https://github.com/mtschirs/js-objectdetect#performance would include also an approximate size of the library as a WebApp would see it.
Hi! Right now there are differences between master and gh-pages example. Not sure how many there are, but I was trying to use gh-pages branch (as submodule) [which is my...
Hi! It would be nice to add package.json file. Even if you don't publish this project to npm, people would be able to run `npm install mtschirs/js-objectdetect` which will enable...