Depth Estimation
PyTorch
Yewandou commited on
Commit
dc8016f
Β·
verified Β·
1 Parent(s): 4cb892a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -7
README.md CHANGED
@@ -12,13 +12,18 @@ library_name: pytorch
12
  [![HF Models](https://img.shields.io/badge/%F0%9F%A4%97-Models-yellow?style=for-the-badge)](https://huggingface.co/cisl-hf/BEVCalib)
13
  [![PyTorch](https://img.shields.io/badge/PyTorch-2.6.0-EE4C2C.svg?style=for-the-badge&logo=pytorch)](https://pytorch.org/get-started/locally/)
14
  [![License](https://img.shields.io/github/license/TRI-ML/prismatic-vlms?style=for-the-badge)](https://github.com/UCR-CISL/BEVCalib/blob/main/LICENSE)
15
- <hr style="border: 2px solid gray;"></hr>
16
 
17
  <!-- Provide a quick summary of what the model is/does. -->
18
 
19
- This model card is for [BEVCALIB: LiDAR-Camera Calibration via Geometry-Guided Bird's-Eye View Representations](https://arxiv.org/abs/2506.02587).
20
 
21
- Please visit the [project page](https://cisl.ucr.edu/BEVCalib/) and the [Github repo](https://github.com/UCR-CISL/BEVCalib) for details.
 
 
 
 
 
 
22
 
23
  To download the checkpoints, use the following script.
24
  ```
@@ -27,10 +32,10 @@ huggingface-cli download cisl-hf/BEVCalib --revision CKPT_VERSION --local-dir YO
27
 
28
  ## Related links
29
 
30
- Website: [https://cisl.ucr.edu/BEVCalib/](https://cisl.ucr.edu/BEVCalib/)
31
 
32
- Github: [https://github.com/UCR-CISL/BEVCalib](https://github.com/UCR-CISL/BEVCalib)
33
 
34
- Arxiv: [https://arxiv.org/abs/2506.02587](https://arxiv.org/abs/2506.02587)
35
 
36
- HF: [https://huggingface.co/papers/2506.02587](https://huggingface.co/papers/2506.02587)
 
12
  [![HF Models](https://img.shields.io/badge/%F0%9F%A4%97-Models-yellow?style=for-the-badge)](https://huggingface.co/cisl-hf/BEVCalib)
13
  [![PyTorch](https://img.shields.io/badge/PyTorch-2.6.0-EE4C2C.svg?style=for-the-badge&logo=pytorch)](https://pytorch.org/get-started/locally/)
14
  [![License](https://img.shields.io/github/license/TRI-ML/prismatic-vlms?style=for-the-badge)](https://github.com/UCR-CISL/BEVCalib/blob/main/LICENSE)
 
15
 
16
  <!-- Provide a quick summary of what the model is/does. -->
17
 
18
+ ## Introduction
19
 
20
+ πŸš— This model card is for [BEVCALIB: LiDAR-Camera Calibration via Geometry-Guided Bird's-Eye View Representations](https://arxiv.org/abs/2506.02587).
21
+
22
+ πŸš€ **All training and inference code are open-sourced!** Please visit the [project page](https://cisl.ucr.edu/BEVCalib/) and the [Github repo](https://github.com/UCR-CISL/BEVCalib) for details.
23
+
24
+ πŸ’¬ **We welcome feedback and look forward to your comments!**
25
+
26
+ ## Download
27
 
28
  To download the checkpoints, use the following script.
29
  ```
 
32
 
33
  ## Related links
34
 
35
+ 🌐 Website: [https://cisl.ucr.edu/BEVCalib/](https://cisl.ucr.edu/BEVCalib/)
36
 
37
+ πŸ’» Github: [https://github.com/UCR-CISL/BEVCalib](https://github.com/UCR-CISL/BEVCalib)
38
 
39
+ πŸ“„ Arxiv: [https://arxiv.org/abs/2506.02587](https://arxiv.org/abs/2506.02587)
40
 
41
+ πŸ€— HF: [https://huggingface.co/papers/2506.02587](https://huggingface.co/papers/2506.02587)