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 run into an issue with the stereo_predict function which is from
local outlier = torch.CudaTensor():resizeAs(disp[2]):zero()
when I use the kitti2015 dataset.
The output is this
bad argument #1 to 'resizeAs' (torch.CudaTensor expected, got torch.CudaLongTensor)
Does anyone know what is the problem? Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi I run into an issue with the stereo_predict function which is from
local outlier = torch.CudaTensor():resizeAs(disp[2]):zero()
when I use the kitti2015 dataset.
The output is this
Does anyone know what is the problem? Thank you in advance!
The text was updated successfully, but these errors were encountered: