| | --- |
| | license: mit |
| | pipeline_tag: depth-estimation |
| | library_name: pytorch |
| | --- |
| | |
| | # 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) |
| | <hr style="border: 2px solid gray;"></hr> |
| |
|
| | <!-- Provide a quick summary of what the model is/does. --> |
| |
|
| | This model card is for [BEVCALIB: LiDAR-Camera Calibration via Geometry-Guided Bird's-Eye View Representations](https://arxiv.org/abs/2506.02587). |
| |
|
| | Please visit the [project page](https://cisl.ucr.edu/BEVCalib/) and the [Github repo](https://github.com/UCR-CISL/BEVCalib) for details. |
| |
|
| | 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) |