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

Cityscapes depth estimation #19

Open
NareshGuru77 opened this issue Jun 25, 2021 · 2 comments
Open

Cityscapes depth estimation #19

NareshGuru77 opened this issue Jun 25, 2021 · 2 comments

Comments

@NareshGuru77
Copy link

NareshGuru77 commented Jun 25, 2021

Could you please support with the following questions:

  1. In the survey paper (Revisiting Multi-Task Learning in the Deep Learning Era), it is mentioned that depth maps of cityscapes were generated using SGM. Would it be possible to provide the code for this ?
  2. Is the depth map generated or the disparity ?
  3. Disparity maps are made available by cityscapes ? Are these used ? In this case, the networks predict directly predict depth or they predict disparity which is then converted to depth.?

Thank you.

@SimonVandenhende
Copy link
Owner

Hello

I used the disparity maps provided by citysapes. You can download these from the official website.
Note that the cityscapes experiment is no longer covered in the updated (and published) version of our paper:
https://ieeexplore.ieee.org/document/9336293
The updated version provides a more unified comparison between both architectures / optimization techniques.

@NareshGuru77
Copy link
Author

Would it be possible to provide the cityscapes dataloader?

I am trying to reproduce the cityscapes results and I would like to check how the depth estimation task is setup.
Specifically,

  1. Are the networks trained to predict disparity or depth ?
  2. How was the values processed ? How was the disparity values brought to the 0 to 1 range ?
  3. Is the evaluation done on depth maps by considering the baseline and focal length of cityscapes ? Were any particular range of depth values ignored ?
  4. Also, was the same eval_depth code used for cityscapes as well ?

Thank you.

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

2 participants