Update README.md
Browse files
README.md
CHANGED
@@ -6,11 +6,11 @@ license: mit
|
|
6 |
|
7 |
<!-- Provide a quick summary of what the model is/does. -->
|
8 |
|
9 |
-
This model card for
|
10 |
|
11 |
-
|
12 |
|
13 |
-
|
14 |
```
|
15 |
huggingface-cli download cisl-hf/BEVCalib --revision CKPT_VERSION --local-dir YOUR_LOCAL_PATH
|
16 |
```
|
|
|
6 |
|
7 |
<!-- Provide a quick summary of what the model is/does. -->
|
8 |
|
9 |
+
This model card is for [BEVCALIB: LiDAR-Camera Calibration via Geometry-Guided Bird's-Eye View Representations](https://arxiv.org/abs/2506.02587).
|
10 |
|
11 |
+
Please visit the [project page](https://cisl.ucr.edu/BEVCalib/) and the [Github repo](https://github.com/UCR-CISL/BEVCalib).
|
12 |
|
13 |
+
To download the checkpoints, use the following script.
|
14 |
```
|
15 |
huggingface-cli download cisl-hf/BEVCalib --revision CKPT_VERSION --local-dir YOUR_LOCAL_PATH
|
16 |
```
|