mirror of
https://github.com/opencv/opencv.git
synced 2024-12-04 00:39:11 +08:00
Created TensorFlow Object Detection API (markdown)
parent
3b2f4ee6ae
commit
f2dd0a1c1b
6
TensorFlow-Object-Detection-API.md
Normal file
6
TensorFlow-Object-Detection-API.md
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user