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
Why batch_disp = batch_disp - batch_shift.float() and not batch_disp = batch_disp + batch_shift.float() ?
Because the residual is from 2 to -2.
But in line 152,
Hi @mileyan,
Thanks for sharing the amazing work. I am curious about the
_build_volume_2d3
function in line 118 of anynet.py.AnyNet/models/anynet.py
Line 118 in 83badc7
Why
batch_disp = batch_disp - batch_shift.float()
and notbatch_disp = batch_disp + batch_shift.float()
?Because the residual is from 2 to -2.
But in line 152,
AnyNet/models/anynet.py
Line 152 in 83badc7
The disparity regression is from -2 to 2
The text was updated successfully, but these errors were encountered: