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

About the usefulness of warping #6

Closed
ptriantd opened this issue May 3, 2017 · 1 comment
Closed

About the usefulness of warping #6

ptriantd opened this issue May 3, 2017 · 1 comment

Comments

@ptriantd
Copy link

ptriantd commented May 3, 2017

First of all, great work!
I was wondering why warping is useful in this case. More specifically, what troubles me are the artifacts of the warping operation in the case of occlusions. Is there any guarantee that the warped image 2 we would get by using the ground truth flow is "closer" to image 1 than the warped image 2 we get by using the estimated flow in this case?

@eddy-ilg
Copy link
Collaborator

eddy-ilg commented May 3, 2017

We fill occluded areas with 0s (black). In general the warping is useful to make a step towards the solution (or assessing the quality of the current solution). Compare e.g. the non-liner iteration in LDOF.

I do not see a case when warping with ground truth could be worse than warping with the prediction.

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