Datasets:

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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -26
README.md CHANGED
@@ -89,44 +89,47 @@ Organized as binary semantic segmentation dataset.
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
 
 
89
  | heap leaching | `31` | `lh` | `3` |
90
 
91
  **Project Folder Structure**
92
+
93
+ ```text
94
  project/
95
  ├── annotations/
96
+ ├── annotation_doc.pdf
97
+ ├── Chile_LSM_sectors.geojson
98
+ ├── Chile_LSM_sites_Maus_et_al_subset.geojson
99
+ ├── Ghana_ASM.geojson
100
+ ├── overview.qgs~
101
+ ├── overview.qgz
102
+ ├── test_sites.geojson
103
+ └── train_sites.geojson
104
 
105
  ├── example Images/
106
+ ├── hires_msk_patch.png
107
+ ├── hires_tci_patch.png
108
+ ├── lh/
109
+ ├── s2_msk_patch.png
110
+ ├── s2_msk_patch.tif
111
+ ├── s2_tci_patch.png
112
+ ├── s2_tci_patch.tif
113
+ ├── train_test_sites_map_lowres.pdf
114
+ └── train_test_sites_map.pdf
115
 
116
  ├── img_sector/
117
+ ├── multiclass_image_data/
118
+ └── multiclass_image_data.zip
119
 
120
  ├── img_site/
121
+ └── image-data.tar.gz
122
 
123
  ├── metadata/
124
+ ├── metadata.csv
125
+ ├── metadata_sources.txt
126
+ └── metadata.xlsx
127
 
128
  └── results/
129
+ ├── sector_classification.txt
130
+ ├── site_detection_10k_rand.txt
131
+ └── site_detection.txt´´´
132
+
133
  📘 **Caption:** The structure of the project folder, including annotations, image data, metadata, and results files.
134
 
135