-
### Model description
**Depth Pro: Sharp Monocular Metric Depth in Less Than a Second.**
Depth Pro synthesizes high-resolution depth maps with unparalleled sharpness and high-frequency details. Th…
-
Firstly, thank you for providing an incredible method for depth prediction. I am trying to send my results to KITTI benchmark as well, but I have some doubts, do I need to submit disparity results or …
-
Hi, I want to test a single image which is captured by a camera. But I don't know how to infer with it. Can it be tested with a image size different from KITTI images? Thanks a lot!!
-
Hi,
Thanks a lot for sharing your work and instructions for training and inference. I have been trying to train 'dino_vit_small_reg.dpt_raft' on a mini-dataset of my own. I basically modeled it almo…
-
As the title suggests, we would like a pipeline that supports all three techniques. Currently, we have standalone pipelines for [SparseCtrl](https://github.com/huggingface/diffusers/blob/e417d028115e7…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues.
- [X] This issue is not a question, feature request, or anything other than a…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues.
- [X] This issue is not a question, feature request, or anything other than a bu…
-
Hello, Im trying to get prediction results (depth and camera parameters) given Image1, Image2 and Masks. But Im having hard time how to, assuming I have these images as numpy matrixes, can i make this…
-
I want to align the depth by your single image depth prediction branch with the pose predicted by the pose branch during inference. But it seems that you don't use pose when depth inference? I only fi…
-
Hi,
I am trying to figure out the why of this prediction.
pred = torch.add(torch.bmm(model_points, base), points + pred_t)
**model_points** (1x500x3) is the sub-sampled ground-truth point cloud…