Fix metadata: add pipeline tag and remove arxiv field
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
base_model: facebook/VGGT-1B
|
|
|
|
|
|
|
| 4 |
tags:
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
arxiv: 2608.29680
|
| 16 |
---
|
| 17 |
|
| 18 |
# GeoRay
|
|
@@ -114,5 +114,4 @@ GeoRay source code and its lightweight checkpoint are released under Apache-2.0.
|
|
| 114 |
journal = {arXiv preprint arXiv:2608.29680},
|
| 115 |
year = {2026}
|
| 116 |
}
|
| 117 |
-
```
|
| 118 |
-
|
|
|
|
| 1 |
---
|
|
|
|
| 2 |
base_model: facebook/VGGT-1B
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
pipeline_tag: depth-estimation
|
| 5 |
tags:
|
| 6 |
+
- georay
|
| 7 |
+
- satellite-imagery
|
| 8 |
+
- satellite-photogrammetry
|
| 9 |
+
- remote-sensing
|
| 10 |
+
- 3d-reconstruction
|
| 11 |
+
- multi-view-stereo
|
| 12 |
+
- rational-polynomial-camera
|
| 13 |
+
- digital-surface-model
|
| 14 |
+
- pytorch
|
| 15 |
+
- research
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# GeoRay
|
|
|
|
| 114 |
journal = {arXiv preprint arXiv:2608.29680},
|
| 115 |
year = {2026}
|
| 116 |
}
|
| 117 |
+
```
|
|
|