X-StereoLab icon indicating copy to clipboard operation
X-StereoLab copied to clipboard

outputs dimension

Open huntkao opened this issue 4 years ago • 1 comments

I used the pretrained model. The testing dataset is the default flyingthings3D TEST. After 'outputs = model(imgL, imgR)' I got len(outputs)=2 , which caused the line 'for x in range(stages): ... output = torch.squeeze(outputs[x], 1)' crashed. How can I solve this, please? Thanks.

huntkao avatar May 29 '20 09:05 huntkao

Hello, is the final output of this network a list? What do the two tensors in the list represent?

ymk1933230135 avatar Aug 20 '20 11:08 ymk1933230135