Skip to content

castacks/iros_2021_orstereo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Utilities for accessing the 4K stereo data used for evaluating ORStereo

File access utilities for the data published with the IROS 2021 submission ORStereo: Occlusion-Aware Recurrent Stereo Matching for 4K-Resolution Images.

We collect 100 4K-resolution stereo images with true disparities and occlusion masks. This dastaset is used for evaluating our model's performance on 4K-resolution images. It is collected by AirSim in the Unreal engine. Get the dataset here.

All utility functions are in file_access_utils.py. The utility depends on OpenCV. Use pip install opencv-python to install OpenCV. The utility has been tested with Python3.

The disparities are saved as 4-channel PNG files. We provide utility functions to read a single disparity file and convert the data into single-precision floating-point values (numpy.float32).

The occlusions are saved as single-channel PNG files. There is a function for reading an occlusion file as a boolean image.

For more details about the paper, please refer to the project webpage.

Created by Yaoyu Hu <yaoyuh@andrew.cmu.edu>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages