Datasets:
Upload main.json
Browse files
main.json
CHANGED
@@ -98,49 +98,52 @@
|
|
98 |
"ml_catalog": {
|
99 |
"train": {
|
100 |
"name": "train",
|
101 |
-
"
|
102 |
-
"files": [
|
103 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/train/train_2000_high.mlstac",
|
104 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/train/train_509_high.mlstac",
|
105 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/train/train_509_scribble.mlstac",
|
106 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/train/train_509_nolabel_chunk1.mlstac",
|
107 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/train/train_509_nolabel_chunk2.mlstac"
|
108 |
],
|
109 |
-
"
|
110 |
"The training set contains 687 patches of 2048x2048 pixels with high-quality labels.",
|
111 |
"The training set contains 8490 patches of 512x512 pixels with high-quality labels.",
|
112 |
"The training set contains 8785 patches of 512x512 pixels with scribble labels.",
|
113 |
"The training set contains 14700 patches of 512x512 pixels with no labels (chunk 1).",
|
114 |
"The training set contains 14700 patches of 512x512 pixels with no labels (chunk 2)."
|
115 |
-
]
|
|
|
|
|
116 |
},
|
117 |
"validation": {
|
118 |
"name": "validation",
|
119 |
-
"
|
120 |
-
"files": [
|
121 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/validation/validation_2000_high.mlstac",
|
122 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/validation/validation_509_high.mlstac",
|
123 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/validation/validation_509_scribble.mlstac"
|
124 |
],
|
125 |
-
"
|
126 |
"The validation set contains 77 patches of 2048x2048 pixels with high-quality labels.",
|
127 |
"The validation set contains 687 patches of 512x512 pixels with high-quality labels.",
|
128 |
"The validation set contains 85 patches of 512x512 pixels with scribble labels."
|
129 |
-
]
|
|
|
|
|
130 |
},
|
131 |
"test": {
|
132 |
"name": "test",
|
133 |
-
"
|
134 |
-
"files": [
|
135 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/test/test_2000_high.mlstac",
|
136 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/test/test_509_high.mlstac",
|
137 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/test/test_509_scribble.mlstac"
|
138 |
],
|
139 |
-
"
|
140 |
"The test set contains 85 patches of 2048x2048 pixels with high-quality labels.",
|
141 |
"The test set contains 975 patches of 512x512 pixels with high-quality labels.",
|
142 |
"The test set contains 655 patches of 512x512 pixels with scribble labels."
|
143 |
-
]
|
|
|
|
|
144 |
}
|
145 |
},
|
146 |
"ml_target": {
|
|
|
98 |
"ml_catalog": {
|
99 |
"train": {
|
100 |
"name": "train",
|
101 |
+
"data_files": [
|
|
|
102 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/train/train_2000_high.mlstac",
|
103 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/train/train_509_high.mlstac",
|
104 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/train/train_509_scribble.mlstac",
|
105 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/train/train_509_nolabel_chunk1.mlstac",
|
106 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/train/train_509_nolabel_chunk2.mlstac"
|
107 |
],
|
108 |
+
"data_descriptions": [
|
109 |
"The training set contains 687 patches of 2048x2048 pixels with high-quality labels.",
|
110 |
"The training set contains 8490 patches of 512x512 pixels with high-quality labels.",
|
111 |
"The training set contains 8785 patches of 512x512 pixels with scribble labels.",
|
112 |
"The training set contains 14700 patches of 512x512 pixels with no labels (chunk 1).",
|
113 |
"The training set contains 14700 patches of 512x512 pixels with no labels (chunk 2)."
|
114 |
+
],
|
115 |
+
"metadata_file": "https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/train/metadata.parquet",
|
116 |
+
"metadata_description": "The metadata of the training set."
|
117 |
},
|
118 |
"validation": {
|
119 |
"name": "validation",
|
120 |
+
"data_files": [
|
|
|
121 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/validation/validation_2000_high.mlstac",
|
122 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/validation/validation_509_high.mlstac",
|
123 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/validation/validation_509_scribble.mlstac"
|
124 |
],
|
125 |
+
"data_descriptions": [
|
126 |
"The validation set contains 77 patches of 2048x2048 pixels with high-quality labels.",
|
127 |
"The validation set contains 687 patches of 512x512 pixels with high-quality labels.",
|
128 |
"The validation set contains 85 patches of 512x512 pixels with scribble labels."
|
129 |
+
],
|
130 |
+
"metadata_file": "https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/validation/metadata.parquet",
|
131 |
+
"metadata_description": "The metadata of the validation set."
|
132 |
},
|
133 |
"test": {
|
134 |
"name": "test",
|
135 |
+
"data_files": [
|
|
|
136 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/test/test_2000_high.mlstac",
|
137 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/test/test_509_high.mlstac",
|
138 |
"https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/test/test_509_scribble.mlstac"
|
139 |
],
|
140 |
+
"data_descriptions": [
|
141 |
"The test set contains 85 patches of 2048x2048 pixels with high-quality labels.",
|
142 |
"The test set contains 975 patches of 512x512 pixels with high-quality labels.",
|
143 |
"The test set contains 655 patches of 512x512 pixels with scribble labels."
|
144 |
+
],
|
145 |
+
"metadata_file": "https://huggingface.co/datasets/isp-uv-es/CloudSEN12Plus/resolve/main/test/metadata.parquet",
|
146 |
+
"metadata_description": "The metadata of the test set."
|
147 |
}
|
148 |
},
|
149 |
"ml_target": {
|