mli0603 / stereo-transformer

Revisiting Stereo Depth Estimation From a Sequence-to-Sequence Perspective with Transformers. (ICCV 2021 Oral)
Apache License 2.0
664 stars 106 forks source link

Compute the third input: disparity including occluded region #69

Open chaimaOues opened 2 years ago

chaimaOues commented 2 years ago

I know that I ask a lot of questions I am a beginner and you have helped me a lot

I tested the code "inference_example.ipynb" it works well with the three images in sample_data/KITTI_2015/training : image2, image 3 and disp_occ_0, I want to test with other images. how to calculate the 3rd imput disp_occ_0 (disparity including occluded region) between the two images please.

Thank you