文件名称:tfdetect:基于轻量级Tensorflow C-API的Tensorflow对象检测模型的C ++ CPU推理库
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-30 12:23:05
machine-learning tensorflow inference object-detection C++
全称 提供一个C ++库以对使用tensorflow训练的模型执行推理。 前提 OpenCV 2.4(软件包:libopencv-dev) 生成工具(软件包:build-essentials,autoconf) 淡褐色(请参阅) 设置 mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX= < FILL> .. # bazel opts are needed for bazel 0.9 ADDITIONAL_BAZEL_OPTS= ' --incompatible_load_argument_is_label=false ' TF_NEED_MKL=1 make # you can also build with CUDA support. Note that you will be prompted for CUDA spe
【文件预览】:
tfdetect-master
----inc()
--------tfdetect.h(859B)
--------tfwrapper.h(11KB)
----.gitmodules(116B)
----src()
--------tfdetect.cpp(3KB)
----CMakeLists.txt(1KB)
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(236B)
----cmake_tensorflow_c()