Fix metadata: add pipeline tag and remove arxiv field

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -14
README.md CHANGED
@@ -1,18 +1,18 @@
1
  ---
2
- license: apache-2.0
3
  base_model: facebook/VGGT-1B
 
 
4
  tags:
5
- - georay
6
- - satellite-imagery
7
- - satellite-photogrammetry
8
- - remote-sensing
9
- - 3d-reconstruction
10
- - multi-view-stereo
11
- - rational-polynomial-camera
12
- - digital-surface-model
13
- - pytorch
14
- - research
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
+ ```