Generating Targets For Anchors

I am currently in the process of implementing some the most cutting edge object detection algorithms here and am going to blog my experience implementing them.

The Tensorflow Graph

This post talks about how tensorflow executes your machine learning models. We shall briefly overview the components of the tf graph , and then dvelve into how this graph is executed across single and multiple devices.

Image Processing

This is an excerpt from the wiki of the object detection software I’m currently implementing here. We are building a free and open state of the art object detector for production environments. Join in if you would like to contribute !

Implementing Object Detectors : Input Pipeline

I am currently in the process of implementing some the most cutting edge object detection algorithms here and am going to blog my experience implementing them.