Skip to content

A devkit for the Canadian Adverse Driving Conditions (CADC) dataset.

License

Notifications You must be signed in to change notification settings

MartinHahner/cadc_devkit

 
 

Repository files navigation

cadcd_devkit

A devkit for the Canadian Adverse Driving Conditions dataset.

download_cadcd.py

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.

run_demo_vehicle_path.py

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.

Vehicle path demo

run_demo_tracklets.py

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.

Vehicle path demo

run_demo_lidar.py

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.

Vehicle path demo

run_demo_lidar_bev.py

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.

Vehicle path demo

OpenPCDet data loader

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.

Additional scripts

Please view asvath's cadcd repository.

Citation

@misc{pitropov2020canadian,
    title={Canadian Adverse Driving Conditions Dataset},
    author={Matthew Pitropov and Danson Garcia and Jason Rebello and Michael Smart and Carlos Wang and Krzysztof Czarnecki and Steven Waslander},
    year={2020},
    eprint={2001.10117},
    archivePrefix={arXiv},
    primaryClass={cs.CV}
}

About

A devkit for the Canadian Adverse Driving Conditions (CADC) dataset.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%