Skip to content
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

what can the depth esitimation picture do? #94

Open
Asherchi opened this issue Nov 21, 2020 · 4 comments
Open

what can the depth esitimation picture do? #94

Asherchi opened this issue Nov 21, 2020 · 4 comments

Comments

@Asherchi
Copy link

I am confused about I did get the same depth estimation pictures as yours,but I dont know how can i use it.it can get the truth distance between object and camera?if it can get the distance and can you show me the detail?

@Saoussenl
Copy link

Yes, you can use the depth value (in meters) by accessing depth_map[:, y, x, 0][0] for the pixel of coordinates (x, y). I have looked for this information on their paper but there seems no explanation so I just read the code in predict.py.

@eugeneYz
Copy link

Do u have the download url of pretrained model ?

@Asherchi
Copy link
Author

Do u have the download url of pretrained model ?

sorry, it is too long ago, i don't remenber the detail.

@eugeneYz
Copy link

Yes, you can use the depth value (in meters) by accessing depth_map[:, y, x, 0][0] for the pixel of coordinates (x, y). I have looked for this information on their paper but there seems no explanation so I just read the code in predict.py.

Hi, I changed the input size as width 480, height 640, intput the 640*480 picture, but the type of pred is (1,240,320,1), so how can I get the depth value of pixel of coordinates (x, y).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants