mrharicot / monodepth

Unsupervised single image depth prediction with CNNs
Other
2.21k stars 628 forks source link

how can I read the real distance from monodepth_simple.py #216

Closed RichardYao1995 closed 5 years ago

RichardYao1995 commented 5 years ago

I use a trained model to predict the distance of an input image. In the code monodepth.py, which value shows the real distance of an image, or how can I calculate the real distance? Thanks very much.

codermckee commented 5 years ago

@RichardYao1995 HI, do you know how to get the real distance now??

RichardYao1995 commented 5 years ago

@RichardYao1995 HI, do you know how to get the real distance now??

https://github.com/mrharicot/monodepth/issues/49#issuecomment-330595397

ShoaibSajid commented 3 years ago

@RichardYao1995 @codermckee What is the value of baseline you are using to find distance when using a single camera setup?