Update label map with hair_drying
Browse files- label_maps.json +14 -13
label_maps.json
CHANGED
|
@@ -1,19 +1,20 @@
|
|
| 1 |
{
|
| 2 |
"stage_label": {
|
| 3 |
"diaper_preparation": 0,
|
| 4 |
-
"
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
| 14 |
-
"
|
| 15 |
-
"
|
| 16 |
-
"
|
|
|
|
| 17 |
},
|
| 18 |
"schema_version": "v2_stage_only"
|
| 19 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"stage_label": {
|
| 3 |
"diaper_preparation": 0,
|
| 4 |
+
"hair_drying": 1,
|
| 5 |
+
"meal_assistance": 2,
|
| 6 |
+
"meal_food_serving": 3,
|
| 7 |
+
"meal_hydration_serving": 4,
|
| 8 |
+
"meal_monitoring": 5,
|
| 9 |
+
"meal_positioning": 6,
|
| 10 |
+
"post_change_dressing": 7,
|
| 11 |
+
"toilet_cleanup": 8,
|
| 12 |
+
"toilet_execution": 9,
|
| 13 |
+
"toilet_guidance": 10,
|
| 14 |
+
"transfer_execution": 11,
|
| 15 |
+
"transfer_post_check": 12,
|
| 16 |
+
"transfer_preparation": 13,
|
| 17 |
+
"transfer_stabilization": 14
|
| 18 |
},
|
| 19 |
"schema_version": "v2_stage_only"
|
| 20 |
}
|