-
Hello, I have been researching monocular depth estimation recently. I found this place, and the documentation is very detailed, but I still have a small question that I would like the author to help m…
-
-
Hi Dear LiHe, thanks to your fantastic job! This monocular depth estimation will definitely trigger unlimited potential use cases!
I've tried the `depth_anything_v2_metric_vkitti_vitl.pth` model …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What would your feature do ?
Improved monocular depth estimation algorit…
-
Thanks for the great work of this project, i wanna know how to use monocular estimated depth to supervise the training? since colmap depth is too sparse
-
Hi, long time no see. Glad to see your BEV's contribution. I have been playing with ROMP+blender now and developing something interesting. But the translation along the depth direction is always shaki…
-
If there is only monocular camera available, is it possible to use this voxFormer?
1) Depth estimation need images from binocular camera (sterero-camera), not monocular?
2) Why don't you used [mono…
-
Hi,
I have a 360 panorama image. How can I display it in 3D?
-
When using torch.hub to do monocular estimation, it got RuntimeError:
```
model = torch.hub.load('yvanyin/metric3d', 'metric3d_vit_giant2', pretrain=True)
File "/home/qizhong/miniconda3/envs/ga…
-
Hello great work @xy-guo and team!
I have stereo images and depth maps from zed camera for a custom dataset(realistic).In place of kitti scene flow dataset, I thought to initially train the stereo ne…