Difference between revisions of "Feeding Tensorflow from GPU"

From ElphelWiki
Jump to: navigation, search
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 17:43, 14 January 2020

About

Reference guides:

Target projects:

  • tensorflow-object-detection-cpp
Contains a sample model, labels and a test video
  • fast_od
Contains feeding Tensorflow from GPU

Setup