Datasets:

Modalities:
Image
Formats:
parquet
DOI:
License:
maduschek commited on
Commit
ed1f2f2
·
verified ·
1 Parent(s): 9dbf89e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -34
README.md CHANGED
@@ -75,7 +75,6 @@ Organized as binary semantic segmentation dataset.
75
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
76
 
77
  **Dataset Fields**
78
-
79
  | **Class** | **segments** | **Key** | **px mask** |
80
  |----------------------------|--------------|----------|--------------|
81
  | other | - | - | `0` |
@@ -89,40 +88,47 @@ Organized as binary semantic segmentation dataset.
89
  | tailings storage facility | `59` | `tsf` | `8` |
90
  | heap leaching | `31` | `lh` | `3` |
91
 
92
-
93
  project/
94
- annotations/
95
- annotation_doc.pdf
96
- Chile_LSM_sectors.geojson
97
- Chile_LSM_sites_Maus_et_al_subset.geojson
98
- Ghana_ASM.geojson
99
- overview.qgs
100
- overview.qgz
101
- test_sites.geojson
102
- train_sites.geojson
103
- example Images/
104
- hires_msk_patch.png
105
- hires_tci_patch.png
106
- lh/
107
- s2_msk_patch.png
108
- s2_msk_patch.tif
109
- s2_tci_patch.png
110
- s2_tci_patch.tif
111
- train_test_sites_map_lowres.pdf
112
- train_test_sites_map.pdf
113
- img_sector/
114
- multiclass_image_data/
115
- multiclass_image_data.zip
116
- img_site/
117
- image-data.tar.gz
118
- metadata/
119
- metadata.csv
120
- metadata_sources.txt
121
- metadata.xlsx
122
- results/
123
- sector_classification.txt
124
- site_detection_10k_rand.txt
125
- site_detection.txt
 
 
 
 
 
 
 
126
 
127
  [More Information Needed]
128
 
 
75
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
76
 
77
  **Dataset Fields**
 
78
  | **Class** | **segments** | **Key** | **px mask** |
79
  |----------------------------|--------------|----------|--------------|
80
  | other | - | - | `0` |
 
88
  | tailings storage facility | `59` | `tsf` | `8` |
89
  | heap leaching | `31` | `lh` | `3` |
90
 
91
+ **Project Folder Structure**
92
  project/
93
+ ├── annotations/
94
+ │ ├── annotation_doc.pdf
95
+ │ ├── Chile_LSM_sectors.geojson
96
+ │ ├── Chile_LSM_sites_Maus_et_al_subset.geojson
97
+ │ ├── Ghana_ASM.geojson
98
+ │ ├── overview.qgs~
99
+ │ ├── overview.qgz
100
+ │ ├── test_sites.geojson
101
+ │ └── train_sites.geojson
102
+
103
+ ├── example Images/
104
+ │ ├── hires_msk_patch.png
105
+ │ ├── hires_tci_patch.png
106
+ │ ├── lh/
107
+ │ ├── s2_msk_patch.png
108
+ │ ├── s2_msk_patch.tif
109
+ │ ├── s2_tci_patch.png
110
+ │ ├── s2_tci_patch.tif
111
+ │ ├── train_test_sites_map_lowres.pdf
112
+ │ └── train_test_sites_map.pdf
113
+
114
+ ├── img_sector/
115
+ │ ├── multiclass_image_data/
116
+ │ └── multiclass_image_data.zip
117
+
118
+ ├── img_site/
119
+ │ └── image-data.tar.gz
120
+
121
+ ├── metadata/
122
+ │ ├── metadata.csv
123
+ │ ├── metadata_sources.txt
124
+ │ └── metadata.xlsx
125
+
126
+ └── results/
127
+ ├── sector_classification.txt
128
+ ├── site_detection_10k_rand.txt
129
+ └── site_detection.txt
130
+ 📘 **Caption:** The structure of the project folder, including annotations, image data, metadata, and results files.
131
+
132
 
133
  [More Information Needed]
134