princeton-vl / RAFT

BSD 3-Clause "New" or "Revised" License
3.31k stars 634 forks source link

hhh #146

Open keacifer opened 2 years ago

keacifer commented 2 years ago

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?