Update README.md
Browse files
README.md
CHANGED
@@ -12,13 +12,18 @@ library_name: pytorch
|
|
12 |
[](https://huggingface.co/cisl-hf/BEVCalib)
|
13 |
[](https://pytorch.org/get-started/locally/)
|
14 |
[](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 |
-
|
20 |
|
21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
[](https://huggingface.co/cisl-hf/BEVCalib)
|
13 |
[](https://pytorch.org/get-started/locally/)
|
14 |
[](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)
|