PSMNet icon indicating copy to clipboard operation
PSMNet copied to clipboard

submodule.py", line 64, in forward out = torch.sum(x*disp,1) my input left and right are (640,480,3)

Open Youjiangbaba opened this issue 4 years ago • 0 comments

models/submodule.py", line 64, in forward out = torch.sum(x*disp,1) RuntimeError: The size of tensor a (160) must match the size of tensor b (120) at non-singleton dimension 4

Can you tell me what the std-input size is ?or what the img.size need to reshape to?

Youjiangbaba avatar Oct 16 '20 10:10 Youjiangbaba