Monocular-Depth-Estimation-Toolbox icon indicating copy to clipboard operation
Monocular-Depth-Estimation-Toolbox copied to clipboard

Monocular Depth Estimation Toolbox based on MMSegmentation.

Results 32 Monocular-Depth-Estimation-Toolbox issues
Sort by recently updated
recently updated
newest added

Hi! So I noticed that some images in the GT depth map are incomplete (or marked as 0 for those pixels) when there are reflective surfaces like glass, windows etc,...

Hi @zhyever, Thanks for your great work! I'm curious if BinsFormer can be converted to ONNX model? If yes, please also provide sample code so we can verify it. Thanks...

Hello, thank you for open-sourcing BinsFormer. Are there any model parameters/hyperparameter changes that need to be made on the NYU BinsFormer config to be adapted to the KITTI dataset? Will...

Hi, thanks for sharing your work! I want to save GPU memory during training. I follow this [link](https://zhuanlan.zhihu.com/p/375224982) to set up FP16 setting. I simply add `fp16 = dict(loss_scale='dynamic') `...

@zhyever Thanks for your sharing. Could you share the BinsFormer‘s config and model on Kitii ? I want to train my model on Kitii, but I don't konw the config...

Hello! If I want to remove the HAHI module for experiments, what should I do?

Could you provide the kitti_eigen_train.txt and kitti_eigen_test.txt, benchmark_train.txt, benchmark_test.txt?

Hello! I would like to fine-tune the depthformer_swinl_22k_27 model on my custom dataset. I tried to follow the instruction but still have some issues. The main problems I have are:...

Hello, I'd like to train binsformer model to do Depth Prediction. I have some questions: 1. I'd like to train my custom dataset. What should I have to modify for...

Hi there, I tried using the DepthFormer model for my custom dataset but surprisingly the sigloss in the validation set does not reduce. I referred to #20 but I noticed...