Created TensorFlow Object Detection API (markdown)

Dmitry Kurtaev 2018-01-29 11:02:05 +03:00
parent 3b2f4ee6ae
commit f2dd0a1c1b

@ -0,0 +1,6 @@
**WIP**
This wiki describes how to work with object detection models trained using [TensorFlow Object Detection API](https://github.com/tensorflow/models/tree/master/research/object_detection).
## Run network in TensorFlow
Deep learning networks in TensorFlow are represented as graphs where an every node is a transformation of it's inputs. They could be common layers like `Convolution` or `MaxPooling` and implemented in C++ or a custom ones