Difference between revisions of "Feeding Tensorflow from GPU"
From ElphelWiki
| Line 6: | Line 6: | ||
* [https://viralfsharp.com/2019/03/25/supercharging-object-detection-in-video-optimizing-decoding-and-graph-feeding/ Optimizing Decoding and Graph Feeding] | * [https://viralfsharp.com/2019/03/25/supercharging-object-detection-in-video-optimizing-decoding-and-graph-feeding/ Optimizing Decoding and Graph Feeding] | ||
| + | Target projects: | ||
| + | * '''tensorflow-object-detection-cpp''' | ||
| + | Contains a sample model, labels and a test video | ||
| + | * '''fast_od''' | ||
| + | Contains feeding Tensorflow from GPU | ||
==Setup== | ==Setup== | ||
Revision as of 16:43, 14 January 2020
About
Reference guides:
- Supercharging Object Detection in Video: from Glacial to Lightning Speed
- Setup
- First App
- Optimizing Decoding and Graph Feeding
Target projects:
- tensorflow-object-detection-cpp
Contains a sample model, labels and a test video
- fast_od
Contains feeding Tensorflow from GPU