Update metadata.
Browse files- test/metadata.json +1 -1
- train/metadata.json +1 -1
test/metadata.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"Dataset": "ExEBench.Fire", "split": "test", "num_samples": 264, "attributes": {"name": {"dtype": "str"}, "image": {"dtype": "float32", "format": "numpy"}, "class": {"dtype": "uint8", "format": "numpy"}, "spatial_coords": {"dtype": "float32", "format": "numpy"}, "classes": {"0": "Not burned", "1": "Burn scar"}}}
|
|
|
|
| 1 |
+
{"Dataset": "ExEBench.Fire", "split": "test", "num_samples": 264, "attributes": {"name": {"dtype": "str"}, "image": {"dtype": "float32", "format": "numpy"}, "class": {"dtype": "uint8", "format": "numpy"}, "spatial_coords": {"dtype": "float32", "format": "numpy"}, "classes": {"0": "Not burned", "1": "Burn scar"}, "bands": ["BLUE", "GREEN", "RED", "NIR_NARROW", "SWIR_1", "SWIR_2"]}}
|
train/metadata.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"Dataset": "ExEBench.Fire", "split": "train", "num_samples": 540, "attributes": {"name": {"dtype": "str"}, "image": {"dtype": "float32", "format": "numpy"}, "class": {"dtype": "uint8", "format": "numpy"}, "spatial_coords": {"dtype": "float32", "format": "numpy"}, "classes": {"0": "Not burned", "1": "Burn scar"}}}
|
|
|
|
| 1 |
+
{"Dataset": "ExEBench.Fire", "split": "train", "num_samples": 540, "attributes": {"name": {"dtype": "str"}, "image": {"dtype": "float32", "format": "numpy"}, "class": {"dtype": "uint8", "format": "numpy"}, "spatial_coords": {"dtype": "float32", "format": "numpy"}, "classes": {"0": "Not burned", "1": "Burn scar"}, "bands": ["BLUE", "GREEN", "RED", "NIR_NARROW", "SWIR_1", "SWIR_2"]}}
|