princeton-vl / RAFT

BSD 3-Clause "New" or "Revised" License
3.12k stars 621 forks source link

hhh #146

Open keacifer opened 1 year ago

keacifer commented 1 year 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?