配置环境中遇到的问题:
1.depth2depth.cpp:11:18: fatal error: hdf5.h: No such file or directory
确保hdf5安装成功
sudo apt-get install libhdf5-10
sudo apt-get install libhdf5-serial-dev
sudo apt-get install libhdf5-dev
sudo apt-get install libhdf5-cpp-11
find /usr -iname "*hdf5.h*"
export CPATH="/usr/include/hdf5/serial/"
2.出现问题:Compilation fails: cannot find lhdf5
change "USER_LIBS=-lhdf5"
to "'USER_LIBS=-L/usr/lib/x86_64-linux-gnu/hdf5/serial/lib -lhdf5'"
or to USER_LIBS = -L/usr/include/hdf5/serial/ -lhdf5
完成
重点是看自己的lhdf5 libhdf5 在哪。
最后
以上就是深情樱桃最近收集整理的关于深度补全 Deep Depth Completion of a Single RGB-D Image的全部内容,更多相关深度补全内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复