#458 · Primary category: Computer Vision

CREStereo

computer-vision cvpr dataset deep-learning megengine stereo stereo-matching stereo-vision

Official MegEngine implementation of CREStereo(CVPR 2022 Oral).

Project last updated:02/10/23

GitHub Stars

635

Forks

68

Contributors

5

License

Apache-2.0

Why we included this project

CREStereo is a stereo-matching network that estimates per-pixel disparity from a pair of left and right images, using a cascaded recurrent architecture with adaptive correlation. The repository is the official MegEngine implementation of the CVPR 2022 paper, and it includes pretrained weights, a one-command inference script that outputs a disparity map, and training configuration files. It also ships a large proposed training dataset and download scripts for standard benchmarks such as SceneFlow, KITTI, and Middlebury, so you can reproduce results or fine-tune on your own stereo pairs. If you work on robotics, autonomous driving, or 3D reconstruction, the practical inference path and the provided Docker image make it easy to get a working disparity pipeline up and running.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category