tensorflow-cpp-detection

There are 2 repositories under tensorflow-cpp-detection topic.

  • Robinatp/Compile-Tensorflow-C--without-Bazel

    Compile Tensorflow C++ without Bazel, You could create a C++ Tensorflow project in your favorite C++ IDEs and build it with Makefile or CMake and you will need to do some extra work to allow gcc to be able to compile successfully C++ Tensorflow codes. So you don't have to compile with bazel! It also approachs a method that Import OpenCV Mat into C++ Tensorflow without copying.Just convert Mat to Tensor for tensorflow run function

    Language:Makefile1010