d3net_depth_estimation icon indicating copy to clipboard operation
d3net_depth_estimation copied to clipboard

Dense Deep Depth Estimation Network (D3-Net) in PyTorch.

Results 5 d3net_depth_estimation issues
Sort by recently updated
recently updated
newest added

Run the train_nyu_d file to finish the training and then test_nyu_d.train_nyu_d.After completing the training by running the sh file, the test_nyu_d file was executed to check the result, but an...

In the refoc_image.m, the line 70 `Mk=Mk.*(1-conv2(Ad(:,:,k-1),PSF{k-1},'same'))`, but in your paper, the Mk is from the k + 1 layer to K layer. I wonder why it is different from...

Hello, thanks for your work, which style for depth you are used in your paper? style1 : 0 for near and 255 for far style2: 0 for far and 255...

Hello! First of all, thanks a lot for your very nice work! Do you plan on releasing the trained weights of the network? So that I can test it and...

hello, thanks for your work, I found the code you provided cannot produce the correct synthetic dataset in the paper, the pixels are blurred everywhere, is there anything wrong?