Feeding Tensorflow from GPU: Difference between revisions

From ElphelWiki
Jump to navigation Jump to search
Oleg (talk | contribs)
No edit summary
Oleg (talk | contribs)
No edit summary
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 00:43, 15 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