Closed dbotsriram closed 6 months ago
target_link_libraries(EigenSolvers PRIVATE ${GLOG_LIBRARIES})
#target_link_libraries(EigenSolvers PRIVATE glog::glog)
change this to
#target_link_libraries(EigenSolvers PRIVATE ${GLOG_LIBRARIES})
target_link_libraries(EigenSolvers PRIVATE glog::glog)
and reinstall
Thank you @TingtingLiao The issue had been solved
While running python main.py --expname test_experiment --blending_method all --grid_size 8x7 I'm getting ImportError: /home/dbot/Desktop/360monodepth/360monodepth/code/cpp/lib/EigenSolvers.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZN6google10LogMessage6streamEv
Please help me with this