EdgeDepth-Release icon indicating copy to clipboard operation
EdgeDepth-Release copied to clipboard

Github Repo for Paper "The Edge of Depth: Explicit Constraints between Segmentation and Depth"

Results 11 EdgeDepth-Release issues
Sort by recently updated
recently updated
newest added

I could successfully compile the torch tutorial on how to make your own cuda kernel available in pytorch. However, I couldn't compile the kernel in this repo with errors like...

Hi, Thank you for the helpful code! I have a question regarding F.grid_sample used in your code. When I run it, there is a warning: "UserWarning: Default grid_sample and affine_grid...

Thanks for your perfect work! But in the paper, you finetune your model with 3 more epochs. But I don't find the fine-tuning progress in your code! Could you please...

文章里面提到在正常训练20个Epoch后,又用Finetuning Loss训练了3个epoch,但我并没有在代码中看到相关实现,请问这部分代码位置在哪?谢谢!

Hi, Thanks for your solid work and the datasets! As you provided the pre-computed semantic labels for KITTI using method of Zhu _etal_ , I wonder if the semantic segmentation...

Thx for the good job, but when are you planning to release the training code? Thanks!

Hi, Thank again for your brilliant work. I am a little confused when I read the Depth Morph part of the paper. In the implementation, what I understand is that...

@TWJianNuo Thank you a lot for sharing the code of this brilliant work! We are following your work to conduct semantic augmented depth estimation. Due to the absent of semantic...

Hi, Nice improvement on top of monodepth2. Any plans of extending the work to monocular images?