Commit ·
f87d086
1
Parent(s): 3a5ba64
Link model card to paper (#1)
Browse files- Link model card to paper (ab30ae2031aaef1c7114e52494c45d55e207b505)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,7 +1,11 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
| 3 |
language:
|
| 4 |
- en
|
|
|
|
|
|
|
|
|
|
| 5 |
tags:
|
| 6 |
- computer-vision
|
| 7 |
- self-supervised-learning
|
|
@@ -11,10 +15,6 @@ tags:
|
|
| 11 |
- depth-estimation
|
| 12 |
- semantic-segmentation
|
| 13 |
- pytorch
|
| 14 |
-
datasets:
|
| 15 |
-
- custom
|
| 16 |
-
library_name: pytorch
|
| 17 |
-
pipeline_tag: image-feature-extraction
|
| 18 |
---
|
| 19 |
|
| 20 |
# LingBot-Vision
|
|
@@ -44,9 +44,9 @@ Each checkpoint contains backbone weights only. Training-time heads, optimizer s
|
|
| 44 |
|
| 45 |
### Model Sources
|
| 46 |
|
|
|
|
| 47 |
- **Repository:** https://github.com/robbyant/lingbot-vision
|
| 48 |
- **Project Page:** https://technology.robbyant.com/lingbot-vision
|
| 49 |
-
- **Technical Report:** coming soon
|
| 50 |
|
| 51 |
### Related Models
|
| 52 |
|
|
@@ -136,4 +136,4 @@ The `variant` argument can be `giant`, `large`, `base`, or `small`. You can also
|
|
| 136 |
## Model Card Contact
|
| 137 |
|
| 138 |
- **Issues:** https://github.com/robbyant/lingbot-vision/issues
|
| 139 |
-
- **Email:** fuzelin.fzl@antgroup.com, xuenan.xue@antgroup.com
|
|
|
|
| 1 |
---
|
| 2 |
+
datasets:
|
| 3 |
+
- custom
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
+
library_name: pytorch
|
| 7 |
+
license: apache-2.0
|
| 8 |
+
pipeline_tag: image-feature-extraction
|
| 9 |
tags:
|
| 10 |
- computer-vision
|
| 11 |
- self-supervised-learning
|
|
|
|
| 15 |
- depth-estimation
|
| 16 |
- semantic-segmentation
|
| 17 |
- pytorch
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
---
|
| 19 |
|
| 20 |
# LingBot-Vision
|
|
|
|
| 44 |
|
| 45 |
### Model Sources
|
| 46 |
|
| 47 |
+
- **Paper:** [Vision Pretraining for Dense Spatial Perception](https://huggingface.co/papers/2607.05247)
|
| 48 |
- **Repository:** https://github.com/robbyant/lingbot-vision
|
| 49 |
- **Project Page:** https://technology.robbyant.com/lingbot-vision
|
|
|
|
| 50 |
|
| 51 |
### Related Models
|
| 52 |
|
|
|
|
| 136 |
## Model Card Contact
|
| 137 |
|
| 138 |
- **Issues:** https://github.com/robbyant/lingbot-vision/issues
|
| 139 |
+
- **Email:** fuzelin.fzl@antgroup.com, xuenan.xue@antgroup.com
|