Update README.md
Browse files
README.md
CHANGED
@@ -11,13 +11,13 @@ including crop cultivation, forestry, industrial and small-scale gold mining.
|
|
11 |
This multifaceted landscape underscores the importance of reliable, mapping and monitoring ASGM activities in the area.
|
12 |
|
13 |
|
14 |
-
## Structure of SmallMinesDS
|
15 |
-
YEAR1
|
16 |
- IMAGE
|
17 |
- MASK
|
18 |
|
19 |
|
20 |
-
YEAR2
|
21 |
- IMAGE
|
22 |
- MASK
|
23 |
|
@@ -36,9 +36,9 @@ NB: All images are acquired in the month of January (dry season)
|
|
36 |
SmallMines contains 13 bands for each image and a binary label.
|
37 |
The order of the bands for the images is as follows:
|
38 |
|
39 |
-
Index 0-9 ==> Sentinel-2 L2A [blue, green, red, red edge 1, red edge2, red edge 3, near infrared, red edge 4, swir1, swir2]
|
40 |
-
Index 10-11 ==> Sentinel-1 RTC + speckle filtered [vv, vh]
|
41 |
-
Index 12 ==> Copernicus DEM [dem]
|
42 |
|
43 |
|
44 |
Each patch has an input shape of ```13 x 128 x 128``` and a corresponding mask of ```1 x 128 x 128```
|
|
|
11 |
This multifaceted landscape underscores the importance of reliable, mapping and monitoring ASGM activities in the area.
|
12 |
|
13 |
|
14 |
+
## Folder Structure of SmallMinesDS
|
15 |
+
**YEAR1**
|
16 |
- IMAGE
|
17 |
- MASK
|
18 |
|
19 |
|
20 |
+
**YEAR2**
|
21 |
- IMAGE
|
22 |
- MASK
|
23 |
|
|
|
36 |
SmallMines contains 13 bands for each image and a binary label.
|
37 |
The order of the bands for the images is as follows:
|
38 |
|
39 |
+
- Index 0-9 ==> Sentinel-2 L2A [blue, green, red, red edge 1, red edge2, red edge 3, near infrared, red edge 4, swir1, swir2]
|
40 |
+
- Index 10-11 ==> Sentinel-1 RTC + speckle filtered [vv, vh]
|
41 |
+
- Index 12 ==> Copernicus DEM [dem]
|
42 |
|
43 |
|
44 |
Each patch has an input shape of ```13 x 128 x 128``` and a corresponding mask of ```1 x 128 x 128```
|