misakidesu commited on
Commit
d4e1a42
·
verified ·
1 Parent(s): 2ad9308

Update label map with hair_drying

Browse files
Files changed (1) hide show
  1. label_maps.json +14 -13
label_maps.json CHANGED
@@ -1,19 +1,20 @@
1
  {
2
  "stage_label": {
3
  "diaper_preparation": 0,
4
- "meal_assistance": 1,
5
- "meal_food_serving": 2,
6
- "meal_hydration_serving": 3,
7
- "meal_monitoring": 4,
8
- "meal_positioning": 5,
9
- "post_change_dressing": 6,
10
- "toilet_cleanup": 7,
11
- "toilet_execution": 8,
12
- "toilet_guidance": 9,
13
- "transfer_execution": 10,
14
- "transfer_post_check": 11,
15
- "transfer_preparation": 12,
16
- "transfer_stabilization": 13
 
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
  }