Feeding Tensorflow from GPU: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| 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 00:44, 15 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