tfjs-tiny-yolov2 JavaScript object detection in the browser based on a tensorflow.js implementation of tiny yolov2. Table of Contents: Pre Trained Models The VOC and COCO models correspond to the quantized weights from the officialdarknetrepo. The face detector uses depthwise separable convolution...
Dispose model myYolo.dispose(); Credits https://github.com/qqwweee/keras-yolo3 https://github.com/zqingr/tfjs-yolov3 https://github.com/ModelDepot/tfjs-yolo-tiny https://github.com/allanzelener/YAD2K
dependencies: babel-plugin-transform-es2015-modules-commonjs "^6.24.1" babel-runtime "^6.22.0" babel-template "^6.24.1" babel-plugin-transform-es2015-modules-commonjs@^6.23.0, babel-plugin-transform-es2015-modules-commonjs@^6.24.1: version "6.26.0" ...
Hello, Great project, I'm having quite some fun with it! I've been following the demo, and it works great on a pc, but as soon as I try to use it on a phone, the inference doesn't take place due to a WebGL error (seen through remote debugging). This also happens on the pc...