sparse_convolution
sparse_convolution copied to clipboard
sparse convolution Implementation
Greetings, as far as I understood it, calling a convolution with a 1-filled matrix and then inverting the result on the mask should result in a decrease of depth values...
Dear author, thank you for the tensorflow version of our paper Sparsity Invariant CNNs. We would actually like to link your code on the KITTI homepage - would this be...
Hi, Why is the max_pooling size is fixed to 3 instead of being kernel_size? Thanks!
Hello, I'm reproducing the results in your paper now. I have some questions about the loss function of the network. How can I design the loss function? You have mentioned...
Good Afternoon, I'm would be very interested in trying this code on the KITTI dataset that comes with the paper on which this code is based, but unfortunetely I'm not...
Hello, I has completed the training and testing for depth completion with your sparse convolution code, but the result show that the error of D1-all increase rapidly when we decrease...
Hello. For the kitti depth dataset, can I get the intrinsic parameters of the camera which record the images ? thanks!