-
The map is rather disapointing. All NL waterdepth's in coastal regions is 1 meter, while there are clearly better data available. and where depthd actualy do vary from 0.5 - 20 meters
For NL data can…
-
The [metric](https://github.com/DepthAnything/Depth-Anything-V2/blob/main/metric_depth/util/metric.py) in this project seems to be calculated for depth, but the model predicts a disparity map. Does th…
-
Currently, both `SG_PIXELFORMAT_DEPTH` and `SG_PIXELFORMAT_DEPTH_STENCIL` are supported, with the former being a 32 bit floating point depth buffer, and the latter being a 24 bit unsigned depth buffer…
-
So the metric depth version obviously outputs stuff in meters.
To be able do that the model **must** somehow estimate the focal depth.
The fact that this estimation is not part of the output/input…
-
Hello,I now need to get the depth map through the DSO, but I don't know how to change which parts of the code to implement. Can you give me some advice? Thank you very much.
-
Hi, thanks for sharing this code which broadens my android knowledge database.( i used camera2 library in the past)
I download the code and run it on my cell phone, but cannot produce the depth map a…
-
### System Info
Python 3.10.12
transformers-4.36.2
### Who can help?
@stevhliu @NielsRogge
### Information
- [X] The official example scripts
- [x] My own modified scripts
### Task…
-
I am using ubuntu 22 (ros2 humble) with intel realsense d435i . I want to get odometry path (trajectory)of the camera. I tried the steps mentioned on the github but I am not able to run any of the exa…
-
Could you add Depth maps for the test sets, as it is already added for the train set?
-
Your work has been very inspiring and I thank you for your efforts.
How to obtain a Depth Completion Network in your own dataset that can transform a sparse depth map into a dense depth map along …