Add pipeline tag and library name
Browse filesThis PR adds the `pipeline_tag` and `library_name` to the model card metadata for better searchability and discoverability. The `pipeline_tag` is set to `image-segmentation` as per the model's function. The `library_name` is set to `Pointcept` based on the model architecture described in the README.
README.md
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
datasets:
|
| 4 |
- labelmaker/arkit_labelmaker
|
| 5 |
- labelmaker/ALC_pointcept
|
| 6 |
-
|
| 7 |
-
-
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# Models Trained with [ARKit LabelMaker](https://arxiv.org/abs/2410.13924)
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model:
|
| 3 |
+
- Pointcept/PointTransformerV3
|
| 4 |
datasets:
|
| 5 |
- labelmaker/arkit_labelmaker
|
| 6 |
- labelmaker/ALC_pointcept
|
| 7 |
+
license: mit
|
| 8 |
+
pipeline_tag: image-segmentation
|
| 9 |
+
library_name: Pointcept
|
| 10 |
---
|
| 11 |
|
| 12 |
# Models Trained with [ARKit LabelMaker](https://arxiv.org/abs/2410.13924)
|