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

SOS IROS 2018 GOOGLE; StereoNet ECCV2018 GOOGLE; ActiveStereoNet ECCV2018 Oral GOOGLE; HITNET CVPR2021 GOOGLE;PLUME Uber ATG

Results 46 X-StereoLab issues
Sort by recently updated
recently updated
newest added

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

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):...

how can I train a active stereonet,I can not find the corresponding code

Hello, I can't find the "StereoNet" module in models.StereoNet8Xmulti

``` for i in range(data.shape[0]): for j in range(data.shape[1]): if j - data[i][j] < 0: data[i][j] = -1 ``` It make black areas at bottom-left corner of the disparity image.

Thank you for sharing the code. Is it poosible for you to share the pre-trained model on sceneflow data?

Is it possible you could you share some of the trained models you have created?

Is there a plan to release the source code on this project? I'd like to test-drive it myself.

Hello, thanks for your good implementation. You deleted StereoNet code in this commit (https://github.com/meteorshowers/StereoNet-ActiveStereoNet/commit/e2cd7038778f411eb62c4ae34e98b12391de49cb ). What a kind of bug you found?