Depth Estimation
PyTorch
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

[![arXiv](https://img.shields.io/badge/arXiv-2506.02587-df2a2a.svg?style=for-the-badge)](https://arxiv.org/abs/2506.02587) 
[![Website](https://img.shields.io/badge/Website-BEVCalib-blue?style=for-the-badge)](https://cisl.ucr.edu/BEVCalib) 
[![Code](https://img.shields.io/badge/Code-BEVCalib-181717.svg?style=for-the-badge&logo=github)](https://github.com/UCR-CISL/BEVCalib)
[![HF Models](https://img.shields.io/badge/%F0%9F%A4%97-Models-yellow?style=for-the-badge)](https://huggingface.co/cisl-hf/BEVCalib) 
[![PyTorch](https://img.shields.io/badge/PyTorch-2.6.0-EE4C2C.svg?style=for-the-badge&logo=pytorch)](https://pytorch.org/get-started/locally/) 
[![License](https://img.shields.io/github/license/TRI-ML/prismatic-vlms?style=for-the-badge)](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)