A devkit for the Canadian Adverse Driving Conditions dataset.
This will download all raw or labeled data into the given folder.
This dataset is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License.
The scripts in this repository as well as the calibration files for the dataset follow this naming convention for transforms:
T_FRAME1_FRAME2
This could be described as a transform from FRAME2 to FRAME1.
For example, if you wanted to project lidar points onto an image and had the transforms T_IMG_CAM
and T_CAM_LIDAR
then this would be written:
T_IMG_LIDAR = T_IMG_CAM * T_CAM_LIDAR
This script loads all GPS messages in a drive, converts them to an ENU frame with the origin at the first message and plots each message as an axis frame.
This script loads a camera image and the corresponding 3D annotation file in a drive, loads the calibration data, then creates and projects each cuboid within the frame onto the camera image.
This script loads a camera image and the corresponding lidar file in a drive, loads the calibration data, then projects each lidar point onto the camera image. Point color is scaled by depth.
This script loads lidar data and the corresponding 3D annotation file in a drive, then creates a birds eye view of the lidar point cloud with the cuboid boxes overlaid. Script created by asvath and also located here.
OpenPCDet is an open source project with multiple architectures implemented for lidar based 3D object detection and support of several different datasets. A CADC dataset loader has been implemented on the forked cadc support branch with the Getting started document updated for the cadc dataset. Any issues with the data loader should be opened within this repository. As of right now there is only one difficulty level for test results.
Please view asvath's cadcd repository.
@article{pitropov2021canadian,
title={Canadian adverse driving conditions dataset},
author={Pitropov, Matthew and Garcia, Danson Evan and Rebello, Jason and Smart, Michael and Wang, Carlos and Czarnecki, Krzysztof and Waslander, Steven},
journal={The International Journal of Robotics Research},
volume={40},
number={4-5},
pages={681--690},
year={2021},
publisher={SAGE Publications Sage UK: London, England}
}