We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Reading your paper, I found this sentence:
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!
The text was updated successfully, but these errors were encountered: