Depth Estimation
PyTorch
Yewandou commited on
Commit
a67a72d
·
verified ·
1 Parent(s): 3cc9629

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -2,7 +2,10 @@
2
  license: mit
3
  ---
4
 
5
- # BEVCalib
 
 
 
6
 
7
  <!-- Provide a quick summary of what the model is/does. -->
8
 
 
2
  license: mit
3
  ---
4
 
5
+ # BEVCalib: LiDAR-Camera Calibration via Geometry-Guided Bird's-Eye View Representation
6
+
7
+ [![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) [![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)
8
+ <hr style="border: 2px solid gray;"></hr>
9
 
10
  <!-- Provide a quick summary of what the model is/does. -->
11