mli0603 / stereo-transformer

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

How the data formed in Flyingthing3D subset #42

Closed Sarah20187 closed 3 years ago

Sarah20187 commented 3 years ago

Hi there! Thank you for your wonderful work!Now I'm trying to train the model from scratch on the SceneFlow Flyingthing3D subset. I have downloaded the RGB images, disparity maps, and occlusion maps and formed them as the sample data. But the dataloader scene_flow.py didn't work. How should I form the dataset? Could you help me with that?

Sarah20187 commented 3 years ago

Finally, I solved the problem by reading Common Q&A. Thank you!