CSPN
CSPN copied to clipboard
Convolutional Spatial Propagation Network
Hello, I am not sure if this is an error with my setup or the code, but when I execute "bash eval_nyudepth_cspn.sh" for testing, I receive following error:  I...
Hello Cheng, thanks for your submitted work, I like your TPAMI paper very much. I tried to use your 3DCSPN by following the instructions, but I found no implementations for...
raw_depth_input = blur_depth ... if sparse_depth is not None: result_depth = (1 - sparse_mask) * result_depth + sparse_mask * raw_depth_input 你好,我有一个疑惑。为了保留sparse depth上的有效值,为什么不是用sparse上的值替换,而是用blur_depth。blur_depth是网络预测的,这个不一定准确啊?请麻烦帮我解答一下,谢谢!
There seems to be a problem with the link of the pre-trained model ( **NYU Depth V2 (Fast Unpool, non-pos)** )
Thanks a lot for sharing your code! I'm trying to understand your variants of spatial pyramid pooling layers, specially atrous convolutional SPP. Since there is no code for those modules,...
Thanks for the awesome work! I notice that the performance of the recent paper CSPN++ is much better than the original CSPN.So do you plan to release the code for...
Hello and first of all thank you for your contribution! I wanted to execute the provided paddle demo but am just receiving errors. I tested it twice with the same...