论文地址:https://arxiv.org/abs/1803.09326
github地址:https://github.com/yindaz/DeepCompletionRelease
(1)Download realsense data in ./data/, and unzip it there.
(2)Download bound.t7 and normal_scannet.t7 in ./pre_train_model/.
(3)Compile depth2depth in ./gaps/.
(4)Run demo_realsense.m in ./matlab/.
按照官方github上的上述步骤进行。
在(3)时出现编译错误,提示为
解决方案:
1.看自己是否已经安装依赖
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
2.此时仍找不到,应该是环境变量中没有加入
find /usr -iname "*hdf5.h*" //查找出所有的含有这个文件的路