TFJS-object-detection icon indicating copy to clipboard operation
TFJS-object-detection copied to clipboard

Real-time custom object detection in the browser using tensorflow.js

Results 12 TFJS-object-detection issues
Sort by recently updated
recently updated
newest added

Hi @hugozanini Thank you very much for this great example Project. I was wonder where you got the reference to get the indices of the [prediction outputs](https://github.com/hugozanini/TFJS-object-detection/blame/master/src/index.js#L117). And is it...

Hello! I noticed in your repo, there's an 'Other' class (id: 2) that isn't present during training or tutorial. Can you explain where this was added in your process? Otherwise,...