DIFFNet icon indicating copy to clipboard operation
DIFFNet copied to clipboard

[BMVC 2021] ''Self-Supervised Monocular Depth Estimation with Internal Feature Fusion''

Results 6 DIFFNet issues
Sort by recently updated
recently updated
newest added

Thanks for your working. Here are something detials i want 2 ask you . Here are my torch torch 1.7.1+cu110 torchaudio 0.7.2 torchsummary 1.5.1 torchvision 0.8.2+cu110 I found when i...

#8 Can we still get that environment file, though?

Hi. First, thank you for opening your nice paper and source code. Could you share checkpoints that were pretrained on Cityscapes and fine-tuned on KITTI (i.e., CS → K)? I...

Thanks for your work of DIFFNet! I want to evaluate the results of the training in my PC, but the file "splits/eigen/gt_depths.npz" is required. I can't find it in the...

Hello, Thank you for sharing your work, and I want to use libtorch to deploy this network in C++, but when using torch::jit::trace(), I get this error(executing test_sample.py can run...

Hello, When I start multi gpu training. I run the following command. python -m torch.distributed.launch --nproc_per_node=2 train.py --split eigen_zhou --learning_rate 1e-4 --height 320 --width 1024 --scheduler_step_size 14 --batch_size 2 --model_name...