gengshan-y / high-res-stereo

Hierarchical Deep Stereo Matching on High Resolution Images, CVPR 2019.
https://gengshan-y.github.io/high-res-stereo/
MIT License
414 stars 80 forks source link

organisation of Data directories #45

Closed susantag closed 1 year ago

susantag commented 1 year ago

Hi,

Can you please provide the data directory structures for the SceneFlow, KITTI 2012, KITTI 2015, Middlebury, HR-VS within the root data directory?

I am having problems with data loading for training as the directory structure is not clear fo the dataloader codes.

I have included a file with my understanding (hope you can see that). Please confirm or modify as you see fit.

Regards

high_res_stereo data directory structure.docx

gengshan-y commented 1 year ago

Hi, here's the structure of the sceneflow dataset. The structures of others look good. disparity and frames_cleanpass correspond to Flyingthings.

sceneflow/
├── disparity
│   ├── TEST
│   └── TRAIN
├── driving_disparity
│   ├── 15mm_focallength
│   └── 35mm_focallength
├── driving_frames_cleanpass
│   ├── 15mm_focallength
│   └── 35mm_focallength
├── frames_cleanpass
│   ├── TEST
│   └── TRAIN
├── monkaa_disparity
│   ├── a_rain_of_stones_x2
│   ├── eating_camera2_x2
│   ├── eating_naked_camera2_x2
│   ├── eating_x2
│   ├── family_x2
│   ├── flower_storm_augmented0_x2
│   ├── flower_storm_augmented1_x2
│   ├── flower_storm_x2
│   ├── funnyworld_augmented0_x2
│   ├── funnyworld_augmented1_x2
│   ├── funnyworld_camera2_augmented0_x2
│   ├── funnyworld_camera2_augmented1_x2
│   ├── funnyworld_camera2_x2
│   ├── funnyworld_x2
│   ├── lonetree_augmented0_x2
│   ├── lonetree_augmented1_x2
│   ├── lonetree_difftex2_x2
│   ├── lonetree_difftex_x2
│   ├── lonetree_winter_x2
│   ├── lonetree_x2
│   ├── top_view_x2
│   ├── treeflight_augmented0_x2
│   ├── treeflight_augmented1_x2
│   └── treeflight_x2
└── monkaa_frames_cleanpass
    ├── a_rain_of_stones_x2
    ├── eating_camera2_x2
    ├── eating_naked_camera2_x2
    ├── eating_x2
    ├── family_x2
    ├── flower_storm_augmented0_x2
    ├── flower_storm_augmented1_x2
    ├── flower_storm_x2
    ├── funnyworld_augmented0_x2
    ├── funnyworld_augmented1_x2
    ├── funnyworld_camera2_augmented0_x2
    ├── funnyworld_camera2_augmented1_x2
    ├── funnyworld_camera2_x2
    ├── funnyworld_x2
    ├── lonetree_augmented0_x2
    ├── lonetree_augmented1_x2
    ├── lonetree_difftex2_x2
    ├── lonetree_difftex_x2
    ├── lonetree_winter_x2
    ├── lonetree_x2
    ├── top_view_x2
    ├── treeflight_augmented0_x2
    ├── treeflight_augmented1_x2
    └── treeflight_x2