Depth Estimation
PyTorch
hangq commited on
Commit
3cc9629
·
verified ·
1 Parent(s): 52a62d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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 our paper [BEVCALIB: LiDAR-Camera Calibration via Geometry-Guided Bird's-Eye View Representations](https://arxiv.org/abs/2506.02587).
10
 
11
- You may also visit our [project page](https://cisl.ucr.edu/BEVCalib/) and see code details on our [repo](https://github.com/UCR-CISL/BEVCalib).
12
 
13
- You can download our released checkpoints through the following script.
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
  ```