Skip to content

An indoor real scene stereo dataset. It contains 2000 pairs of images with high accuracy disparity maps. We hope it can improve the the generalization performance of deep stereo matching networks.

Gary66/StereoDataset

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

InStereo2K: A large real dataset for stereo matching in indoor scenes

Overview

It contains 2050 pairs of images with high accuracy disparity maps (2000 for training, 50 for testing). We hope it can improve the the generalization performance of deep stereo matching networks.

Wei Bao, Wei Wang, Yuhua Xu, Yulan Guo, Siyu Hong, Xiaohu Zhang. InStereo2K: A large real dataset for stereo matching in indoor scenes. SCIENCE CHINA Information Sciences. 2020.

Data format

To keep sub-pixel accuracy, the raw floating disparity maps are magnified 100 times and rounded, finally stored in 16-bit PNG format. So When using the dataset, divide the disparity values by 100 to get the correct scale.

The invalid disparity is set to zero. In your training process, the invalid pixels should be kicked out. If you use resizing to enhance the dataset in disparity range, we recommend the nearest interpolation.

Disparity Map Samples

[More about the dataset (video)]

Evaluation

The figure below is the result of iResNet [1] finetuned using our dataset and the bad2.0 error is 18.5. The bad 2.0 error of DeepPruner [2] fine-tuned using the dataset is 16.5. Note that the Middlebury training set is not used during the fine-tuning process, so it can be seen as an unseen data set. For more information, please refer to our paper.

Download

https://pan.baidu.com/s/160BB5bfs0oABLqwJjZzYiA

Extraction Code: 9qwt

Contact

For questions, please send an email to xyh_nudt@163.com

Reference

[1] Z Liang, Y Guo*, Y Feng, W Chen, L Qiao, L Zhou, J Zhang, H Liu. Stereo Matching Using Multi-level Cost Volume and Multi-scale Feature Constancy. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2019.

[2] Duggal S, Wang S, Ma W C, et al. DeepPruner: Learning Efficient Stereo Matching via Differentiable PatchMatch[C]//Proceedings of the IEEE International Conference on Computer Vision. 2019: 4384-4393.

About

An indoor real scene stereo dataset. It contains 2000 pairs of images with high accuracy disparity maps. We hope it can improve the the generalization performance of deep stereo matching networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published