Difference between revisions of "Feeding Tensorflow from GPU"
From ElphelWiki
| Line 7: | Line 7: | ||
Target projects: | Target projects: | ||
| − | * '''tensorflow-object-detection-cpp''' | + | * '''tensorflow-object-detection-cpp''' - contains a sample model, labels and a test video |
| − | + | * '''fast_od''' - contains feeding Tensorflow from GPU | |
| − | * '''fast_od''' | ||
| − | |||
==Setup== | ==Setup== | ||
Revision as of 17:44, 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