DarthReca commited on
Commit
32253fa
·
verified ·
1 Parent(s): a215ac6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -27,7 +27,18 @@ Since MSI is ineffective through clouds, it was used to exclude samples that con
27
 
28
  <!-- 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. -->
29
 
30
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
31
 
32
  ## Dataset Creation
33
 
 
27
 
28
  <!-- 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. -->
29
 
30
+ The dataset has the following structure:
31
+ ```json
32
+ {
33
+ "__key__": FileName,
34
+ "__url__": OriginTarFile,
35
+ "tiff": PILImage
36
+ }
37
+ ```
38
+ where *FileName* is also the name of the folder in the South Africa Crop Type Dataset.
39
+
40
+ **IMPORTANT**: Remember to convert the PIL Image to an array to obtain the probability mask of clouds.
41
+
42
 
43
  ## Dataset Creation
44