-
Notifications
You must be signed in to change notification settings - Fork 316
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to extract depth value in meters from the depth map? #178
Comments
This line outputs the depth values in meter. You can add a |
Thank you Young! I have found a way to visualise the depths files through your suggestion! |
do you try to project the depth map to pointcloud? I use depth_to_cloud.py to get pointcloud, the result is wired... but if I use the output from network as disparity, everything seems okay : | |
Same question, can I specify an area/object to get the depth value? |
I see the output of infer_image, it truely show the output is disparity. |
I have generated this depth map from the run.py, but I don't know how to extract exact depth value in meters from it, like it's just a coloured image. How so I get the depth in meters from this depth map?
The text was updated successfully, but these errors were encountered: