OSUGDA commited on
Commit
8a083cc
1 Parent(s): 509c5b0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: idx
5
+ dtype: string
6
+ - name: ground_depth
7
+ dtype: image
8
+ - name: ground_semantics
9
+ dtype: image
10
+ - name: ground_rgb
11
+ dtype: image
12
+ - name: satellite_rgb
13
+ dtype: image
14
+ - name: satellite_semantics
15
+ dtype: image
16
+ - name: gt
17
+ dtype: image
18
+ splits:
19
+ - name: all
20
+ num_bytes: 2862184641.896
21
+ num_examples: 4463
22
+ download_size: 2807769507
23
+ dataset_size: 2862184641.896
24
+ ---
25
+ # Dataset Card for "GeoContext-v1"
26
+
27
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)