Nick DeGroot commited on
:wrench: Add all classes id list
Browse files- oneformer-all-classes.json +23 -0
oneformer-all-classes.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"0": {"isthing": 0, "name": "BACKGROUND"},
|
| 3 |
+
"1": {"isthing": 0, "name": "WALL"},
|
| 4 |
+
"2": {"isthing": 1, "name": "ROOM_OPEN"},
|
| 5 |
+
"3": {"isthing": 1, "name": "ROOM_CLOSED"},
|
| 6 |
+
"4": {"isthing": 1, "name": "WINDOW"},
|
| 7 |
+
"5": {"isthing": 1, "name": "DOOR"},
|
| 8 |
+
"6": {"isthing": 1, "name": "STAIR"},
|
| 9 |
+
"7": {"isthing": 1, "name": "ICON_SINK"},
|
| 10 |
+
"8": {"isthing": 1, "name": "ICON_TOILET"},
|
| 11 |
+
"9": {"isthing": 1, "name": "ICON_CHAIR"},
|
| 12 |
+
"10": {"isthing": 1, "name": "ICON_WASHER_DRYER"},
|
| 13 |
+
"11": {"isthing": 1, "name": "ICON_SHOWER"},
|
| 14 |
+
"12": {"isthing": 1, "name": "ICON_TABLE"},
|
| 15 |
+
"13": {"isthing": 1, "name": "ICON_BATHTUB"},
|
| 16 |
+
"14": {"isthing": 1, "name": "ICON_OVEN_STOVE"},
|
| 17 |
+
"15": {"isthing": 1, "name": "ICON_REFRIGERATOR"},
|
| 18 |
+
"16": {"isthing": 1, "name": "ICON_SOFA"},
|
| 19 |
+
"17": {"isthing": 1, "name": "ICON_BEDSIDE_TABLE"},
|
| 20 |
+
"18": {"isthing": 1, "name": "ICON_CHIMNEY"},
|
| 21 |
+
"19": {"isthing": 1, "name": "ICON_BED"},
|
| 22 |
+
"20": {"isthing": 1, "name": "ICON_TV"}
|
| 23 |
+
}
|