Data format

This page explains data format and file structure of the provided dataset.

We provide 

For the dataloader of MS2 dataset, please take a look at [here].

Top level folder

The top-level folder consists of "sync_data", "proj_depth", and "odom" folders.

Each folder has a number of <Sequence>.

You can download each sequence in the download tab of this website.

Sync_data folder

Each sequence of "sync_data" has the same folder structure and contains "rgb, "nir", "thr", "lidar", "gps_imu", "calib.npy", and "readme.txt".





Proj_depth folder

Each sequence of "proj_depth" has the "rgb", "nir", and "thr" folders.
Each camera folder ("rgb", "nir", "thr") contains the following folders and files. 

- Note: All depth maps are saved in the form of (metric scale depth * 256) with unsigned int16 type.
- When loading the depth map, divide it by 256 to get metric scale depth.
- Depth map is projected to the "left" image plane of each stereo (RGB,NIR,thermal) system.

Odom folder

Each sequence of "odom" has the "rgb", "nir", "thr", and "lidar" folders.