Add pipeline tag and library name
Browse filesThis PR adds the `pipeline_tag` and `library_name` to the model card metadata. The `pipeline_tag` is set to `depth-estimation` because BEVCALIB performs LiDAR-camera calibration, a task closely related to depth estimation. The `library_name` is set to `pytorch` as indicated by the project's dependencies and confirmed by the Github README.
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
---
|
4 |
|
5 |
# BEVCalib: LiDAR-Camera Calibration via Geometry-Guided Bird's-Eye View Representation
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
pipeline_tag: depth-estimation
|
4 |
+
library_name: pytorch
|
5 |
---
|
6 |
|
7 |
# BEVCalib: LiDAR-Camera Calibration via Geometry-Guided Bird's-Eye View Representation
|