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

Pass in two identical images #21

Open
cty-xiaobai opened this issue Apr 28, 2021 · 3 comments
Open

Pass in two identical images #21

cty-xiaobai opened this issue Apr 28, 2021 · 3 comments

Comments

@cty-xiaobai
Copy link

Passing two identical images to the network, why the pixel displacement is not 0

@gengshan-y
Copy link
Owner

Does it work properly on the example images?

@cty-xiaobai
Copy link
Author

Does it work properly on the example images?

It can run normally on the example image, but if two identical images are passed in, the pixel displacement is not 0

@gengshan-y
Copy link
Owner

Can you give more details about the error? Are the displacements close to zero (<1px), or very large? Is this specific to some data, or it exist for many pairs.

If the error is small, I could image this happening due to dataset bias, considering VCN is still a data-driven method and is not trained on pairs with zero motion. If the error is not negligible, it would be interesting to look into. A way to address this is to add zero-motion pairs to the training data.

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