yan99033 / monodepth-cpp

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

Error during make #18

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hello, I have succesfully built tensorflow from source and installed correct versions of Protobuf and Eigen3 in local folders.. When i try to make monodepth-cpp i get the following error: fatal error: google/protobuf/arena.h: No such file or directory The Protobuf_INCLUDE_DIR used and detected from cmake contains file arena.h in the right path.. Any suggestions? Thanks in advance