X-StereoLab
X-StereoLab copied to clipboard
outputs dimension
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.
Hello, is the final output of this network a list? What do the two tensors in the list represent?