#
tensorflow-cc
Here are 6 public repositories matching this topic...
TensorFlow examples in C, C++, Go and Python without bazel but with cmake and FindTensorFlow.cmake
c
golang
opencv
cmake
deep-learning
cpp
tensorflow
cuda
inference
tensorflow-cmake
tensorflow-examples
tensorflow-gpu
tensorflow-cc
-
Updated
Aug 18, 2019 - CMake
combine state of art deep neural network based detectors with most efficient trackers to solve motion based multiple objects tracking problems
deep-learning
tensorflow
detection
keras
yolo
hungarian
kalman-filter
hungarian-algorithm
kcf
multiple-object-tracking
kcf-tracker
yolo3
tensorflow-cc
tensorflow-cpp
-
Updated
Nov 16, 2019 - C++
Tensorflow examples written in C++
machine-learning
deep-learning
cpp
tensorflow
neural-networks
tensorflow-tutorials
tensorflow-cmake
tensorflow-examples
tensorflow-cc
-
Updated
Jun 20, 2018 - CMake
Set of scripts to generate a CMake enabled tensorflow c++ SDK
-
Updated
Jun 15, 2018 - Shell
A wrapper library in order to use tensorflow frozen graphs without having to compile or handle any specific tensorflow code
-
Updated
May 26, 2018 - C++
Improve this page
Add a description, image, and links to the tensorflow-cc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tensorflow-cc topic, visit your repo's landing page and select "manage topics."
I would like to know how I can modify CMakeFile.txt to include bazel options
--config=v2--local_ram_resources=2048--jobs=1See https://www.tensorflow.org/install/source#bazel_build_options and, more specifically, https://docs.bazel.build/versions/master/command-line-reference.html#flag--local_resources
Given enough info, I can make this enhancement and send you a PR.