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

hhh #146

Open
keacifer opened this issue Aug 26, 2022 · 0 comments
Open

hhh #146

keacifer opened this issue Aug 26, 2022 · 0 comments

Comments

@keacifer
Copy link

in core.raft.py line124
the code is
corr = corr_fn(coords1) # index correlation volume
but in line 104-107
if self.args.alternate_corr:
corr_fn = AlternateCorrBlock(fmap1, fmap2, radius=self.args.corr_radius)
else:
corr_fn = CorrBlock(fmap1, fmap2, radius=self.args.corr_radius)
we can see There are two parameters !!!

This is the core Index algorithm of this paper,is that right?

@keacifer keacifer changed the title This project code may have a low-level error, I don't think it can run! hhh Aug 26, 2022
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