Datasets:
File size: 902 Bytes
2c8a7d0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | {
"@context": "https://mlcommons.org/croissant/1.0/context.json",
"@type": "Dataset",
"name": "ssl4eo_eu_forest",
"description": "Multi-temporal forest segmentation dataset with GeoTIFF stacks and masks.",
"data": {
"@type": "FileSet",
"fileStructure": {
"@type": "ParquetFile",
"url": "index.parquet",
"fields": [
{
"name": "sample_id",
"type": "string",
"description": "Unique identifier for each sample."
},
{
"name": "image_paths",
"type": "array",
"items": {
"type": "string"
},
"description": "List of paths to multi-temporal GeoTIFF images."
},
{
"name": "mask_path",
"type": "string",
"description": "Path to the segmentation mask."
}
]
}
}
}
|