Depth Estimation
PyTorch
Yewandou commited on
Commit
52a62d0
·
verified ·
1 Parent(s): 23a4905

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -3
README.md CHANGED
@@ -1,3 +1,26 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # BEVCalib
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
+ ```
17
+
18
+ ## Related links
19
+
20
+ Website: [https://cisl.ucr.edu/BEVCalib/](https://cisl.ucr.edu/BEVCalib/)
21
+
22
+ Github: [https://github.com/UCR-CISL/BEVCalib](https://github.com/UCR-CISL/BEVCalib)
23
+
24
+ Arxiv: [https://arxiv.org/abs/2506.02587](https://arxiv.org/abs/2506.02587)
25
+
26
+ HF: [https://huggingface.co/papers/2506.02587](https://huggingface.co/papers/2506.02587)