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
I've recently started using a local version of ZoeDepth where I was able to input an image and get a greyscale depth map back of the image. Where object closer to the camera appear white while objects further away from the camera appear black. I just wanted to ask how I can convert these greyscale pixel values to metric units of depth (meters)?
Is the metric distance represented the by greyscale vales linear or does it have some other relation?
I was also wondering how the UI can convert an image into a 3D model (https://huggingface.co/spaces/shariqfarooq/ZoeDepth). To do this I assume it must find a way to convert the greyscale depth map to metric depth from an image, while also converting the x and y pixels to metric units too. How does it do this?
Thanks in advance for your help.
Kind Regards,
Conor.
The text was updated successfully, but these errors were encountered:
Unfortunately, I did not find a solution to this issue. I ended up converting the images to 3D modes using: (https://huggingface.co/spaces/shariqfarooq/ZoeDepth). I imported these models into Blender to measure any distances. I roughly estimated distance using the camera specifications and it seemed to approximately line up with what Blender had stated.
Hi,
I've recently started using a local version of ZoeDepth where I was able to input an image and get a greyscale depth map back of the image. Where object closer to the camera appear white while objects further away from the camera appear black. I just wanted to ask how I can convert these greyscale pixel values to metric units of depth (meters)?
Is the metric distance represented the by greyscale vales linear or does it have some other relation?
I was also wondering how the UI can convert an image into a 3D model (https://huggingface.co/spaces/shariqfarooq/ZoeDepth). To do this I assume it must find a way to convert the greyscale depth map to metric depth from an image, while also converting the x and y pixels to metric units too. How does it do this?
Thanks in advance for your help.
Kind Regards,
Conor.
The text was updated successfully, but these errors were encountered: