Update pipeline tag to robotics
Browse filesThis PR updates the `pipeline_tag` from `keypoint-detection` to `robotics`. This change better reflects the model's core functionality of multi-view 3D point tracking and its applicability in real-world scenarios relevant to robotics. This will improve the model's discoverability for users searching for robotics-related models on the Hugging Face Hub (https://huggingface.co/models?pipeline_tag=robotics).
README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
pipeline_tag: keypoint-detection
|
| 4 |
library_name: pytorch
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
<div align="center" style="line-height:1.2; margin:0; padding:0;">
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
library_name: pytorch
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
pipeline_tag: robotics
|
| 5 |
---
|
| 6 |
|
| 7 |
<div align="center" style="line-height:1.2; margin:0; padding:0;">
|