Git Product home page Git Product logo

cadc_devkit's Introduction

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.

Transform naming convention

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

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

@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}
}

cadc_devkit's People

Contributors

mpitropov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.