-
Notifications
You must be signed in to change notification settings - Fork 633
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 paper #229
Comments
Yes. For each pixel we predict a single scalar value specifying the disparity (i.e. scaled inverse depth). The "ground truth" disparity would point to the corresponding pixel in the second stereo view. |
@macaodha Does the 'dl' mean the disparity of the right image in the equation(3)? Because in the paper, you indicate that the reconstructed right image(~Ir) can be obtained from left image(Il) and the disparity image(dr). For the disparity smoothness loss, you weight this cost with an edge-aware term using the image gradients. It means that the origin image should be correspondent with the disparity image in the Eq.3. But, according to the Eq.3, the 'Il ' isn't correspondent with the 'dl'. |
What is dense correspondence field exactly? There seems to be no explanation about this in the paper. And when i read your code, it seems like disparity is regarded as correspondence field??
Thank you in advance
The text was updated successfully, but these errors were encountered: