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

Two way matching (left->right, right->left) #52

Open
spinzello opened this issue Dec 18, 2023 · 0 comments
Open

Two way matching (left->right, right->left) #52

spinzello opened this issue Dec 18, 2023 · 0 comments

Comments

@spinzello
Copy link

I usually switch the images (and turn 180°) and run the model a second time to get a stereo-match from right to left. This enables me to perform a consistency check between the two disparity maps. However, this is inefficient, since some modules perform the same calculations for both directions (e.g. the feature network). Where would be the best way to split the model into two paths, where either path performs one stereo-matching direction?

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