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

Question about the number of disparity bins #36

Open
EmanueleGhelfi opened this issue Mar 8, 2021 · 0 comments
Open

Question about the number of disparity bins #36

EmanueleGhelfi opened this issue Mar 8, 2021 · 0 comments

Comments

@EmanueleGhelfi
Copy link

EmanueleGhelfi commented Mar 8, 2021

Hi,

Reading your paper, I found this sentence:

D_k \in  { Dmax/4, Dmax/2, Dmax, Dmax} represent the number of feature channel and the number of disparity bins
in the kth scale.

From this sentence, it seems that the number of disparity bins is exactly the max_disparity parameter passed to the network.

After inspecting the code in your repository, I found that the number of disparity bins is max_disparity / 16 for the finer resolution output.

Is the implementation different from the paper description? Did I interpret wrongly the description?

Have you tried to use a number of bins > max_disparity / 16 to increase the disparity resolution?

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

1 participant