alinstein / Depth_estimation

Deep learning model to estimate the depth of image.
MIT License
113 stars 18 forks source link

Can I get the real depth value converted from the plasma image? #3

Open Taeyoung96 opened 3 years ago

Taeyoung96 commented 3 years ago

Hi! I'm really thankful to give your great code.
I'm actually want to get real depth value with my depth prediction image.

For example, I used test_img.ipynb and make depth prediction images.
With your pre-trained model, I put this RGB image.
This RGB image is from rgbd_dataset_freiburg1_xyz.

1305031102 175304

And I can get a depth prediction image.

0_depth

I want to get real depth value like this.

1305031102 160407

I would like to convert it so that it can have a similar value even if it doesn't have an exact depth value.

Are there any formulas or codes that can be applied here?

bricksaver commented 3 years ago

Same question as well. Does anyone know how to convert the resulting image to actual depth?