File size: 2,013 Bytes
52a62d0 4cb892a 52a62d0 ca9bb4b a67a72d 4fccd5c 52a62d0 dc8016f 52a62d0 83a02dc dc8016f beef0ef dc8016f 52a62d0 3cc9629 52a62d0 dc8016f 52a62d0 dc8016f 52a62d0 dc8016f 52a62d0 dc8016f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
---
license: mit
pipeline_tag: depth-estimation
library_name: pytorch
---
# [CoRL 2025] BEVCalib: LiDAR-Camera Calibration via Geometry-Guided Bird's-Eye View Representation
[](https://arxiv.org/abs/2506.02587)
[](https://cisl.ucr.edu/BEVCalib)
[](https://github.com/UCR-CISL/BEVCalib)
[](https://huggingface.co/cisl-hf/BEVCalib)
[](https://pytorch.org/get-started/locally/)
[](https://github.com/UCR-CISL/BEVCalib/blob/main/LICENSE)
<!-- Provide a quick summary of what the model is/does. -->
## Introduction
π This model card is for [BEVCALIB: LiDAR-Camera Calibration via Geometry-Guided Bird's-Eye View Representations](https://arxiv.org/abs/2506.02587).
π **All training and inference code are open-sourced now!** Please visit the [project page](https://cisl.ucr.edu/BEVCalib/) and the [Github repo](https://github.com/UCR-CISL/BEVCalib) for details.
π¬ **We welcome feedback and look forward to your comments!**
## Download
To download the checkpoints, use the following script.
```
huggingface-cli download cisl-hf/BEVCalib --revision CKPT_VERSION --local-dir YOUR_LOCAL_PATH
```
## Related links
π Website: [https://cisl.ucr.edu/BEVCalib/](https://cisl.ucr.edu/BEVCalib/)
π» Github: [https://github.com/UCR-CISL/BEVCalib](https://github.com/UCR-CISL/BEVCalib)
π Arxiv: [https://arxiv.org/abs/2506.02587](https://arxiv.org/abs/2506.02587)
π€ HF: [https://huggingface.co/papers/2506.02587](https://huggingface.co/papers/2506.02587) |