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
what's the exact factor to get real disparity when model type is resnet18_2d
when use img_f *= w, disparity is smaller than real value. I found img_f *= (w+96) is better, 96 is max disparity.
The text was updated successfully, but these errors were encountered:
what's the exact factor to get real disparity when model type is resnet18_2d
when use
img_f *= w
, disparity is smaller than real value. I foundimg_f *= (w+96)
is better, 96 is max disparity.The text was updated successfully, but these errors were encountered: