DeepCompletionRelease icon indicating copy to clipboard operation
DeepCompletionRelease copied to clipboard

Deep Depth Completion of a Single RGB-D Image

Results 21 DeepCompletionRelease issues
Sort by recently updated
recently updated
newest added

DeepCompletionRelease/torch/BatchIterator.lua: in function BatchIterator:nextEntry(set) .... self[set].i = self[set].i + 1 ... I think this will make the variable "i" always be 1, from second epoch. Should I change this line...

Hi, thank you for the work. This is not my work, but it is very convenient because it can be executed by docker. https://github.com/NoMagicAi/DeepCompletionRelease

module 'nn' not found: no field package.preload['nn'] no file './nn.lua' no file '/usr/share/luajit-2.1.0-beta3/nn.lua' no file '/usr/local/share/lua/5.1/nn.lua' no file '/usr/local/share/lua/5.1/nn/init.lua' no file '/usr/share/lua/5.1/nn.lua' no file '/usr/share/lua/5.1/nn/init.lua' no file './nn.so' no file...

I'm trying to load the pre-trained models (`.t7` files) in PyTorch using https://github.com/clcarwin/convert_torch_to_pytorch. The error I run into points me to [this issue](https://github.com/clcarwin/convert_torch_to_pytorch/issues/8#issuecomment-305071943) in the same repo, suggesting that the...

Hi, I have noticed that you use 4000x depth image, but in my dataset, some points are 16m+. So, how to deal with these points? Or any suggestions to use...

Hi Yindaz, I try to sign agreement and download dataset , but the link http://pbrs.cs.princeton.edu/ redirect princeton.edu ,suncg.cs.princeton.edu also redirect to princeton.edu . thanks a lot

I am compiling this program on Ubuntu 18.04, and OpenGL is installed. In depth2depth.cpp, I changed #include "hdf5.h" to #include "/usr/include/hdf5/serial/hdf5.h" to fix the failure of "cannot find hdf5.h". Subsequently,...

Hi, Table 3 in the paper shows an evaluation result comparing to baseline inpainting methods. However, I can't seem to find such evaluation code in evalDepth.m. Could I ask where...

请问运行环境具体是怎么配置的?谢谢