Upload metadata.json
#2
by N-K-2026 - opened
- metadata.json +43 -0
metadata.json
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"Device Class Labels": [
|
| 3 |
+
"Lamp",
|
| 4 |
+
"Laptop",
|
| 5 |
+
"Mouse",
|
| 6 |
+
"Paper Airplane",
|
| 7 |
+
"Random",
|
| 8 |
+
"Remote",
|
| 9 |
+
"TV"
|
| 10 |
+
],
|
| 11 |
+
"Device Name Labels": [
|
| 12 |
+
"Door",
|
| 13 |
+
"GameRoom_Lamp",
|
| 14 |
+
"Glasses",
|
| 15 |
+
"Laptop_1",
|
| 16 |
+
"Laptop_2",
|
| 17 |
+
"LivingRoom_Lamp",
|
| 18 |
+
"Mouse_1",
|
| 19 |
+
"Office_Supplies",
|
| 20 |
+
"PaperAirplane_1",
|
| 21 |
+
"Remote_1",
|
| 22 |
+
"TV_1",
|
| 23 |
+
"TV_2",
|
| 24 |
+
"Table",
|
| 25 |
+
"Water_Fountain"
|
| 26 |
+
],
|
| 27 |
+
"Name Class Pairs": {
|
| 28 |
+
"Door": "Random",
|
| 29 |
+
"GameRoom_Lamp": "Lamp",
|
| 30 |
+
"Glasses": "Random",
|
| 31 |
+
"Laptop_1": "Laptop",
|
| 32 |
+
"Laptop_2": "Laptop",
|
| 33 |
+
"LivingRoom_Lamp": "Lamp",
|
| 34 |
+
"Mouse_1": "Mouse",
|
| 35 |
+
"Office_Supplies": "Random",
|
| 36 |
+
"PaperAirplane_1": "Paper Airplane",
|
| 37 |
+
"Remote_1": "Remote",
|
| 38 |
+
"TV_1": "TV",
|
| 39 |
+
"TV_2": "TV",
|
| 40 |
+
"Table": "Random",
|
| 41 |
+
"Water_Fountain": "Random"
|
| 42 |
+
}
|
| 43 |
+
}
|