You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I believe the current implementation is correct. If you look the equation on page 7 of our paper, only the second feature my is pooled, fmap1 is not pooled
RAFT/core/corr.py
Line 82 in 25eb2ac
Hi, should the 0 here be i?
fmap1_i = self.pyramid[0][0].permute(0, 2, 3, 1).contiguous() --> fmap1_i = self.pyramid[i][0].permute(0, 2, 3, 1).contiguous()
The text was updated successfully, but these errors were encountered: