-
Geometry-Aware Symmetric Domain Adaptation for Monocular Depth Estimation is a very interesting paper and gave me a lot of inspiration. When run the experiment the ablation study, there is some proble…
-
Hi there,
I have ran the monocular depth estimation model using the mono-depth fine-tuned on Kitti on one one of my images:
`python run_monodepth.py --model_type=dpt_hybrid_kitti `
I want to extr…
-
Hi,
Good paper in monocular depth estimation. Do you know why the dataset refused to unzip and gives zipping incorrect error or EOF error?
-
@VitorGuizilini where can I find the code and model for the paper "Robust Semi-Supervised Monocular Depth Estimation with Reprojected Distances (CoRL 2019 spotlight)" ? thank you
-
您好,非常感谢您团队的出色工作
在论文对比实验中,请问为什么没有对比参考问文献中Learning to Fuse Monocular and Multi-view Cues for
Multi-frame Depth Estimation in Dynamic Scenes 这篇论文呢?这篇论文是在多帧深度估计领域指标相对靠前的。
-
Link to another project: **DPT (Dense Prediction Transformers)** - State of the art Semantic-segmentation and Monocular depth estimation network
* Top-1 accuracy on Pascal-Context Semantic segmenta…
-
Hi Zhenyu,
the point cloud generation script
https://github.com/zhyever/Monocular-Depth-Estimation-Toolbox/blob/main/tools/misc/visualize_point-cloud.py
seems to be specific for the NYU dataset…
-
I'm excited about your paper, 'An Effective and Robust Panoramic Monocular Depth Estimation Method for Outdoor Scenes,' and I'm eager to explore the code. In the repository, it's mentioned that the co…
B0RJA updated
10 months ago
-
## Method
In this section, we describe our unsupervised framework for monocular depth estimation. We first review the self-supervised training pipeline for monocular depth estimation, and then introd…
-
https://github.com/DepthAnything/Depth-Anything-V2/blob/31dc97708961675ce6b3a8d8ffa729170a4aa273/metric_depth/depth_anything_v2/dpt.py#L183
Would this line lead the model into relative depth predicti…