-
[Depth completion from sparse lidar data with depth normal constraints - ICCV 2019](https://openaccess.thecvf.com/content_ICCV_2019/html/Xu_Depth_Completion_From_Sparse_LiDAR_Data_With_Depth-Normal_Co…
-
Hi, congratulations on the great work. I am having issues replicating your results on a different codebase, could you guide through the loading process?
- What transformations do you apply to the …
-
Hi,a great work! I have some questions about the model. How do you set the number of upsampled channels? Whether it is derived by experiment or by experience? Thank you very much!!
-
Hello, I'm trying to study about your code. But when I analysis your code, I can't find DeepLabV3+ Decoder in your code. Could you please tell me where the DeepLabV3+ model's Decoder?
-
Since many issues are presented about SID, here, I offer my realization.
The alpha and beta are determined from the ground truth, where you should compute the max and min depth value for one certain …
-
Hi,
Thank you for your work and sharing.
I try to use `convert_model` function on my own code, for example:
```
cudnn.benchmark = True
net = Network()
net.cuda()
net = nn.DataPa…
-
First thank you for sharing the excellent work for us. And for the RGBD segmentation research, we really need the cityscapes RGB-D dataset or the method to get depth map, would you share that in recen…
-
I have tried running the evaluation script with the default number of samples i.e., 10000 5000 2500 at three scales and have also tried with lower numbers e.g., 1000 500 250 and even 100 50 25. I do n…
-
![image](https://user-images.githubusercontent.com/54897131/67662406-4a682900-f99e-11e9-8cb2-6fdaf592c83f.png)
excuse me, I am very sorry to trouble you again.When I use the votenet to detect my own …
-
HI,
I am trying to follow your instruction to match the result of the paper usubg NYU dataset. But the mIOU and RMSE are still can not be the same. They get stable after 300 iterations and stop at …