Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Server error while post-processing the rows. Please report the issue.
Error code:   RowsPostProcessingError

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

What Makes Good Synthetic Training Data for Zero-Shot Stereo Matching? (WMGStereo)

Paper | GitHub

WMGStereo is a procedural dataset generator specifically optimized for zero-shot stereo matching performance. This repository contains the WMGStereo-150k dataset, a large-scale synthetic training dataset featuring indoor, nature, and dense "flying" scenes.

Dataset Download

You can download the dataset using the huggingface-cli:

pip install huggingface-cli
huggingface-cli download pvl-lab/WMGStereo --repo-type dataset

Dataset Structure

The dataset file structure is as follows:

.
└── WMGStereo/
    β”œβ”€β”€ indoor/
    β”‚   └── seed_num/
    β”‚       └── frames/
    β”‚           β”œβ”€β”€ Image/
    β”‚           β”‚   β”œβ”€β”€ camera_0
    β”‚           β”‚   └── camera_1
    β”‚           β”œβ”€β”€ camview/
    β”‚           β”‚   β”œβ”€β”€ camera_0
    β”‚           β”‚   └── camera_1
    β”‚           β”œβ”€β”€ disparity/
    β”‚           β”‚   └── camera_0
    β”‚           β”œβ”€β”€ occ_mask/
    β”‚           β”‚   └── camera_0
    β”‚           └── sky_mask/
    β”‚               └── camera_0
    β”œβ”€β”€ flying/
    β”‚   └── ...
    └── nature/
        └── ...
  • Camera 0 and 1: correspond to left and right camera frames, respectively.
  • Ground Truth: We provide disparity, occlusion, and sky-region masks for the left camera.
  • camview: contains .npz files that contain a dictionary with indices K, T, HW, corresponding to calibration, translation, and resolution matrices.

Citation

If you find WMGStereo useful for your work, please consider citing the academic paper:

@misc{yan2025proceduraldatasetgenerationzeroshot,
      title={What Makes Good Synthetic Training Data for Zero-Shot Stereo Matching?}, 
      author={David Yan and Alexander Raistrick and Jia Deng},
      year={2025},
      eprint={2504.16930},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2504.16930}, 
}
Downloads last month
60

Paper for lakudiusang/WMGStereo