-
I have a few questions regarding the depth prediction output in run_infer.py:
1. In `run_infer.py`, the `pipe_out` seems to only include predictions for `'disparity'`, `'disparity_colored'`, and `i…
-
Hello author,
Thanks for this amazing work!
When I try to run `bash infer.sh` with `MODE="regression`, I got the following error:
![lotus_regression_bug](https://github.com/user-attachments/as…
-
I am trying to understand the code. For depth prediction part, scaling and shifting are added when using Depth Anything v1 and MiDaS. For Depth Anything v1, the constants are
```Python
scale = 0.030…
-
Thank you for your interesting work, we find it costs much time in genrerating depth map during each epoches, can we use other depth estimation pipline (such as segment anything v2) to generate offli…
-
Hi, I inspected the collected depth values which are used to train the ray prediction network. However, the depth images tensors are all populated with the max depth values, when the ray ground truth …
-
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…
-
In the paper there is a nice visualization of prediction depth. Prediction depth is defined in the paper is the first layer where the most likely token is equal to the token output.
![prediction d…
-
Is it possible to use a predictive model for generating depth maps? If so, what are some recommended approaches or models that can effectively predict depth information from images or video sequences?
-
### 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…
-
Hi, I was wondering if you performed the same alignment on all the different depth predictions during your evaluations? I tried to apply the same alignment (lad2) to other prediction results such as d…