Giter VIP home page Giter VIP logo

multiple-cameras-and-3d-lidars-extrinsic-calibration's Introduction

Single-Shot is Enough: Panoramic Infrastructure Based Calibration of Multiple Cameras and 3D LiDARs

Updates

  • [2021/09/01] first commit, source code of localization and calibration stage; Given sparse map of panoramic infrastructure, we can easily calibrate the extrinsics among multi-camera and multi-LiDAR. In order to facilitate camera intrinsic calibration and imu calibration, Kalibr toolbox is used in our scripts, and imu_utils code is simplified in our source code.
  • [2021/10/01] source code of panoramic infrastructure reconstruction; coming soon...

Introduction

This paper is accpeted in 2021 IROS, the preprint version is accessible in arXiv. In this paper, we propose a single-shot solution for calibrating extrinsic transformations among multiple cameras and 3D LiDARs. We establish a panoramic infrastructure, in which a camera or LiDAR can be robustly localized using data from single frame. Experiments are conducted on three devices with different camera-LiDAR configurations, showing that our approach achieved comparable calibration accuracy with the state-of-the-art approaches but with much greater efficiency.

image-20210724161755730

Prerequisities

  1. Kalibr

    Follow Kalibr installation.

  2. Ceres

    follow ceres installation.

  3. CCTag

    Follow cctag installation.

  4. Yaml-cpp(>=0.6.0)

    Follow yaml-cpp installation.

  5. Boost(>=1.69)

    Follow boost installation.

  6. Open3D(>=0.10)

    follow open3d installation.

Docker Support

To further facilitate the building process, we add docker in our code. Docker environment is like a sandbox, thus makes our code environment-independent.

Docker build:

docker/build

We have built a public docker image beforehand, please download the archived file if you need.

Run docker with our test data, please refer to docker_usage_en.md.

Quick Start

  1. Build the source code in Ubuntu 16.04/Ubuntu 18.04:

    git clone https://github.com/alibaba/multiple-cameras-and-3D-LiDARs-extrinsic-calibration.git
    cd multiple-cameras-and-3D-LiDARs-extrinsic-calibration
    mkdir build && cd build
    cmake ..
    make -j8
  2. Download the test data.

  3. Build the source code in docker, refer to docker_useage_en.md for further tutorial.

Citation

If you find this code is useful in your research, please cite:

@article{fang2021single,
  title={Single-Shot is Enough: Panoramic Infrastructure Based Calibration of Multiple Cameras and 3D LiDARs},
  author={Fang, Chuan and Ding, Shuai and Dong, Zilong and Li, Honghua and Zhu, Siyu and Tan, Ping},
  journal={arXiv preprint arXiv:2103.12941},
  year={2021}
}

Acknowledgements

Thanks to gaowenliang for opening source of his excellent works imu_utils. Thanks to the maintenance team of Kalibr for the well-known open-source project Kalibr.

License

The source code is released under MIT license.

We are still working on improving the performance and reliability of our codes. For any technical issues, please contact me via email [email protected].

multiple-cameras-and-3d-lidars-extrinsic-calibration's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

multiple-cameras-and-3d-lidars-extrinsic-calibration's Issues

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.