UniDepth
UniDepth copied to clipboard
Universal Monocular Metric Depth Estimation
It seems that there is a bug that setting the intrinsics doesn't seem to affect the run. The relevant code fragment I use is intrinsics = np.zeros((3,3), dtype=np.float32) Fdx =...
I really appreciate your great masterpiece. but I used UniDepthV2 to predict, encountered an AssertionError exception as below: File "/home/user/app/app.py", line 23, in predictions = model.infer(rgb) File "/home/user/.pyenv/versions/3.10.14/lib/python3.10/site-packages/torch/utils/_contextlib.py", line 115,...
hi , thanks your great work can you share with us 1. supervised learning or self-supervised learning? 2. how to prepare the data? thank you
Hi, Will there be a version released that runs on MacOS?
Would be good to have consistent names between both models ## V1 https://github.com/lpiccinelli-eth/UniDepth/blob/3a5715af4af88d3c907cc2f40498d01a26e265ec/unidepth/models/unidepthv1/unidepthv1.py#L254 ## V2 https://github.com/lpiccinelli-eth/UniDepth/blob/3a5715af4af88d3c907cc2f40498d01a26e265ec/unidepth/models/unidepthv2/unidepthv2.py#L275
I tried to estimate the distance of the object from the camera coordinates by using the depth result predicted by the model and the pixel region of the object on...
Hi! I was trying to use project_points() to get back a depth map from a modified point cloud. I noticed that there was a black grid pattern on the outputted...
My version was cloned on April 26 and has the same problems that people have asked about before.That's the question that comes up: Torch version: 2.2.0+cu118 Traceback (most recent call...
gt_intrinsics is not the original intrinsics