yan99033 / monodepth-cpp

Tensorflow C++ implementation for single-image depth estimation (Monodepth)
MIT License
105 stars 33 forks source link

Error during configuring with cmake #17

Closed ghost closed 4 years ago

ghost commented 4 years ago

I've built tensorflow library locally as you specified but when I try to cmake I get the following error:

`CMake Error at CMakeLists.txt:13 (FIND_PACKAGE): Could not find a package configuration file provided by "TensorFlow" with any of the following names:

TensorFlowConfig.cmake
tensorflow-config.cmake

Add the installation prefix of "TensorFlow" to CMAKE_PREFIX_PATH or set "TensorFlow_DIR" to a directory containing one of the above files. If "TensorFlow" provides a separate development package or SDK, be sure it has been installed.

-- Configuring incomplete, errors occurred! See also "/home/manuel/catkin_ws/src/CNN-SVO/monodepth-cpp/build/CMakeFiles/CMakeOutput.log". `

I have neither TensorFlowConfig.cmake and tensorflow-config.cmake files after building tensorflow following the instructions.

Any suggestions? Thanks in advance