News

Object Detection, With TensorFlow. 11 Comments . by: Bryan Cockfield. July 31, 2018. Title: Copy. Short Link: Copy. Getting computers to recognize objects has been a historically difficult problem ...
Today’s TensorFlow object detection API can be found here. Google wants to make it extra easy to play with and implement so the entire kit comes prepackaged with weights and a Jupyter notebook.
When the time comes to add an object recognizer to your hack, all you need do is choose from many of the available ones and retrain it for your particular objects of interest. To help with that, [E… ...