KITTI stereo dataset is available at the KITTI official website.
Please download the dataset and place it in the datasets/kitti12
directory.
The directory structure should be as follows:
data
| kitti12
| | ├── calib
| | | ├── calib
| | | ├── colored_0
| | | ├── colored_1
| | | ├── disp_noc
| | | ├── disp_occ
| | | ├── disp_refl_noc
| | | ├── disp_refl_occ
| | | ├── flow_noc
| | | ├── flow_occ
| | | ├── image_0
| | | ├── image_1
...
| | ├── testing
| | | ├── calib
| | | ├── colored_0
| | | ├── colored_1
| | | ├── image_0
| | | ├── image_1
...
@inproceedings{kitti2012,
title={Are we ready for autonomous driving? the kitti vision benchmark suite},
author={Geiger, Andreas and Lenz, Philip and Urtasun, Raquel},
booktitle={CVPR},
year={2012}
}