From f2dd0a1c1b1311deacf56fba70e3c5a7f5b876d4 Mon Sep 17 00:00:00 2001 From: Dmitry Kurtaev Date: Mon, 29 Jan 2018 11:02:05 +0300 Subject: [PATCH] Created TensorFlow Object Detection API (markdown) --- TensorFlow-Object-Detection-API.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 TensorFlow-Object-Detection-API.md diff --git a/TensorFlow-Object-Detection-API.md b/TensorFlow-Object-Detection-API.md new file mode 100644 index 0000000..91cc230 --- /dev/null +++ b/TensorFlow-Object-Detection-API.md @@ -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 \ No newline at end of file