OfficeLocalization / dataset_metadata.json
gadgadgad's picture
Upload 12 files
0d5451f verified
raw
history blame contribute delete
925 Bytes
{
"name": "office_localization_data",
"description": "Office Localization dataset. 4 region labels (empty, one, five, two) representing occupancy regions in an office. File-based split: last file per label is test.",
"environment": "office",
"task": "localization",
"labels": ["empty", "five", "one", "two"],
"split_mode": "file",
"files": [
{"path": "empty_1.csv", "label": "empty", "split": "train"},
{"path": "empty_2.csv", "label": "empty", "split": "test"},
{"path": "five_1.csv", "label": "five", "split": "train"},
{"path": "five_2.csv", "label": "five", "split": "test"},
{"path": "one_1.csv", "label": "one", "split": "train"},
{"path": "one_2.csv", "label": "one", "split": "test"},
{"path": "two_1.csv", "label": "two", "split": "train"},
{"path": "two_2.csv", "label": "two", "split": "test"}
]
}