stereo-transformer icon indicating copy to clipboard operation
stereo-transformer copied to clipboard

How I get the occlusion part in the SCARED dataset?

Open fromWRF opened this issue 2 years ago • 5 comments

As I can see in your data structure, there is an occlusion folder in your data, e.g. Scene Flow, MPI Sintel, KITTI 2015, MIDDLEBURY_2014, SCARED data. You give the answer about how to get the occlusion in the Scene Flow data, however, how to get the occlusion part in the SCARED data? Thanks for your answer!!!

fromWRF avatar Mar 04 '22 01:03 fromWRF

Can you find it?

Miaowei-HNU avatar May 18 '22 06:05 Miaowei-HNU

Hi @Miaowei-HNU

The occlusion is computed from the following steps

  • The provided depth map are backprojected to both left and right cameras using the preprocessing scripts here
  • The occlusion is computed using the script here

mli0603 avatar May 18 '22 14:05 mli0603

Thanks for your answer @mli0603

Miaowei-HNU avatar May 19 '22 04:05 Miaowei-HNU