I was trying to build your project by using Cmake but I found this error:
CMake Error at CMakeLists.txt:12 (find_package):
By not providing "FindTensorflowCC.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"TensorflowCC", but CMake did not find one.
Could not find a package configuration file provided by "TensorflowCC" with
any of the following names:
Add the installation prefix of "TensorflowCC" to CMAKE_PREFIX_PATH or set
"TensorflowCC_DIR" to a directory containing one of the above files. If
"TensorflowCC" provides a separate development package or SDK, be sure it
has been installed.
-- Configuring incomplete, errors occurred!
See also "/home/nghia/c++/facenet_classifier/src/cmake-build-debug/CMakeFiles/CMakeOutput.log".
Could you please give me some Hints to fix that. Thanks
I was trying to build your project by using Cmake but I found this error: CMake Error at CMakeLists.txt:12 (find_package): By not providing "FindTensorflowCC.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "TensorflowCC", but CMake did not find one.
Could not find a package configuration file provided by "TensorflowCC" with any of the following names:
Add the installation prefix of "TensorflowCC" to CMAKE_PREFIX_PATH or set "TensorflowCC_DIR" to a directory containing one of the above files. If "TensorflowCC" provides a separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred! See also "/home/nghia/c++/facenet_classifier/src/cmake-build-debug/CMakeFiles/CMakeOutput.log".
Could you please give me some Hints to fix that. Thanks