Supercharge your Computer Vision models with the TensorFlow Object Detection API
41–50 of 66 posts
Re: Supercharge your Computer Vision models with the TensorFlow Object Detection API
#42Direct link https://research.googleblog.com/2017/06/supercharge-your-com...
Admins update submission please
Re: Supercharge your Computer Vision models with the TensorFlow Object Detection API
#43Is this a new Google API for use through their cloud offering or is it a set of tensorflow artifacts one can download and use freely without ever contacting Google Cloud?
Clicking through the two layers of links, it is a GitHub repository containing pre-trained models, training scripts, and scripts for running the models on Google Cloud: https://github.com/tensorflow/models/tree/master/object_dete...
Re: Supercharge your Computer Vision models with the TensorFlow Object Detection API
#44[1]: https://arxiv.org/abs/1506.02640
Re: Supercharge your Computer Vision models with the TensorFlow Object Detection API
#45Just spent the last 6 months making anpr camera. Now just need to put Python on it. Fun times.
Re: Supercharge your Computer Vision models with the TensorFlow Object Detection API
#46Re: Supercharge your Computer Vision models with the TensorFlow Object Detection API
#47Anyone know of a sample app that uses this? Say to detect if something is or isn't a hot dog?
Re: Supercharge your Computer Vision models with the TensorFlow Object Detection API
#48Re: Supercharge your Computer Vision models with the TensorFlow Object Detection API
#49Earlier quoted context omitted.
I missed I/O -- what's particular to Tensorflow Lite? Is that distinct from the CPU target?
Mobile focused version of tensorflow.
Re: Supercharge your Computer Vision models with the TensorFlow Object Detection API
#50Earlier quoted context omitted.
We still have a ways to go, to completely eliminating false positives, but these tools will help us get there. For example, you can recognize different types of objects now but we still need to figure out which are meaningful or not (like a person or animal vs a tree blowing in the wind). Even certain classes, some are benign while others or not, for example pedestrians walking by the front of my house versus a guy w…
Even a confidence level would go a long way. If I get a notification that says "motion detected" I have to look at it, but if it said "motion detected, person with 75% confidence" that suddenly becomes much more valuable.