gera-richarte commited on
Commit
4c3308a
·
verified ·
1 Parent(s): 27311c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -11,3 +11,31 @@ license: mit
11
  ---
12
 
13
  This is a Gradio based application to browse the [satellogic/EarthView](https://huggingface.co/datasets/satellogic/EarthView) Dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  This is a Gradio based application to browse the [satellogic/EarthView](https://huggingface.co/datasets/satellogic/EarthView) Dataset
14
+
15
+ ![](EarthView-Satellogic-RGB-png)
16
+
17
+ Options in the interface
18
+ ========================
19
+
20
+ **Dataset**: satellogic/EarthView. You shouldn't need to change it, unless you want to use a compatible (forked) dataset.
21
+
22
+ **Subset**: Choose the subset you want to use, Satellogic, neon or Sentinel-1
23
+
24
+ **Split**: This version of the dataset has only one split.
25
+
26
+ **Initial Shard**: Use it to jump directly to a particular shard on the subset. You can use -1 to open the whole subset, but it’s slower.
27
+
28
+ **Only RGB**: Subsets have more than one image type. Satellogic has RGB and NIR, Neon has RGB, Hyperspectral and CHM, etc (see the documentation for the dataset)
29
+
30
+ **Load**: This will load the subset and show images. Before clicking it you can choose the batch size below.
31
+
32
+ **Batch Size**: How many images to load and show at once. 100 is a nice number.
33
+
34
+ **Columns**: Controls the number of columns in the image gallery. It’s useful to align the number of columns with the images per sample. For example, Sentinel-1 has 3 images per sample, so 3, 6, 9 is a good number. When you choose to see more than just RGB images, Satellogic’s will have RGB and NIR per sample, so an even number of columns is better.
35
+
36
+ **Shard**: It allows you to jump to a new shard.
37
+
38
+ **Next Batch**: Will load and show the next batch of samples
39
+
40
+ The table shows the metadata for each sample.
41
+