You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.
Hi i have a question. I wanted to know what is the units of the output depth map given.
For an image, using kitti pretrained,i obtain for a determined pixel a value of 11, but using NYU the value is 3 and using MIDAS the value is 30. I just wanted to know, what is this?
Is it meters (dont think so), units, etc. Thanks
The text was updated successfully, but these errors were encountered:
Hey @CristianViSa, The unit of the output depth map depends on the specific depth prediction algorithm used. For the depth prediction models trained on the KITTI dataset, the output depth map typically represents the estimated inverse depth of each pixel. The same is likely true for the models trained on the NYU and MIDAS datasets, but it would depend on the specific training data and loss functions used. Without more information on the exact models you're using, it's difficult to determine the exact unit of the output depth maps.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi i have a question. I wanted to know what is the units of the output depth map given.
For an image, using kitti pretrained,i obtain for a determined pixel a value of 11, but using NYU the value is 3 and using MIDAS the value is 30. I just wanted to know, what is this?
Is it meters (dont think so), units, etc. Thanks
The text was updated successfully, but these errors were encountered: