tanmlh commited on
Commit
2c81fba
·
1 Parent(s): 7a47d5a

Update metadata.

Browse files
Files changed (2) hide show
  1. test/metadata.json +1 -1
  2. 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"]}}