cy0307 commited on
Commit
af7fb46
·
verified ·
1 Parent(s): 9f5a727

Add files using upload-large-folder tool

Browse files
Files changed (14) hide show
  1. assets/charts/unified_task_model_radar.svg +72 -42
  2. results/episode_task_suite/tier2_task_suite/tier2_task_suite_results.json +1 -1
  3. results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/contact_prediction/confusion_matrix.csv +3 -0
  4. results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/contact_prediction/metrics.json +59 -0
  5. results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/contact_prediction/per_class_metrics.csv +3 -0
  6. results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/contact_prediction/predictions.csv +0 -0
  7. results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/next_action/confusion_matrix.csv +0 -0
  8. results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/timeline_action/confusion_matrix.csv +0 -0
  9. results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/timeline_action/metrics.json +59 -0
  10. results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/timeline_action/per_class_metrics.csv +1223 -0
  11. results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/timeline_action/predictions.csv +0 -0
  12. results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/transition_detection/confusion_matrix.csv +3 -0
  13. results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/transition_detection/predictions.csv +0 -0
  14. scripts/omni/run_128_task_baselines.py +29 -2
assets/charts/unified_task_model_radar.svg CHANGED
results/episode_task_suite/tier2_task_suite/tier2_task_suite_results.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "title": "Ropedia Xperience-10M Unified Tasks 13-20 Result Bundle",
3
  "status": "pass",
4
- "generated_at_utc": "2026-06-16T04:47:52+00:00",
5
  "suite_position": "tasks_13_to_20",
6
  "legacy_path_note": "The tier2_task_suite file and directory names are retained for stable public links; these tasks are part of the unified 20-task suite, not a separate public tier.",
7
  "integrated_with_tasks_1_to_12": {
 
1
  {
2
  "title": "Ropedia Xperience-10M Unified Tasks 13-20 Result Bundle",
3
  "status": "pass",
4
+ "generated_at_utc": "2026-06-16T06:25:58+00:00",
5
  "suite_position": "tasks_13_to_20",
6
  "legacy_path_note": "The tier2_task_suite file and directory names are retained for stable public links; these tasks are part of the unified 20-task suite, not a separate public tier.",
7
  "integrated_with_tasks_1_to_12": {
results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/contact_prediction/confusion_matrix.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ true\pred,yes,no
2
+ yes,2493,631
3
+ no,599,309
results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/contact_prediction/metrics.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "status": "pass",
3
+ "task": "contact_prediction",
4
+ "task_display_name": "Contact State Prediction",
5
+ "model_family": "neural_mlp_metadata",
6
+ "source": "128_episode_qwen_jsonl_metadata",
7
+ "input_features": "frame/context metadata plus hashed prompt/options/main_task text; answer_json fields are excluded from inputs",
8
+ "split_policy": "train on train split, report held-out test split",
9
+ "num_train_windows": 25629,
10
+ "num_val_windows": 4608,
11
+ "num_test_windows": 4032,
12
+ "num_classes": 2,
13
+ "num_train_classes": 2,
14
+ "history": [
15
+ {
16
+ "epoch": 1,
17
+ "loss": 0.586612641009014,
18
+ "train_accuracy": 0.6814546022084358
19
+ },
20
+ {
21
+ "epoch": 7,
22
+ "loss": 0.23162655422297654,
23
+ "train_accuracy": 0.8838425221428851
24
+ },
25
+ {
26
+ "epoch": 14,
27
+ "loss": 0.09163295724629597,
28
+ "train_accuracy": 0.9594209684341957
29
+ },
30
+ {
31
+ "epoch": 21,
32
+ "loss": 0.06270873810229785,
33
+ "train_accuracy": 0.9727652268914121
34
+ },
35
+ {
36
+ "epoch": 28,
37
+ "loss": 0.04694784716810378,
38
+ "train_accuracy": 0.9801396855125054
39
+ },
40
+ {
41
+ "epoch": 35,
42
+ "loss": 0.044483957296544994,
43
+ "train_accuracy": 0.981349252799563
44
+ }
45
+ ],
46
+ "device": "cuda",
47
+ "splits": {
48
+ "test": {
49
+ "accuracy": 0.6949404761904762,
50
+ "balanced_accuracy": 0.5691618674804131,
51
+ "macro_f1": 0.5682695682695682,
52
+ "weighted_f1": 0.6967964601893173,
53
+ "num_eval_windows": 4032,
54
+ "num_classes": 2
55
+ }
56
+ },
57
+ "primary_metric": "macro_f1",
58
+ "primary_score": 0.5682695682695682
59
+ }
results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/contact_prediction/per_class_metrics.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ class_id,class_name,support,predicted,precision,recall,f1
2
+ 0,yes,3124,3092,0.80627425614489,0.7980153649167734,0.802123552123552
3
+ 1,no,908,940,0.32872340425531915,0.34030837004405284,0.33441558441558444
results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/contact_prediction/predictions.csv ADDED
The diff for this file is too large to render. See raw diff
 
results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/next_action/confusion_matrix.csv ADDED
The diff for this file is too large to render. See raw diff
 
results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/timeline_action/confusion_matrix.csv ADDED
The diff for this file is too large to render. See raw diff
 
results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/timeline_action/metrics.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "status": "pass",
3
+ "task": "timeline_action",
4
+ "task_display_name": "Action Recognition",
5
+ "model_family": "neural_mlp_metadata",
6
+ "source": "128_episode_qwen_jsonl_metadata",
7
+ "input_features": "frame/context metadata plus hashed prompt/options/main_task text; answer_json fields are excluded from inputs",
8
+ "split_policy": "train on train split, report held-out test split",
9
+ "num_train_windows": 25629,
10
+ "num_val_windows": 4608,
11
+ "num_test_windows": 4032,
12
+ "num_classes": 1222,
13
+ "num_train_classes": 896,
14
+ "history": [
15
+ {
16
+ "epoch": 1,
17
+ "loss": 6.207948512574058,
18
+ "train_accuracy": 0.04225681844785204
19
+ },
20
+ {
21
+ "epoch": 7,
22
+ "loss": 0.7284561457089392,
23
+ "train_accuracy": 0.6391197471614187
24
+ },
25
+ {
26
+ "epoch": 14,
27
+ "loss": 0.3545958879512241,
28
+ "train_accuracy": 0.7588669085801241
29
+ },
30
+ {
31
+ "epoch": 21,
32
+ "loss": 0.2570271923140356,
33
+ "train_accuracy": 0.8066643255686917
34
+ },
35
+ {
36
+ "epoch": 28,
37
+ "loss": 0.2074820647660306,
38
+ "train_accuracy": 0.8354598306605798
39
+ },
40
+ {
41
+ "epoch": 35,
42
+ "loss": 0.18456845099908134,
43
+ "train_accuracy": 0.8545397791564243
44
+ }
45
+ ],
46
+ "device": "cuda",
47
+ "splits": {
48
+ "test": {
49
+ "accuracy": 0.012896825396825396,
50
+ "balanced_accuracy": 0.003802194278384755,
51
+ "macro_f1": 0.004175793689174209,
52
+ "weighted_f1": 0.011129835067267842,
53
+ "num_eval_windows": 4032,
54
+ "num_classes": 1222
55
+ }
56
+ },
57
+ "primary_metric": "macro_f1",
58
+ "primary_score": 0.004175793689174209
59
+ }
results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/timeline_action/per_class_metrics.csv ADDED
@@ -0,0 +1,1223 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ class_id,class_name,support,predicted,precision,recall,f1
2
+ 0,Place jar on shelf,0,0,0.0,0.0,0.0
3
+ 1,Reach for item in box,0,0,0.0,0.0,0.0
4
+ 2,Pick up nut bar box,0,0,0.0,0.0,0.0
5
+ 3,Pick up product from box,0,14,0.0,0.0,0.0
6
+ 4,Place product on shelf,0,9,0.0,0.0,0.0
7
+ 5,Pick up product from bin,0,17,0.0,0.0,0.0
8
+ 6,Place canned product on shelf,0,0,0.0,0.0,0.0
9
+ 7,Reach for next product,0,0,0.0,0.0,0.0
10
+ 8,Pick up canned product,0,0,0.0,0.0,0.0
11
+ 9,Reach for next canned product,0,0,0.0,0.0,0.0
12
+ 10,Arrange canned products on shelf,0,0,0.0,0.0,0.0
13
+ 11,Pick up plastic bin,0,0,0.0,0.0,0.0
14
+ 12,Move bin to shelf area,0,0,0.0,0.0,0.0
15
+ 13,Place can on shelf,16,13,0.0,0.0,0.0
16
+ 14,Retract hand,0,1,0.0,0.0,0.0
17
+ 15,Hold and wipe product,0,0,0.0,0.0,0.0
18
+ 16,Reach for next item,14,0,0.0,0.0,0.0
19
+ 17,Wipe down shelf,0,3,0.0,0.0,0.0
20
+ 18,Pick up product,0,0,0.0,0.0,0.0
21
+ 19,Wipe product,0,0,0.0,0.0,0.0
22
+ 20,Wipe food product,0,0,0.0,0.0,0.0
23
+ 21,Reach into box,14,0,0.0,0.0,0.0
24
+ 22,Place product in box,0,5,0.0,0.0,0.0
25
+ 23,Wipe jar,0,0,0.0,0.0,0.0
26
+ 24,Place jar in box,0,2,0.0,0.0,0.0
27
+ 25,Wipe shelf,0,0,0.0,0.0,0.0
28
+ 26,Pick up pickle jar,0,0,0.0,0.0,0.0
29
+ 27,Hold pickle jar,0,0,0.0,0.0,0.0
30
+ 28,Place pickle jar in box,0,0,0.0,0.0,0.0
31
+ 29,Release pickle jar,0,0,0.0,0.0,0.0
32
+ 30,Hold cleaning cloth,0,0,0.0,0.0,0.0
33
+ 31,Wipe the shelf,0,0,0.0,0.0,0.0
34
+ 32,Pick up product from shelf,0,0,0.0,0.0,0.0
35
+ 33,Wipe the product jar,0,0,0.0,0.0,0.0
36
+ 34,Place jar into shelf box,0,0,0.0,0.0,0.0
37
+ 35,Wipe grocery shelf,0,0,0.0,0.0,0.0
38
+ 36,Move to next section,0,0,0.0,0.0,0.0
39
+ 37,Hold product,0,0,0.0,0.0,0.0
40
+ 38,Hold item and adjust posture,0,1,0.0,0.0,0.0
41
+ 39,Grasp product from box,0,1,0.0,0.0,0.0
42
+ 40,Prepare to place product,0,1,0.0,0.0,0.0
43
+ 41,Move product to shelf,0,1,0.0,0.0,0.0
44
+ 42,Grasp product from shelf,0,0,0.0,0.0,0.0
45
+ 43,Move product to box,0,15,0.0,0.0,0.0
46
+ 44,Grasp next item,0,0,0.0,0.0,0.0
47
+ 45,Look up and scan the room,0,0,0.0,0.0,0.0
48
+ 46,Reach for buttons,0,0,0.0,0.0,0.0
49
+ 47,Rearrange buttons,0,0,0.0,0.0,0.0
50
+ 48,Align button in row,0,0,0.0,0.0,0.0
51
+ 49,Pick up button,20,0,0.0,0.0,0.0
52
+ 50,Place button in row,0,0,0.0,0.0,0.0
53
+ 51,Place button,25,0,0.0,0.0,0.0
54
+ 52,Release button,0,0,0.0,0.0,0.0
55
+ 53,Pick up orange button,0,0,0.0,0.0,0.0
56
+ 54,Arrange small buttons,0,0,0.0,0.0,0.0
57
+ 55,Align button,0,0,0.0,0.0,0.0
58
+ 56,Align buttons,0,0,0.0,0.0,0.0
59
+ 57,Arrange button cluster,0,0,0.0,0.0,0.0
60
+ 58,Align button row,0,0,0.0,0.0,0.0
61
+ 59,Arrange buttons on table,0,0,0.0,0.0,0.0
62
+ 60,Look around the table,0,0,0.0,0.0,0.0
63
+ 61,Adjust red button in row,0,0,0.0,0.0,0.0
64
+ 62,Select button from pile,0,0,0.0,0.0,0.0
65
+ 63,Adjust red button,0,0,0.0,0.0,0.0
66
+ 64,Pull back hand,0,0,0.0,0.0,0.0
67
+ 65,Align red buttons,0,0,0.0,0.0,0.0
68
+ 66,Survey the table,0,0,0.0,0.0,0.0
69
+ 67,Reach for black button,0,0,0.0,0.0,0.0
70
+ 68,Arrange black buttons,0,0,0.0,0.0,0.0
71
+ 69,Pick up black button,0,0,0.0,0.0,0.0
72
+ 70,Move black button,0,0,0.0,0.0,0.0
73
+ 71,Pick up red button,0,0,0.0,0.0,0.0
74
+ 72,Place red button,0,0,0.0,0.0,0.0
75
+ 73,Move and place black buttons,0,0,0.0,0.0,0.0
76
+ 74,Reach for multicolored buttons,0,0,0.0,0.0,0.0
77
+ 75,Arrange buttons in row,0,0,0.0,0.0,0.0
78
+ 76,Arrange red buttons,0,0,0.0,0.0,0.0
79
+ 77,Touch device,0,0,0.0,0.0,0.0
80
+ 78,Align red button in row,0,0,0.0,0.0,0.0
81
+ 79,Reach and sort buttons,0,0,0.0,0.0,0.0
82
+ 80,Adjust red button position,0,0,0.0,0.0,0.0
83
+ 81,Withdraw hand from buttons,0,3,0.0,0.0,0.0
84
+ 82,Place and align button,0,0,0.0,0.0,0.0
85
+ 83,Move hand,0,0,0.0,0.0,0.0
86
+ 84,Reach for button,0,0,0.0,0.0,0.0
87
+ 85,Move button to line,0,1,0.0,0.0,0.0
88
+ 86,Cut cardboard piece,40,117,0.0,0.0,0.0
89
+ 87,Manipulate cardboard piece,0,0,0.0,0.0,0.0
90
+ 88,Place cardboard piece,0,67,0.0,0.0,0.0
91
+ 89,Position scissors to cut cardboard,0,0,0.0,0.0,0.0
92
+ 90,Cut cardboard,165,332,0.10843373493975904,0.21818181818181817,0.1448692152917505
93
+ 91,Release scissors,11,0,0.0,0.0,0.0
94
+ 92,Pick up scissors,0,76,0.0,0.0,0.0
95
+ 93,Position scissors,0,3,0.0,0.0,0.0
96
+ 94,Place down scissors,0,55,0.0,0.0,0.0
97
+ 95,Put down scissors,0,0,0.0,0.0,0.0
98
+ 96,Move away from workstation,0,8,0.0,0.0,0.0
99
+ 97,Walk through corridor,0,0,0.0,0.0,0.0
100
+ 98,Arrive at a different workstation,0,2,0.0,0.0,0.0
101
+ 99,Move vacuum cleaner hose,0,0,0.0,0.0,0.0
102
+ 100,Mark cardboard with ruler and pen,0,2,0.0,0.0,0.0
103
+ 101,Mark cardboard with pen and ruler,0,11,0.0,0.0,0.0
104
+ 102,Cut cardboard with scissors,0,9,0.0,0.0,0.0
105
+ 103,Reach for utility knife,0,0,0.0,0.0,0.0
106
+ 104,Position ruler on cardboard,0,10,0.0,0.0,0.0
107
+ 105,Hold ruler steady,0,9,0.0,0.0,0.0
108
+ 106,Mark line on cardboard,0,10,0.0,0.0,0.0
109
+ 107,Move marker and ruler,0,0,0.0,0.0,0.0
110
+ 108,Pick up smartphone,9,14,0.0,0.0,0.0
111
+ 109,Place smartphone on cardboard,0,0,0.0,0.0,0.0
112
+ 110,Mark cardboard,0,15,0.0,0.0,0.0
113
+ 111,Stack cardboard pieces,0,112,0.0,0.0,0.0
114
+ 112,Hold cardboard pieces,0,15,0.0,0.0,0.0
115
+ 113,Place cardboard,0,1,0.0,0.0,0.0
116
+ 114,Align ruler on cardboard,0,0,0.0,0.0,0.0
117
+ 115,Mark cardboard with pen,0,23,0.0,0.0,0.0
118
+ 116,Plug cable into portable charger,0,0,0.0,0.0,0.0
119
+ 117,Pick up portable charger,0,0,0.0,0.0,0.0
120
+ 118,Walk towards room,0,0,0.0,0.0,0.0
121
+ 119,Hold portable charger,0,0,0.0,0.0,0.0
122
+ 120,Place charger on table,0,0,0.0,0.0,0.0
123
+ 121,Hold charger and cable,0,0,0.0,0.0,0.0
124
+ 122,Manipulate power cable plug,0,0,0.0,0.0,0.0
125
+ 123,Insert plug into power adapter,0,0,0.0,0.0,0.0
126
+ 124,Hold power adapter,0,0,0.0,0.0,0.0
127
+ 125,Align charging cable,0,0,0.0,0.0,0.0
128
+ 126,Insert charging cable,0,0,0.0,0.0,0.0
129
+ 127,Observe desktop layout,0,0,0.0,0.0,0.0
130
+ 128,Retract camera/reposition view,0,0,0.0,0.0,0.0
131
+ 129,Manipulate paper strip,140,0,0.0,0.0,0.0
132
+ 130,Fold paper strip,0,4,0.0,0.0,0.0
133
+ 131,Release paper strip,35,15,0.0,0.0,0.0
134
+ 132,Pick up yellow paper strip,0,0,0.0,0.0,0.0
135
+ 133,Pick up phone,0,4,0.0,0.0,0.0
136
+ 134,Use phone,21,51,0.0196078431372549,0.047619047619047616,0.027777777777777776
137
+ 135,Place phone on desk,0,0,0.0,0.0,0.0
138
+ 136,Interact with phone,0,0,0.0,0.0,0.0
139
+ 137,Place phone down,9,0,0.0,0.0,0.0
140
+ 138,Place down paper pieces,0,0,0.0,0.0,0.0
141
+ 139,Adjust paper strip,0,0,0.0,0.0,0.0
142
+ 140,Continue folding paper strip,0,0,0.0,0.0,0.0
143
+ 141,Release folded paper,0,0,0.0,0.0,0.0
144
+ 142,Fold paper strip into knot,0,0,0.0,0.0,0.0
145
+ 143,Fold paper strip into lucky star,0,0,0.0,0.0,0.0
146
+ 144,Inflate paper star,0,0,0.0,0.0,0.0
147
+ 145,Fold purple paper strip,0,0,0.0,0.0,0.0
148
+ 146,Fold purple paper,0,0,0.0,0.0,0.0
149
+ 147,Hold and crease purple paper,0,0,0.0,0.0,0.0
150
+ 148,Release paper,0,0,0.0,0.0,0.0
151
+ 149,Reach for phone,0,0,0.0,0.0,0.0
152
+ 150,Retrieve paper strips,0,0,0.0,0.0,0.0
153
+ 151,Fold and organize paper strips,0,0,0.0,0.0,0.0
154
+ 152,Hold charger,0,0,0.0,0.0,0.0
155
+ 153,Separate cardboard piece,0,0,0.0,0.0,0.0
156
+ 154,Cut cardboard with utility knife,0,59,0.0,0.0,0.0
157
+ 155,Switch to scissors,0,0,0.0,0.0,0.0
158
+ 156,Mark cardboard piece,64,0,0.0,0.0,0.0
159
+ 157,Reach into bag,0,0,0.0,0.0,0.0
160
+ 158,Retract hand from bag,0,0,0.0,0.0,0.0
161
+ 159,Open small case,0,1,0.0,0.0,0.0
162
+ 160,Measure cardboard with ruler,0,0,0.0,0.0,0.0
163
+ 161,Move smartphone,23,0,0.0,0.0,0.0
164
+ 162,Hold ruler on cardboard,0,0,0.0,0.0,0.0
165
+ 163,Remove ruler,0,0,0.0,0.0,0.0
166
+ 164,Walk towards table,0,2,0.0,0.0,0.0
167
+ 165,Approach desk,0,0,0.0,0.0,0.0
168
+ 166,Position hands for work,0,0,0.0,0.0,0.0
169
+ 167,Manipulate quilling strip,0,0,0.0,0.0,0.0
170
+ 168,Release quilling strip,0,0,0.0,0.0,0.0
171
+ 169,Begin rolling quilling strip,0,0,0.0,0.0,0.0
172
+ 170,Type on smartphone,0,190,0.0,0.0,0.0
173
+ 171,Use phone to check stock,0,0,0.0,0.0,0.0
174
+ 172,Place phone on shelf,0,0,0.0,0.0,0.0
175
+ 173,Organize products,0,0,0.0,0.0,0.0
176
+ 174,Close cardboard box,0,0,0.0,0.0,0.0
177
+ 175,Grasp package,0,0,0.0,0.0,0.0
178
+ 176,Place item on shelf,21,31,0.0,0.0,0.0
179
+ 177,Move cardboard box,0,0,0.0,0.0,0.0
180
+ 178,Observe shelf status,0,0,0.0,0.0,0.0
181
+ 179,Walk towards aisle,0,0,0.0,0.0,0.0
182
+ 180,Inspect product lid,0,0,0.0,0.0,0.0
183
+ 181,Move towards shelf,0,7,0.0,0.0,0.0
184
+ 182,Adjust item on shelf,20,0,0.0,0.0,0.0
185
+ 183,Reach for another item,18,0,0.0,0.0,0.0
186
+ 184,Remove item from shelf,0,0,0.0,0.0,0.0
187
+ 185,Discard item into bin,0,0,0.0,0.0,0.0
188
+ 186,Sweep debris,0,0,0.0,0.0,0.0
189
+ 187,Sweep floor debris,0,0,0.0,0.0,0.0
190
+ 188,Touch shelf edge,0,0,0.0,0.0,0.0
191
+ 189,Reach for product,0,0,0.0,0.0,0.0
192
+ 190,Release label,0,0,0.0,0.0,0.0
193
+ 191,Remove shelf label,0,0,0.0,0.0,0.0
194
+ 192,Move along shelf,0,0,0.0,0.0,0.0
195
+ 193,Carry stool to next shelf,0,0,0.0,0.0,0.0
196
+ 194,Place stool on floor,0,0,0.0,0.0,0.0
197
+ 195,Observe shelf,0,0,0.0,0.0,0.0
198
+ 196,Walk towards next aisle,0,0,0.0,0.0,0.0
199
+ 197,Reach for product labels,0,0,0.0,0.0,0.0
200
+ 198,Hold product labels,0,0,0.0,0.0,0.0
201
+ 199,Examine labels,0,0,0.0,0.0,0.0
202
+ 200,Pick up bottled sauce,0,0,0.0,0.0,0.0
203
+ 201,Place sauce in container,0,0,0.0,0.0,0.0
204
+ 202,Pick up supplement bottle,0,2,0.0,0.0,0.0
205
+ 203,Hold supplement bottle,0,0,0.0,0.0,0.0
206
+ 204,Open supplement bottle,0,0,0.0,0.0,0.0
207
+ 205,Walk through store,0,0,0.0,0.0,0.0
208
+ 206,Reach for item on shelf,0,0,0.0,0.0,0.0
209
+ 207,Pick up item,0,0,0.0,0.0,0.0
210
+ 208,Examine item,0,0,0.0,0.0,0.0
211
+ 209,Place item in container,0,0,0.0,0.0,0.0
212
+ 210,Pick up another item,0,0,0.0,0.0,0.0
213
+ 211,Adjust grip on container,0,0,0.0,0.0,0.0
214
+ 212,Pick up oil bottle,0,0,0.0,0.0,0.0
215
+ 213,Place oil in container,0,0,0.0,0.0,0.0
216
+ 214,Inspect supplement bottle,0,0,0.0,0.0,0.0
217
+ 215,Place supplement bottle in container,0,0,0.0,0.0,0.0
218
+ 216,Pick up spice jar,0,0,0.0,0.0,0.0
219
+ 217,Place spice jar in container,0,2,0.0,0.0,0.0
220
+ 218,Sort beads,18,3,0.0,0.0,0.0
221
+ 219,Adjust hand position,0,0,0.0,0.0,0.0
222
+ 220,Arrange star-shaped beads,0,0,0.0,0.0,0.0
223
+ 221,Move pen,0,0,0.0,0.0,0.0
224
+ 222,Sort beads by color,0,29,0.0,0.0,0.0
225
+ 223,Stand up and walk away,0,0,0.0,0.0,0.0
226
+ 224,Move towards table,0,0,0.0,0.0,0.0
227
+ 225,Observe room,0,0,0.0,0.0,0.0
228
+ 226,Check watch,0,5,0.0,0.0,0.0
229
+ 227,Prepare to sort beads,0,0,0.0,0.0,0.0
230
+ 228,Hold cardboard,0,0,0.0,0.0,0.0
231
+ 229,Align ruler,0,0,0.0,0.0,0.0
232
+ 230,Adjust grip,0,0,0.0,0.0,0.0
233
+ 231,Move ruler,0,0,0.0,0.0,0.0
234
+ 232,Adjust ruler position,0,0,0.0,0.0,0.0
235
+ 233,Mark cardboard with marker,0,0,0.0,0.0,0.0
236
+ 234,Draw lines on cardboard,0,1,0.0,0.0,0.0
237
+ 235,Drawing lines on cardboard,0,0,0.0,0.0,0.0
238
+ 236,Reposition marker,0,0,0.0,0.0,0.0
239
+ 237,Mark lines with marker,0,0,0.0,0.0,0.0
240
+ 238,Position the ruler,0,0,0.0,0.0,0.0
241
+ 239,Hold ruler,0,21,0.0,0.0,0.0
242
+ 240,Walking in the workspace,0,0,0.0,0.0,0.0
243
+ 241,Walk through workspace,0,22,0.0,0.0,0.0
244
+ 242,Insert charging cable into power bank,0,0,0.0,0.0,0.0
245
+ 243,Manipulate and inspect colorful pieces,0,0,0.0,0.0,0.0
246
+ 244,Manipulate colorful pieces,0,0,0.0,0.0,0.0
247
+ 245,Sort colorful pieces,0,0,0.0,0.0,0.0
248
+ 246,Hold power bank and cable,0,0,0.0,0.0,0.0
249
+ 247,Touch pieces in box,0,0,0.0,0.0,0.0
250
+ 248,Interact with colleagues,0,0,0.0,0.0,0.0
251
+ 249,Hold small white box,0,0,0.0,0.0,0.0
252
+ 250,Place white box on table,0,0,0.0,0.0,0.0
253
+ 251,Adjust smartphone and sort pieces,0,0,0.0,0.0,0.0
254
+ 252,Sort small colorful pieces,0,0,0.0,0.0,0.0
255
+ 253,Sorting colorful paper pieces,0,0,0.0,0.0,0.0
256
+ 254,Manipulate paper piece,0,0,0.0,0.0,0.0
257
+ 255,Use phone to check instructions,0,13,0.0,0.0,0.0
258
+ 256,Trace pattern on cardboard,0,0,0.0,0.0,0.0
259
+ 257,Remove cardboard pattern,0,4,0.0,0.0,0.0
260
+ 258,Remove cardboard pattern piece,0,11,0.0,0.0,0.0
261
+ 259,Cut out cardboard pattern,0,53,0.0,0.0,0.0
262
+ 260,Cut cardboard pattern,0,2,0.0,0.0,0.0
263
+ 261,Adjust cardboard position,0,0,0.0,0.0,0.0
264
+ 262,Interact with smartphone screen,0,26,0.0,0.0,0.0
265
+ 263,Pick up metal ruler,0,0,0.0,0.0,0.0
266
+ 264,Pick up pen,14,4,0.0,0.0,0.0
267
+ 265,Move pen aside,0,6,0.0,0.0,0.0
268
+ 266,Reposition and cut,0,0,0.0,0.0,0.0
269
+ 267,Hold quilling paper,0,5,0.0,0.0,0.0
270
+ 268,Roll quilling paper,0,0,0.0,0.0,0.0
271
+ 269,Hold quilled paper coil,0,0,0.0,0.0,0.0
272
+ 270,Release paper coil,0,0,0.0,0.0,0.0
273
+ 271,Pick up paper strip,0,16,0.0,0.0,0.0
274
+ 272,Manipulate quilled paper strip,0,30,0.0,0.0,0.0
275
+ 273,Release and prepare new strip,0,0,0.0,0.0,0.0
276
+ 274,Manipulate small paper segment,0,1,0.0,0.0,0.0
277
+ 275,Place down paper segment,0,7,0.0,0.0,0.0
278
+ 276,Reach for paper strips,0,0,0.0,0.0,0.0
279
+ 277,Place item into bag,0,9,0.0,0.0,0.0
280
+ 278,Browse and interact with phone interface,0,0,0.0,0.0,0.0
281
+ 279,Interacting with phone screen,0,13,0.0,0.0,0.0
282
+ 280,Pick up light blue strip,0,5,0.0,0.0,0.0
283
+ 281,Inspect strip,0,33,0.0,0.0,0.0
284
+ 282,Manipulate light blue strip,0,0,0.0,0.0,0.0
285
+ 283,Cut cardboard tube,0,0,0.0,0.0,0.0
286
+ 284,Place scissors aside,0,0,0.0,0.0,0.0
287
+ 285,Stacking cardboard pieces,0,0,0.0,0.0,0.0
288
+ 286,Moving hand towards cardboard stack,0,3,0.0,0.0,0.0
289
+ 287,Moving hand,0,0,0.0,0.0,0.0
290
+ 288,Position cardboard for cutting,0,1,0.0,0.0,0.0
291
+ 289,Put down water bottle,0,0,0.0,0.0,0.0
292
+ 290,Pick up cardboard piece,0,0,0.0,0.0,0.0
293
+ 291,Cut cardboard piece with scissors,0,6,0.0,0.0,0.0
294
+ 292,Release cardboard piece,0,1,0.0,0.0,0.0
295
+ 293,Placing piece on stack,0,0,0.0,0.0,0.0
296
+ 294,Walk across office,0,0,0.0,0.0,0.0
297
+ 295,Cut cardboard into triangles,0,3,0.0,0.0,0.0
298
+ 296,Cut cardboard shape,0,334,0.0,0.0,0.0
299
+ 297,Reach for and pick up smartphone,0,0,0.0,0.0,0.0
300
+ 298,Pick up cardboard cutout,0,0,0.0,0.0,0.0
301
+ 299,Walk with cardboard cutout,0,1,0.0,0.0,0.0
302
+ 300,Finish placing cardboard cutouts,0,0,0.0,0.0,0.0
303
+ 301,Approach workstation,0,0,0.0,0.0,0.0
304
+ 302,Organize tools and materials,0,0,0.0,0.0,0.0
305
+ 303,Cut cardboard triangle,0,0,0.0,0.0,0.0
306
+ 304,Holding marker,0,0,0.0,0.0,0.0
307
+ 305,Position utility knife,0,0,0.0,0.0,0.0
308
+ 306,Reposition utility knife,0,0,0.0,0.0,0.0
309
+ 307,Lift utility knife,0,25,0.0,0.0,0.0
310
+ 308,Fold cut cardboard,0,0,0.0,0.0,0.0
311
+ 309,Look away,0,0,0.0,0.0,0.0
312
+ 310,Resume cutting cardboard,0,0,0.0,0.0,0.0
313
+ 311,Inspect cardboard piece,0,2,0.0,0.0,0.0
314
+ 312,Position cardboard piece,0,0,0.0,0.0,0.0
315
+ 313,Align scissors,0,1,0.0,0.0,0.0
316
+ 314,Cut cardboard strip,0,2,0.0,0.0,0.0
317
+ 315,Move cardboard piece,0,0,0.0,0.0,0.0
318
+ 316,Hold cardboard strip,0,11,0.0,0.0,0.0
319
+ 317,Position cardboard strip,0,5,0.0,0.0,0.0
320
+ 318,Inspect cardboard strip,0,3,0.0,0.0,0.0
321
+ 319,Pick up cut cardboard piece,0,0,0.0,0.0,0.0
322
+ 320,Move cardboard to pile,0,0,0.0,0.0,0.0
323
+ 321,Pick up cardboard,0,2,0.0,0.0,0.0
324
+ 322,Reposition scissors,0,96,0.0,0.0,0.0
325
+ 323,Hold cardboard piece,16,0,0.0,0.0,0.0
326
+ 324,Align cardboard piece,0,0,0.0,0.0,0.0
327
+ 325,Fold cardboard sheet,0,0,0.0,0.0,0.0
328
+ 326,Complete the cut,0,4,0.0,0.0,0.0
329
+ 327,Put down utility knife,0,0,0.0,0.0,0.0
330
+ 328,Fold cardboard,0,9,0.0,0.0,0.0
331
+ 329,Pick up utility knife,18,54,0.0,0.0,0.0
332
+ 330,Hold utility knife,0,2,0.0,0.0,0.0
333
+ 331,Pick up cardboard strip,0,1,0.0,0.0,0.0
334
+ 332,Place cardboard strip,0,1,0.0,0.0,0.0
335
+ 333,Place cans into box,0,0,0.0,0.0,0.0
336
+ 334,Arrange cans in box,0,0,0.0,0.0,0.0
337
+ 335,Pick up can,12,1,0.0,0.0,0.0
338
+ 336,Reach for can,0,6,0.0,0.0,0.0
339
+ 337,Arrange cans on shelf,0,0,0.0,0.0,0.0
340
+ 338,Reach for additional items,0,0,0.0,0.0,0.0
341
+ 339,Reach for container,0,253,0.0,0.0,0.0
342
+ 340,Adjust position,0,0,0.0,0.0,0.0
343
+ 341,Prepare to pick up item,0,0,0.0,0.0,0.0
344
+ 342,Place container in bin,0,0,0.0,0.0,0.0
345
+ 343,Adjust cans in bin,0,0,0.0,0.0,0.0
346
+ 344,Hold and inspect can,0,0,0.0,0.0,0.0
347
+ 345,Adjust perspective,0,0,0.0,0.0,0.0
348
+ 346,Inspect shelf and organize stock,0,0,0.0,0.0,0.0
349
+ 347,Picking up stock,0,0,0.0,0.0,0.0
350
+ 348,Placing stock on shelf,0,0,0.0,0.0,0.0
351
+ 349,Hold small product bag,0,1,0.0,0.0,0.0
352
+ 350,Reach for shelving divider,0,0,0.0,0.0,0.0
353
+ 351,Position shelving divider,0,0,0.0,0.0,0.0
354
+ 352,Move away from shelf,0,0,0.0,0.0,0.0
355
+ 353,Pick up container,0,6,0.0,0.0,0.0
356
+ 354,Carry container,0,0,0.0,0.0,0.0
357
+ 355,Rearrange shelf item,0,0,0.0,0.0,0.0
358
+ 356,Pick up cleaning cloth,0,3,0.0,0.0,0.0
359
+ 357,Pick up product box,0,0,0.0,0.0,0.0
360
+ 358,Place box on shelf,0,0,0.0,0.0,0.0
361
+ 359,Place plush toy on shelf,0,0,0.0,0.0,0.0
362
+ 360,Adjust placement on shelf,0,2,0.0,0.0,0.0
363
+ 361,Move plush toy,0,0,0.0,0.0,0.0
364
+ 362,Reach for product on shelf,0,1,0.0,0.0,0.0
365
+ 363,Arrange cardboard,0,0,0.0,0.0,0.0
366
+ 364,Place marker down,0,0,0.0,0.0,0.0
367
+ 365,Pick up marker,0,0,0.0,0.0,0.0
368
+ 366,Walk with marker,0,0,0.0,0.0,0.0
369
+ 367,Pick up small object,0,4,0.0,0.0,0.0
370
+ 368,Walk across room,0,0,0.0,0.0,0.0
371
+ 369,Place cardboard square on stack,0,0,0.0,0.0,0.0
372
+ 370,Arrange cardboard squares,0,0,0.0,0.0,0.0
373
+ 371,Stacking cardboard squares,0,0,0.0,0.0,0.0
374
+ 372,Positioning cardboard on workspace,0,0,0.0,0.0,0.0
375
+ 373,Stacking cardboard square,0,0,0.0,0.0,0.0
376
+ 374,Stack cardboard square,0,0,0.0,0.0,0.0
377
+ 375,Stack cardboard squares,0,0,0.0,0.0,0.0
378
+ 376,Sorting paper stars,0,0,0.0,0.0,0.0
379
+ 377,Place star,0,0,0.0,0.0,0.0
380
+ 378,Sort paper star,0,0,0.0,0.0,0.0
381
+ 379,Sort paper stars,0,0,0.0,0.0,0.0
382
+ 380,Place paper star,0,0,0.0,0.0,0.0
383
+ 381,Stop sorting stars,0,0,0.0,0.0,0.0
384
+ 382,Walk away,0,0,0.0,0.0,0.0
385
+ 383,Open door,0,0,0.0,0.0,0.0
386
+ 384,Walk through doorway,0,0,0.0,0.0,0.0
387
+ 385,Pick up object,0,0,0.0,0.0,0.0
388
+ 386,Place item on table,0,0,0.0,0.0,0.0
389
+ 387,Move phone,39,0,0.0,0.0,0.0
390
+ 388,Pick up paper star,0,0,0.0,0.0,0.0
391
+ 389,Sort and place paper star,0,0,0.0,0.0,0.0
392
+ 390,Place knife down,0,0,0.0,0.0,0.0
393
+ 391,Align cardboard strip,0,0,0.0,0.0,0.0
394
+ 392,Hold cardboard with ruler,0,0,0.0,0.0,0.0
395
+ 393,Move utility knife along ruler,0,0,0.0,0.0,0.0
396
+ 394,Slide utility knife along ruler,0,2,0.0,0.0,0.0
397
+ 395,Guide utility knife along ruler,0,0,0.0,0.0,0.0
398
+ 396,Draw line on cardboard,0,57,0.0,0.0,0.0
399
+ 397,Marking lines on cardboard,0,0,0.0,0.0,0.0
400
+ 398,Hold craft tool,0,0,0.0,0.0,0.0
401
+ 399,Approach table,0,0,0.0,0.0,0.0
402
+ 400,Place tool on table,0,0,0.0,0.0,0.0
403
+ 401,Move hand toward craft materials,0,0,0.0,0.0,0.0
404
+ 402,Arrange paper strips,0,0,0.0,0.0,0.0
405
+ 403,Manipulate paper strips,0,0,0.0,0.0,0.0
406
+ 404,Pick up blue paper strip,0,0,0.0,0.0,0.0
407
+ 405,Hold and bend paper strip,0,0,0.0,0.0,0.0
408
+ 406,Hold small object,0,5,0.0,0.0,0.0
409
+ 407,Place down strip,0,0,0.0,0.0,0.0
410
+ 408,Move hand away from workspace,0,0,0.0,0.0,0.0
411
+ 409,Observe workspace,12,31,0.0,0.0,0.0
412
+ 410,Place puzzle piece,26,14,0.0,0.0,0.0
413
+ 411,Release puzzle piece,11,8,0.0,0.0,0.0
414
+ 412,Scan for next piece,0,21,0.0,0.0,0.0
415
+ 413,Search for puzzle piece,23,0,0.0,0.0,0.0
416
+ 414,Positioning puzzle piece,0,0,0.0,0.0,0.0
417
+ 415,Manipulate puzzle pieces,35,61,0.01639344262295082,0.02857142857142857,0.020833333333333332
418
+ 416,Move puzzle piece,0,22,0.0,0.0,0.0
419
+ 417,Adjust puzzle piece,16,2,0.0,0.0,0.0
420
+ 418,Adjusting puzzle piece,0,4,0.0,0.0,0.0
421
+ 419,Adjusting a puzzle piece,0,0,0.0,0.0,0.0
422
+ 420,Draw line along ruler,0,0,0.0,0.0,0.0
423
+ 421,Reposition ruler,0,65,0.0,0.0,0.0
424
+ 422,Lift pen and shift ruler,0,0,0.0,0.0,0.0
425
+ 423,Hold ruler and pen steady,0,0,0.0,0.0,0.0
426
+ 424,Moving ruler,0,0,0.0,0.0,0.0
427
+ 425,Mark lines on cardboard,0,1,0.0,0.0,0.0
428
+ 426,Cap marker,0,0,0.0,0.0,0.0
429
+ 427,Walk across the room,0,0,0.0,0.0,0.0
430
+ 428,Approach packing area,0,0,0.0,0.0,0.0
431
+ 429,Pack beads into box,0,0,0.0,0.0,0.0
432
+ 430,Pick up beads,0,0,0.0,0.0,0.0
433
+ 431,Deposit beads into box,0,0,0.0,0.0,0.0
434
+ 432,Pick up cardboard tray,0,0,0.0,0.0,0.0
435
+ 433,Move tray towards packing area,0,0,0.0,0.0,0.0
436
+ 434,Reach for beads,0,142,0.0,0.0,0.0
437
+ 435,Position cardboard tray,0,0,0.0,0.0,0.0
438
+ 436,Hold beads,19,0,0.0,0.0,0.0
439
+ 437,Combine bead piles,0,0,0.0,0.0,0.0
440
+ 438,Cut light green fabric,0,6,0.0,0.0,0.0
441
+ 439,Continue cutting fabric,0,0,0.0,0.0,0.0
442
+ 440,Cut fabric with scissors,0,0,0.0,0.0,0.0
443
+ 441,Adjusting fabric for cutting,0,0,0.0,0.0,0.0
444
+ 442,Adjusting fabric position,0,0,0.0,0.0,0.0
445
+ 443,Cutting fabric,0,0,0.0,0.0,0.0
446
+ 444,Mark fabric with pen,0,0,0.0,0.0,0.0
447
+ 445,Mark fabric,0,0,0.0,0.0,0.0
448
+ 446,Mark fabric with pen and ruler,0,0,0.0,0.0,0.0
449
+ 447,Pick up new cardboard piece,22,0,0.0,0.0,0.0
450
+ 448,Gather cardboard pieces,0,0,0.0,0.0,0.0
451
+ 449,Carry cardboard piece,0,0,0.0,0.0,0.0
452
+ 450,Pick up electronic accessory from box,0,0,0.0,0.0,0.0
453
+ 451,Hold electronic accessory,0,0,0.0,0.0,0.0
454
+ 452,Place accessory on shelf,0,0,0.0,0.0,0.0
455
+ 453,Pick up accessory,0,0,0.0,0.0,0.0
456
+ 454,Reach towards shelf,0,0,0.0,0.0,0.0
457
+ 455,Pick up electronic accessory,0,0,0.0,0.0,0.0
458
+ 456,Place accessory into box,0,0,0.0,0.0,0.0
459
+ 457,Place accessory box,0,0,0.0,0.0,0.0
460
+ 458,Pick up new electronic product,0,0,0.0,0.0,0.0
461
+ 459,Pick up electronic product,0,0,0.0,0.0,0.0
462
+ 460,Release product on shelf,0,0,0.0,0.0,0.0
463
+ 461,Move hand back to box,0,0,0.0,0.0,0.0
464
+ 462,Pick up new product from box,0,0,0.0,0.0,0.0
465
+ 463,Move product towards shelf,0,0,0.0,0.0,0.0
466
+ 464,Pick up shopping bag,0,0,0.0,0.0,0.0
467
+ 465,Walk with shopping bag,0,0,0.0,0.0,0.0
468
+ 466,Pick up item from box,0,0,0.0,0.0,0.0
469
+ 467,Move to shelf,9,0,0.0,0.0,0.0
470
+ 468,Move towards box,0,0,0.0,0.0,0.0
471
+ 469,Hold items,0,0,0.0,0.0,0.0
472
+ 470,Place items on shelf,0,0,0.0,0.0,0.0
473
+ 471,Move to box,0,0,0.0,0.0,0.0
474
+ 472,Move box to next position,0,0,0.0,0.0,0.0
475
+ 473,Grasp snack package,0,0,0.0,0.0,0.0
476
+ 474,Hold snack package,0,0,0.0,0.0,0.0
477
+ 475,Place snack package on shelf,0,0,0.0,0.0,0.0
478
+ 476,Place snack package in box,0,0,0.0,0.0,0.0
479
+ 477,Place snack in box,0,0,0.0,0.0,0.0
480
+ 478,Hold snack packages,0,0,0.0,0.0,0.0
481
+ 479,Place snack packages on shelf,0,0,0.0,0.0,0.0
482
+ 480,Pick up snack packages,0,0,0.0,0.0,0.0
483
+ 481,Walk towards shelves,13,0,0.0,0.0,0.0
484
+ 482,Pick up snack package,0,0,0.0,0.0,0.0
485
+ 483,Organize snacks in box,0,0,0.0,0.0,0.0
486
+ 484,Reach for snack package,0,0,0.0,0.0,0.0
487
+ 485,Adjust snack package,0,2,0.0,0.0,0.0
488
+ 486,Open cardboard box,0,2,0.0,0.0,0.0
489
+ 487,Remove cardboard flap,0,4,0.0,0.0,0.0
490
+ 488,Align plastic containers,0,0,0.0,0.0,0.0
491
+ 489,Reach for items,0,0,0.0,0.0,0.0
492
+ 490,Adjust containers on shelf,0,0,0.0,0.0,0.0
493
+ 491,Adjust container position,0,0,0.0,0.0,0.0
494
+ 492,Withdraw hand,0,2,0.0,0.0,0.0
495
+ 493,Place container on shelf,0,1,0.0,0.0,0.0
496
+ 494,Pick up item from shelf,0,16,0.0,0.0,0.0
497
+ 495,Place item in shopping bag,0,1,0.0,0.0,0.0
498
+ 496,Reach for item,0,0,0.0,0.0,0.0
499
+ 497,Grasp item,0,0,0.0,0.0,0.0
500
+ 498,Move item to bag,0,2,0.0,0.0,0.0
501
+ 499,Organize item on shelf,0,0,0.0,0.0,0.0
502
+ 500,Pick up plush toy,0,0,0.0,0.0,0.0
503
+ 501,Place plush toy into bag,0,1,0.0,0.0,0.0
504
+ 502,Grasp shopping bag,0,0,0.0,0.0,0.0
505
+ 503,Prepare to place item in bag,0,0,0.0,0.0,0.0
506
+ 504,Organize bag contents,0,0,0.0,0.0,0.0
507
+ 505,Grasp and retrieve item,0,0,0.0,0.0,0.0
508
+ 506,Place item into shopping bag,0,0,0.0,0.0,0.0
509
+ 507,Sort star-shaped beads,16,0,0.0,0.0,0.0
510
+ 508,Sort beads on the table,0,0,0.0,0.0,0.0
511
+ 509,Sort beads on table,0,0,0.0,0.0,0.0
512
+ 510,Hold instructional sign,0,0,0.0,0.0,0.0
513
+ 511,Pick up star-shaped bead,0,0,0.0,0.0,0.0
514
+ 512,Place bead on table,0,0,0.0,0.0,0.0
515
+ 513,Reposition sign and organize beads,0,0,0.0,0.0,0.0
516
+ 514,Reposition ruler and pen,0,0,0.0,0.0,0.0
517
+ 515,Reposition pen and prepare for next line,0,0,0.0,0.0,0.0
518
+ 516,Place pen on cardboard,0,0,0.0,0.0,0.0
519
+ 517,Draw straight lines on cardboard,0,0,0.0,0.0,0.0
520
+ 518,Draw lines with ruler,0,0,0.0,0.0,0.0
521
+ 519,Draw lines with pen and ruler,0,0,0.0,0.0,0.0
522
+ 520,Sort origami stars,0,0,0.0,0.0,0.0
523
+ 521,Walk in hallway,0,0,0.0,0.0,0.0
524
+ 522,Reach for stars,0,0,0.0,0.0,0.0
525
+ 523,Walk towards desk,0,0,0.0,0.0,0.0
526
+ 524,Grasp origami stars,0,0,0.0,0.0,0.0
527
+ 525,Place stars in container,0,0,0.0,0.0,0.0
528
+ 526,Sort light blue origami stars,0,0,0.0,0.0,0.0
529
+ 527,Sort origami stars by color,0,0,0.0,0.0,0.0
530
+ 528,Move origami stars,0,0,0.0,0.0,0.0
531
+ 529,Adjust cardboard divider,0,0,0.0,0.0,0.0
532
+ 530,Use smartphone,70,0,0.0,0.0,0.0
533
+ 531,Put down phone,0,0,0.0,0.0,0.0
534
+ 532,Pick up water bottle,0,0,0.0,0.0,0.0
535
+ 533,Hold water bottle,0,0,0.0,0.0,0.0
536
+ 534,Place water bottle on table,0,0,0.0,0.0,0.0
537
+ 535,Hold phone,0,2,0.0,0.0,0.0
538
+ 536,Hold and view phone,0,2,0.0,0.0,0.0
539
+ 537,Cut cardboard pieces with scissors,0,1,0.0,0.0,0.0
540
+ 538,Vacuum the carpet,0,1,0.0,0.0,0.0
541
+ 539,Push vacuum cleaner,0,0,0.0,0.0,0.0
542
+ 540,Adjust vacuum cleaner position,0,0,0.0,0.0,0.0
543
+ 541,Vacuuming carpet edge,0,0,0.0,0.0,0.0
544
+ 542,Vacuum edge of carpet,0,23,0.0,0.0,0.0
545
+ 543,Vacuuming carpet corner,0,0,0.0,0.0,0.0
546
+ 544,Vacuuming the carpet edge,0,0,0.0,0.0,0.0
547
+ 545,Move vacuum cleaner,0,0,0.0,0.0,0.0
548
+ 546,Vacuuming along the wall edge,0,0,0.0,0.0,0.0
549
+ 547,Fold paper strip into star,0,0,0.0,0.0,0.0
550
+ 548,Place finished star on table,0,0,0.0,0.0,0.0
551
+ 549,Arrange Mahjong tiles,0,10,0.0,0.0,0.0
552
+ 550,Rearrange Mahjong tiles,0,45,0.0,0.0,0.0
553
+ 551,Adjust Mahjong tiles,0,0,0.0,0.0,0.0
554
+ 552,Reach for Mahjong tiles,0,4,0.0,0.0,0.0
555
+ 553,Rearrange Mahjong tile,0,32,0.0,0.0,0.0
556
+ 554,Adjust Mahjong tile,0,6,0.0,0.0,0.0
557
+ 555,Align Mahjong tiles,0,0,0.0,0.0,0.0
558
+ 556,Move Mahjong tile,0,0,0.0,0.0,0.0
559
+ 557,Realign Mahjong tiles,0,0,0.0,0.0,0.0
560
+ 558,Cut cardboard square,0,0,0.0,0.0,0.0
561
+ 559,Trim cardboard piece,0,0,0.0,0.0,0.0
562
+ 560,Pick up food item,0,0,0.0,0.0,0.0
563
+ 561,Pick up cereal boxes,0,1,0.0,0.0,0.0
564
+ 562,Carry cereal boxes,0,0,0.0,0.0,0.0
565
+ 563,Carry cereal towards aisle,0,0,0.0,0.0,0.0
566
+ 564,Pick up pasta box,0,1,0.0,0.0,0.0
567
+ 565,Carry pasta box towards aisle,0,0,0.0,0.0,0.0
568
+ 566,Pick up container from box,0,0,0.0,0.0,0.0
569
+ 567,Hold container,0,0,0.0,0.0,0.0
570
+ 568,Reach for items in box,0,0,0.0,0.0,0.0
571
+ 569,Pick up grocery item,0,0,0.0,0.0,0.0
572
+ 570,Carry item to shelf,0,3,0.0,0.0,0.0
573
+ 571,Inspect shelf,0,0,0.0,0.0,0.0
574
+ 572,Move to stock products,0,0,0.0,0.0,0.0
575
+ 573,Pick up snack packs,0,3,0.0,0.0,0.0
576
+ 574,Wipe shelf surface,0,0,0.0,0.0,0.0
577
+ 575,Move to shelf base,0,0,0.0,0.0,0.0
578
+ 576,Place snack on shelf,0,0,0.0,0.0,0.0
579
+ 577,Retrieve snack from container,0,0,0.0,0.0,0.0
580
+ 578,Pick up gift box,0,0,0.0,0.0,0.0
581
+ 579,Place gift box into bin,0,0,0.0,0.0,0.0
582
+ 580,Place gift box on shelf,0,0,0.0,0.0,0.0
583
+ 581,Pick up next gift box,0,0,0.0,0.0,0.0
584
+ 582,Pick up snack pouch,0,0,0.0,0.0,0.0
585
+ 583,Place snack pouch in container,0,1,0.0,0.0,0.0
586
+ 584,Reach for snack pouch,0,0,0.0,0.0,0.0
587
+ 585,Place snack pouch on shelf,0,2,0.0,0.0,0.0
588
+ 586,Move storage bin,0,0,0.0,0.0,0.0
589
+ 587,Reach for shelf,0,3,0.0,0.0,0.0
590
+ 588,Hold bin and move through aisle,0,0,0.0,0.0,0.0
591
+ 589,Remove storage bin from shelf,0,0,0.0,0.0,0.0
592
+ 590,Reach for empty shelf space,0,0,0.0,0.0,0.0
593
+ 591,Grasp plastic bag on shelf,0,0,0.0,0.0,0.0
594
+ 592,Remove plastic container from shelf,0,0,0.0,0.0,0.0
595
+ 593,Arrange plastic containers,0,0,0.0,0.0,0.0
596
+ 594,Remove plastic container from storage box,0,0,0.0,0.0,0.0
597
+ 595,Retrieve another container,0,0,0.0,0.0,0.0
598
+ 596,Arrange container on shelf,0,0,0.0,0.0,0.0
599
+ 597,Hold smartphone,44,6,0.0,0.0,0.0
600
+ 598,Place smartphone on desk,0,0,0.0,0.0,0.0
601
+ 599,Reach for water bottle,0,0,0.0,0.0,0.0
602
+ 600,Hold scissors,0,3,0.0,0.0,0.0
603
+ 601,Cut newspaper,0,12,0.0,0.0,0.0
604
+ 602,Continue cutting newspaper,0,0,0.0,0.0,0.0
605
+ 603,Place scissors on table,0,5,0.0,0.0,0.0
606
+ 604,Move scissors away,0,0,0.0,0.0,0.0
607
+ 605,Place scissors down,0,0,0.0,0.0,0.0
608
+ 606,Arrange tiles into row,0,0,0.0,0.0,0.0
609
+ 607,Adjust tile row alignment,0,0,0.0,0.0,0.0
610
+ 608,Adjust Mahjong tile alignment,0,13,0.0,0.0,0.0
611
+ 609,Adjust Mahjong tile on the stack,0,1,0.0,0.0,0.0
612
+ 610,Pick up Mahjong tile,0,0,0.0,0.0,0.0
613
+ 611,Place Mahjong tile on the stack,0,0,0.0,0.0,0.0
614
+ 612,Place Mahjong tile on stack,0,0,0.0,0.0,0.0
615
+ 613,Sort Mahjong tiles,0,0,0.0,0.0,0.0
616
+ 614,Hold ruler and draw line,0,0,0.0,0.0,0.0
617
+ 615,Draw line,0,0,0.0,0.0,0.0
618
+ 616,Mark lines with pen along ruler,0,1,0.0,0.0,0.0
619
+ 617,Hold ruler and mark cardboard,0,0,0.0,0.0,0.0
620
+ 618,Hold ruler and marker,0,0,0.0,0.0,0.0
621
+ 619,Pick up charging case,0,0,0.0,0.0,0.0
622
+ 620,Inspect charging case,0,0,0.0,0.0,0.0
623
+ 621,Place charging case down,0,0,0.0,0.0,0.0
624
+ 622,Hold paper strip,0,0,0.0,0.0,0.0
625
+ 623,Place ruler on cardboard,0,0,0.0,0.0,0.0
626
+ 624,Measure and mark cardboard,0,0,0.0,0.0,0.0
627
+ 625,Hold and align cardboard,0,0,0.0,0.0,0.0
628
+ 626,Reposition tools,0,0,0.0,0.0,0.0
629
+ 627,Position cardboard tube,0,0,0.0,0.0,0.0
630
+ 628,Cut cardboard strip with scissors,0,0,0.0,0.0,0.0
631
+ 629,Position scissors for next cut,0,0,0.0,0.0,0.0
632
+ 630,Scroll on smartphone,0,32,0.0,0.0,0.0
633
+ 631,Tap smartphone screen,0,2,0.0,0.0,0.0
634
+ 632,Scroll through photo gallery,0,250,0.0,0.0,0.0
635
+ 633,Typing message on smartphone,0,0,0.0,0.0,0.0
636
+ 634,Typing on smartphone,0,1,0.0,0.0,0.0
637
+ 635,Tapping smartphone screen,0,0,0.0,0.0,0.0
638
+ 636,Tapping on smartphone screen,0,0,0.0,0.0,0.0
639
+ 637,Putting away smartphone,0,0,0.0,0.0,0.0
640
+ 638,Stop measuring and put down tools,0,0,0.0,0.0,0.0
641
+ 639,Positioning ruler on cardboard,0,0,0.0,0.0,0.0
642
+ 640,Draw line with pen,0,0,0.0,0.0,0.0
643
+ 641,Prepare to draw lines,0,0,0.0,0.0,0.0
644
+ 642,Remove ruler and marker,0,0,0.0,0.0,0.0
645
+ 643,Align ruler and mark cardboard,0,0,0.0,0.0,0.0
646
+ 644,Walking through classroom,0,0,0.0,0.0,0.0
647
+ 645,Assemble cardboard pieces,0,0,0.0,0.0,0.0
648
+ 646,Move marker away,0,0,0.0,0.0,0.0
649
+ 647,Arrange cardboard piece,0,0,0.0,0.0,0.0
650
+ 648,Position ruler and mark cardboard,0,0,0.0,0.0,0.0
651
+ 649,Place canned good on shelf,0,0,0.0,0.0,0.0
652
+ 650,Move canned goods container,0,0,0.0,0.0,0.0
653
+ 651,Position container near shelf,0,0,0.0,0.0,0.0
654
+ 652,Adjust container on shelf,0,15,0.0,0.0,0.0
655
+ 653,Pick up canned food,14,0,0.0,0.0,0.0
656
+ 654,Place canned food in container,0,0,0.0,0.0,0.0
657
+ 655,Adjust cans in container,0,0,0.0,0.0,0.0
658
+ 656,Adjust cans in tray,0,0,0.0,0.0,0.0
659
+ 657,Adjusting canned goods on shelf,0,0,0.0,0.0,0.0
660
+ 658,Align canned goods on shelf,0,0,0.0,0.0,0.0
661
+ 659,Place canned food on shelf,44,0,0.0,0.0,0.0
662
+ 660,Reach for next canned food item,0,9,0.0,0.0,0.0
663
+ 661,Wipe the plastic jar,0,0,0.0,0.0,0.0
664
+ 662,Finish wiping and inspect jar,0,0,0.0,0.0,0.0
665
+ 663,Inspect jar,0,0,0.0,0.0,0.0
666
+ 664,Pick up tin can,0,0,0.0,0.0,0.0
667
+ 665,Hold items and inspect shelf,0,0,0.0,0.0,0.0
668
+ 666,Move cardboard,0,1,0.0,0.0,0.0
669
+ 667,Stabilize cardboard,0,0,0.0,0.0,0.0
670
+ 668,Stabilize ruler,0,0,0.0,0.0,0.0
671
+ 669,Labeling cardboard squares,0,0,0.0,0.0,0.0
672
+ 670,Moving cardboard square,0,0,0.0,0.0,0.0
673
+ 671,Labeling cardboard square,0,0,0.0,0.0,0.0
674
+ 672,Placing labeled square,0,0,0.0,0.0,0.0
675
+ 673,Starting to label next square,0,0,0.0,0.0,0.0
676
+ 674,Placing labeled cardboard square,0,0,0.0,0.0,0.0
677
+ 675,Labeling cardboard piece,0,0,0.0,0.0,0.0
678
+ 676,Switching marker,0,1,0.0,0.0,0.0
679
+ 677,Reach for next piece,0,0,0.0,0.0,0.0
680
+ 678,Marking cardboard with pen,0,0,0.0,0.0,0.0
681
+ 679,Placing pen on table,0,0,0.0,0.0,0.0
682
+ 680,Repositioning ruler and cardboard,0,0,0.0,0.0,0.0
683
+ 681,Folding cardboard,0,0,0.0,0.0,0.0
684
+ 682,Place cardboard piece on stack,0,0,0.0,0.0,0.0
685
+ 683,Manipulate cardboard sheet,0,1,0.0,0.0,0.0
686
+ 684,Arrange buttons on the table,0,45,0.0,0.0,0.0
687
+ 685,Arrange buttons,33,14,1.0,0.42424242424242425,0.5957446808510638
688
+ 686,Sorting buttons,0,3,0.0,0.0,0.0
689
+ 687,Sort orange buttons,0,23,0.0,0.0,0.0
690
+ 688,Sort orange button,0,1,0.0,0.0,0.0
691
+ 689,Move hand over button pile,0,0,0.0,0.0,0.0
692
+ 690,Move orange buttons,0,2,0.0,0.0,0.0
693
+ 691,Interact with smartphone,24,4,0.0,0.0,0.0
694
+ 692,Arrange orange buttons,0,4,0.0,0.0,0.0
695
+ 693,Pick up stapler,0,0,0.0,0.0,0.0
696
+ 694,Drawing grid line with ruler,0,0,0.0,0.0,0.0
697
+ 695,Drawing grid line with pen and ruler,0,0,0.0,0.0,0.0
698
+ 696,Draw grid line with pen,0,0,0.0,0.0,0.0
699
+ 697,Draw grid line,0,0,0.0,0.0,0.0
700
+ 698,Drawing grid line,0,0,0.0,0.0,0.0
701
+ 699,Manipulate paper star,0,0,0.0,0.0,0.0
702
+ 700,Fold paper star,0,0,0.0,0.0,0.0
703
+ 701,Sort purple beads,0,0,0.0,0.0,0.0
704
+ 702,Write on paper,9,23,0.0,0.0,0.0
705
+ 703,Move pen away,0,0,0.0,0.0,0.0
706
+ 704,Gathering star beads,0,0,0.0,0.0,0.0
707
+ 705,Sort beads by hand,0,2,0.0,0.0,0.0
708
+ 706,Hold tray of canned goods,0,0,0.0,0.0,0.0
709
+ 707,Position tray,0,2,0.0,0.0,0.0
710
+ 708,Sort canned goods in tray,0,0,0.0,0.0,0.0
711
+ 709,Carry crate of cans,0,0,0.0,0.0,0.0
712
+ 710,Place crate on floor,0,7,0.0,0.0,0.0
713
+ 711,Move can towards shelf,0,0,0.0,0.0,0.0
714
+ 712,Wipe item,0,0,0.0,0.0,0.0
715
+ 713,Place item back,0,0,0.0,0.0,0.0
716
+ 714,Wipe retail item,0,0,0.0,0.0,0.0
717
+ 715,Reach for retail item,0,0,0.0,0.0,0.0
718
+ 716,Grasp retail item,0,0,0.0,0.0,0.0
719
+ 717,Adjust retail items on shelf,0,0,0.0,0.0,0.0
720
+ 718,Pick up retail item,0,0,0.0,0.0,0.0
721
+ 719,Align and place retail item,0,1,0.0,0.0,0.0
722
+ 720,Arrange items on shelf,0,0,0.0,0.0,0.0
723
+ 721,Adjust retail item position,0,0,0.0,0.0,0.0
724
+ 722,Pick up pink water bottle,0,0,0.0,0.0,0.0
725
+ 723,Place down pink water bottle,0,0,0.0,0.0,0.0
726
+ 724,Place star in row,0,0,0.0,0.0,0.0
727
+ 725,Reach for star,0,0,0.0,0.0,0.0
728
+ 726,Retrieve star,0,0,0.0,0.0,0.0
729
+ 727,Pick up star,0,1,0.0,0.0,0.0
730
+ 728,Hold recording sheet and pen,0,0,0.0,0.0,0.0
731
+ 729,Record star count,0,0,0.0,0.0,0.0
732
+ 730,Hold pen and paper,0,0,0.0,0.0,0.0
733
+ 731,Observe surroundings,0,0,0.0,0.0,0.0
734
+ 732,Observe paper and count objects,0,0,0.0,0.0,0.0
735
+ 733,Write count on paper,17,0,0.0,0.0,0.0
736
+ 734,Place pen on table,0,0,0.0,0.0,0.0
737
+ 735,View content on smartphone,0,0,0.0,0.0,0.0
738
+ 736,Place smartphone on table,0,0,0.0,0.0,0.0
739
+ 737,Resume writing on paper,0,0,0.0,0.0,0.0
740
+ 738,Place paper star in row,0,0,0.0,0.0,0.0
741
+ 739,Manipulate star,0,0,0.0,0.0,0.0
742
+ 740,Arrange paper stars,0,0,0.0,0.0,0.0
743
+ 741,Manipulate paper stars,0,0,0.0,0.0,0.0
744
+ 742,Cut cardboard grid,0,0,0.0,0.0,0.0
745
+ 743,Pick up power bank,0,0,0.0,0.0,0.0
746
+ 744,Pick up small item,0,0,0.0,0.0,0.0
747
+ 745,Walking to sink,0,0,0.0,0.0,0.0
748
+ 746,Washing hands,0,0,0.0,0.0,0.0
749
+ 747,Rub hands together,0,0,0.0,0.0,0.0
750
+ 748,Finish washing hands,0,0,0.0,0.0,0.0
751
+ 749,Pick up paper towel,0,0,0.0,0.0,0.0
752
+ 750,Dry hands,0,0,0.0,0.0,0.0
753
+ 751,Discard paper towel,0,0,0.0,0.0,0.0
754
+ 752,Begin folding paper strip,0,0,0.0,0.0,0.0
755
+ 753,Fold paper strip into a star,0,0,0.0,0.0,0.0
756
+ 754,Prepare paper strip,0,0,0.0,0.0,0.0
757
+ 755,Place star on table,0,0,0.0,0.0,0.0
758
+ 756,Fold lucky star,0,0,0.0,0.0,0.0
759
+ 757,Manipulate folded paper star,0,0,0.0,0.0,0.0
760
+ 758,Release paper star,0,0,0.0,0.0,0.0
761
+ 759,Grasp paper strip,0,0,0.0,0.0,0.0
762
+ 760,Sort colored tiles,0,0,0.0,0.0,0.0
763
+ 761,Pick up colored tile,0,0,0.0,0.0,0.0
764
+ 762,Place colored tile,0,0,0.0,0.0,0.0
765
+ 763,Sort tiles,0,0,0.0,0.0,0.0
766
+ 764,Sort tiles by color,0,0,0.0,0.0,0.0
767
+ 765,Place phone on table,0,0,0.0,0.0,0.0
768
+ 766,Write on notepad,0,7,0.0,0.0,0.0
769
+ 767,Writing on notepad,0,17,0.0,0.0,0.0
770
+ 768,Reaching for beads,0,4,0.0,0.0,0.0
771
+ 769,Cut section from newspaper,0,0,0.0,0.0,0.0
772
+ 770,Tear newspaper,0,0,0.0,0.0,0.0
773
+ 771,Hold newspaper,0,0,0.0,0.0,0.0
774
+ 772,Hold and align newspaper,0,0,0.0,0.0,0.0
775
+ 773,Fold newspaper,0,0,0.0,0.0,0.0
776
+ 774,Reposition newspaper,0,0,0.0,0.0,0.0
777
+ 775,Cut along the edge of the newspaper,0,0,0.0,0.0,0.0
778
+ 776,Cut along the newspaper edge,0,0,0.0,0.0,0.0
779
+ 777,Browsing mobile phone,0,0,0.0,0.0,0.0
780
+ 778,Browse mobile phone,0,0,0.0,0.0,0.0
781
+ 779,Cut newspaper with scissors,0,0,0.0,0.0,0.0
782
+ 780,Sort blue star-shaped pieces,0,1,0.0,0.0,0.0
783
+ 781,Sort small plastic pieces,0,0,0.0,0.0,0.0
784
+ 782,Reach for more pieces,0,67,0.0,0.0,0.0
785
+ 783,Sort plastic pieces,0,1,0.0,0.0,0.0
786
+ 784,Gather pieces,0,0,0.0,0.0,0.0
787
+ 785,Move pieces into box,0,1,0.0,0.0,0.0
788
+ 786,Gather pieces into box,0,0,0.0,0.0,0.0
789
+ 787,Typing on phone,0,0,0.0,0.0,0.0
790
+ 788,Scrolling or navigating on phone,0,0,0.0,0.0,0.0
791
+ 789,Scrolling and viewing content on phone,0,0,0.0,0.0,0.0
792
+ 790,Pick up charging cable,0,0,0.0,0.0,0.0
793
+ 791,Hold electronic item,0,0,0.0,0.0,0.0
794
+ 792,Pick up electronic item,0,0,0.0,0.0,0.0
795
+ 793,Wipe electronic item,0,0,0.0,0.0,0.0
796
+ 794,Inspect electronic item,0,0,0.0,0.0,0.0
797
+ 795,Place item in bag,0,9,0.0,0.0,0.0
798
+ 796,Select another item,0,0,0.0,0.0,0.0
799
+ 797,Inspect smartphone box,0,0,0.0,0.0,0.0
800
+ 798,Hold smartphone box,0,0,0.0,0.0,0.0
801
+ 799,Examine product,0,0,0.0,0.0,0.0
802
+ 800,Pick up canned item,0,1,0.0,0.0,0.0
803
+ 801,Pick up another canned item,0,29,0.0,0.0,0.0
804
+ 802,Carry plastic container,0,0,0.0,0.0,0.0
805
+ 803,Place container on floor,0,2,0.0,0.0,0.0
806
+ 804,Reach for another container,0,21,0.0,0.0,0.0
807
+ 805,Place storage container on floor,0,2,0.0,0.0,0.0
808
+ 806,Release container,0,1,0.0,0.0,0.0
809
+ 807,Pick up storage container,0,40,0.0,0.0,0.0
810
+ 808,Move container toward shelf,0,6,0.0,0.0,0.0
811
+ 809,Position container on shelf,0,14,0.0,0.0,0.0
812
+ 810,Remove lid from container,0,8,0.0,0.0,0.0
813
+ 811,Pick up canned goods,0,5,0.0,0.0,0.0
814
+ 812,Place canned goods in container,0,37,0.0,0.0,0.0
815
+ 813,Pick up next product from bin,0,6,0.0,0.0,0.0
816
+ 814,Reorganize bin contents,0,12,0.0,0.0,0.0
817
+ 815,Move bin,0,32,0.0,0.0,0.0
818
+ 816,Walking along the aisle,0,0,0.0,0.0,0.0
819
+ 817,Observe stocking,0,0,0.0,0.0,0.0
820
+ 818,Move plastic storage bin,0,0,0.0,0.0,0.0
821
+ 819,Place canned food in bin,0,0,0.0,0.0,0.0
822
+ 820,Hold container of canned food,0,0,0.0,0.0,0.0
823
+ 821,Move towards aisle,0,0,0.0,0.0,0.0
824
+ 822,Approach restocking supplies,0,0,0.0,0.0,0.0
825
+ 823,Pick up plastic container,0,0,0.0,0.0,0.0
826
+ 824,Move along the shelves,0,0,0.0,0.0,0.0
827
+ 825,Move pineapple chips,0,0,0.0,0.0,0.0
828
+ 826,Forming quilled paper shape,0,0,0.0,0.0,0.0
829
+ 827,Manipulate quilled paper shape,0,0,0.0,0.0,0.0
830
+ 828,Place quilled paper shape,0,0,0.0,0.0,0.0
831
+ 829,Retrieve paper strip,0,0,0.0,0.0,0.0
832
+ 830,Select paper strip,0,0,0.0,0.0,0.0
833
+ 831,Manipulate quilled paper strips,0,0,0.0,0.0,0.0
834
+ 832,Transition to standing position,0,0,0.0,0.0,0.0
835
+ 833,Observe paper quilling station,0,2,0.0,0.0,0.0
836
+ 834,Sort quilled paper pieces,0,0,0.0,0.0,0.0
837
+ 835,Walk towards storage area,0,3,0.0,0.0,0.0
838
+ 836,Hold device and cable,0,0,0.0,0.0,0.0
839
+ 837,Move piece to pile,0,9,0.0,0.0,0.0
840
+ 838,Manipulate quilled paper,0,0,0.0,0.0,0.0
841
+ 839,Pick up and sort cardboard,0,40,0.0,0.0,0.0
842
+ 840,Sort and arrange cardboard pieces,0,1,0.0,0.0,0.0
843
+ 841,Move camera over surface,0,5,0.0,0.0,0.0
844
+ 842,Observe sorting progress,0,0,0.0,0.0,0.0
845
+ 843,Reach for cardboard piece,0,3,0.0,0.0,0.0
846
+ 844,Lock phone,0,24,0.0,0.0,0.0
847
+ 845,Sort and stack cardboard pieces,0,0,0.0,0.0,0.0
848
+ 846,Mark list with pen,0,0,0.0,0.0,0.0
849
+ 847,Mark paper list,0,0,0.0,0.0,0.0
850
+ 848,Adjust bead piles,0,0,0.0,0.0,0.0
851
+ 849,Sort blue beads,0,1,0.0,0.0,0.0
852
+ 850,Move blue beads,0,0,0.0,0.0,0.0
853
+ 851,Place down pen,0,0,0.0,0.0,0.0
854
+ 852,Move away from desk,0,0,0.0,0.0,0.0
855
+ 853,Walking through the office,0,0,0.0,0.0,0.0
856
+ 854,Place controller on table,0,0,0.0,0.0,0.0
857
+ 855,Resume sorting blue beads,0,1,0.0,0.0,0.0
858
+ 856,Fold cardboard shape,0,0,0.0,0.0,0.0
859
+ 857,Reach for cardboard box,0,0,0.0,0.0,0.0
860
+ 858,Reach for object,0,0,0.0,0.0,0.0
861
+ 859,Release cardboard shape,0,1,0.0,0.0,0.0
862
+ 860,Reposition hands,0,0,0.0,0.0,0.0
863
+ 861,Rolling paper strip,0,2,0.0,0.0,0.0
864
+ 862,Finishing coil,0,1,0.0,0.0,0.0
865
+ 863,Selecting new paper strip,0,0,0.0,0.0,0.0
866
+ 864,Start folding paper strip,0,0,0.0,0.0,0.0
867
+ 865,Folding paper strip,0,0,0.0,0.0,0.0
868
+ 866,Positioning paper strip,0,0,0.0,0.0,0.0
869
+ 867,Manipulate quilling paper,0,3,0.0,0.0,0.0
870
+ 868,Grasp electronic object,0,5,0.0,0.0,0.0
871
+ 869,Walk towards workspace,0,0,0.0,0.0,0.0
872
+ 870,Interaction with coworker,0,0,0.0,0.0,0.0
873
+ 871,Manipulate small object,0,0,0.0,0.0,0.0
874
+ 872,Manipulate paper quilling piece,0,0,0.0,0.0,0.0
875
+ 873,Hold quilled paper piece,0,0,0.0,0.0,0.0
876
+ 874,Reach for paper strip,0,0,0.0,0.0,0.0
877
+ 875,Pull paper strip,0,2,0.0,0.0,0.0
878
+ 876,Hold and align paper strip,0,0,0.0,0.0,0.0
879
+ 877,Hold and rotate paper strip,0,0,0.0,0.0,0.0
880
+ 878,Marking cardboard piece,30,0,0.0,0.0,0.0
881
+ 879,Hold and mark cardboard piece,0,0,0.0,0.0,0.0
882
+ 880,Organize cardboard pieces,21,0,0.0,0.0,0.0
883
+ 881,Walking towards workstation,0,0,0.0,0.0,0.0
884
+ 882,Move to desk,0,0,0.0,0.0,0.0
885
+ 883,Sort small objects,0,0,0.0,0.0,0.0
886
+ 884,Gathering items,0,0,0.0,0.0,0.0
887
+ 885,Place items on table,0,0,0.0,0.0,0.0
888
+ 886,Gathering colored beads,0,0,0.0,0.0,0.0
889
+ 887,Arrange beads by color,0,0,0.0,0.0,0.0
890
+ 888,Sort star-shaped objects by color,0,0,0.0,0.0,0.0
891
+ 889,Sort star-shaped objects,0,0,0.0,0.0,0.0
892
+ 890,Sort yellow star-shaped objects,0,0,0.0,0.0,0.0
893
+ 891,Sort purple star-shaped objects,0,0,0.0,0.0,0.0
894
+ 892,View phone screen,0,0,0.0,0.0,0.0
895
+ 893,Viewing phone screen,0,0,0.0,0.0,0.0
896
+ 894,Placing phone down,0,0,0.0,0.0,0.0
897
+ 895,Initiate star folding,0,0,0.0,0.0,0.0
898
+ 896,Reach for canned food,0,0,0.0,0.0,0.0
899
+ 897,Pick up yellow item,0,0,0.0,0.0,0.0
900
+ 898,Hold blue product box,0,0,0.0,0.0,0.0
901
+ 899,Inspect product,0,0,0.0,0.0,0.0
902
+ 900,Clean shelf,0,0,0.0,0.0,0.0
903
+ 901,Walk towards shelf,0,0,0.0,0.0,0.0
904
+ 902,Select product from box,0,0,0.0,0.0,0.0
905
+ 903,Wipe ketchup bottle,0,0,0.0,0.0,0.0
906
+ 904,Place ketchup bottle on shelf,0,0,0.0,0.0,0.0
907
+ 905,Prepare to place bottle on shelf,0,0,0.0,0.0,0.0
908
+ 906,Draw line with marker,0,0,0.0,0.0,0.0
909
+ 907,Draw straight line,0,0,0.0,0.0,0.0
910
+ 908,Mark straight line,0,0,0.0,0.0,0.0
911
+ 909,Move ruler and tools,0,0,0.0,0.0,0.0
912
+ 910,Pick up small cardboard piece,0,0,0.0,0.0,0.0
913
+ 911,Walk through office,0,0,0.0,0.0,0.0
914
+ 912,Transition to cutting,0,0,0.0,0.0,0.0
915
+ 913,Cut cardboard along line,0,0,0.0,0.0,0.0
916
+ 914,Reposition hands and ruler,0,0,0.0,0.0,0.0
917
+ 915,Align ruler with crease,0,0,0.0,0.0,0.0
918
+ 916,Press fold,0,0,0.0,0.0,0.0
919
+ 917,Cut cardboard strip with utility knife,0,0,0.0,0.0,0.0
920
+ 918,Position utility knife on cardboard,0,0,0.0,0.0,0.0
921
+ 919,Place smartphone on stand,7,0,0.0,0.0,0.0
922
+ 920,Pick up dustpan,13,0,0.0,0.0,0.0
923
+ 921,Move dustpan to side,11,0,0.0,0.0,0.0
924
+ 922,Hold container lid,17,0,0.0,0.0,0.0
925
+ 923,Move towards the stove,12,0,0.0,0.0,0.0
926
+ 924,Open stove pot lid,17,0,0.0,0.0,0.0
927
+ 925,Walking towards door,8,0,0.0,0.0,0.0
928
+ 926,Closing the door,11,0,0.0,0.0,0.0
929
+ 927,Picking up bottle,10,0,0.0,0.0,0.0
930
+ 928,Wipe kitchen counter,10,0,0.0,0.0,0.0
931
+ 929,Rinse cloth in sink,9,0,0.0,0.0,0.0
932
+ 930,Move towards kitchen area,12,0,0.0,0.0,0.0
933
+ 931,Place cloth on floor,8,0,0.0,0.0,0.0
934
+ 932,Reach for cleaning supplies,13,0,0.0,0.0,0.0
935
+ 933,Grasp cleaning bottle,11,0,0.0,0.0,0.0
936
+ 934,Remove cleaning bottle,10,0,0.0,0.0,0.0
937
+ 935,Washing hands in sink,7,0,0.0,0.0,0.0
938
+ 936,Grasping cleaning cloth,11,0,0.0,0.0,0.0
939
+ 937,Wiping countertop,9,0,0.0,0.0,0.0
940
+ 938,Lift pot lid,8,0,0.0,0.0,0.0
941
+ 939,Stir contents,9,0,0.0,0.0,0.0
942
+ 940,Place lid back,7,0,0.0,0.0,0.0
943
+ 941,Adjust pot position,8,0,0.0,0.0,0.0
944
+ 942,Move pot,8,0,0.0,0.0,0.0
945
+ 943,Place towel,11,0,0.0,0.0,0.0
946
+ 944,Start cutting,4,0,0.0,0.0,0.0
947
+ 945,Cut along the marked line,55,0,0.0,0.0,0.0
948
+ 946,Reposition hand,7,0,0.0,0.0,0.0
949
+ 947,Pick up item from bin,0,0,0.0,0.0,0.0
950
+ 948,Pick up next item from bin,0,0,0.0,0.0,0.0
951
+ 949,Hold item,0,0,0.0,0.0,0.0
952
+ 950,Inspect and place item on shelf,0,0,0.0,0.0,0.0
953
+ 951,Check smart watch,0,0,0.0,0.0,0.0
954
+ 952,Pick up jar,0,0,0.0,0.0,0.0
955
+ 953,Pick up sauce bottle,0,0,0.0,0.0,0.0
956
+ 954,Place sauce bottle on shelf,0,0,0.0,0.0,0.0
957
+ 955,Hold empty container,0,0,0.0,0.0,0.0
958
+ 956,Assess shelf arrangement,0,0,0.0,0.0,0.0
959
+ 957,Align foam piece,0,0,0.0,0.0,0.0
960
+ 958,Press foam piece,0,0,0.0,0.0,0.0
961
+ 959,Pick up bottle,0,0,0.0,0.0,0.0
962
+ 960,Touch foam strip,0,0,0.0,0.0,0.0
963
+ 961,Release foam strip,0,0,0.0,0.0,0.0
964
+ 962,Observe craft layout,0,0,0.0,0.0,0.0
965
+ 963,Reach for foam strips,0,0,0.0,0.0,0.0
966
+ 964,Assemble foam strips,0,0,0.0,0.0,0.0
967
+ 965,Adjust foam strip,0,0,0.0,0.0,0.0
968
+ 966,Align foam strip,0,0,0.0,0.0,0.0
969
+ 967,Attach foam strip,0,0,0.0,0.0,0.0
970
+ 968,Curve foam strip into loop,0,0,0.0,0.0,0.0
971
+ 969,Press ends of foam strip together,0,0,0.0,0.0,0.0
972
+ 970,Position yellow foam piece on strip,0,0,0.0,0.0,0.0
973
+ 971,Press foam piece to strip,0,0,0.0,0.0,0.0
974
+ 972,Press foam strip,0,0,0.0,0.0,0.0
975
+ 973,Fold foam piece,0,0,0.0,0.0,0.0
976
+ 974,Pinch foam strips,0,0,0.0,0.0,0.0
977
+ 975,Pull blue foam strip,0,0,0.0,0.0,0.0
978
+ 976,Tear blue foam strip,0,0,0.0,0.0,0.0
979
+ 977,Place blue foam piece,0,0,0.0,0.0,0.0
980
+ 978,Pick up blue foam piece,0,0,0.0,0.0,0.0
981
+ 979,Tear blue foam piece,0,0,0.0,0.0,0.0
982
+ 980,Tear off blue foam piece,0,0,0.0,0.0,0.0
983
+ 981,Hold foam pieces,0,0,0.0,0.0,0.0
984
+ 982,Peel foam strip,0,0,0.0,0.0,0.0
985
+ 983,Move small blue foam piece towards the strip,0,0,0.0,0.0,0.0
986
+ 984,Align blue strip,0,0,0.0,0.0,0.0
987
+ 985,Press blue strip,0,0,0.0,0.0,0.0
988
+ 986,Position blue strip,0,0,0.0,0.0,0.0
989
+ 987,Lift blue strip,0,0,0.0,0.0,0.0
990
+ 988,Hold blue strip,0,0,0.0,0.0,0.0
991
+ 989,Peel blue strip,0,0,0.0,0.0,0.0
992
+ 990,Fold blue strip,0,0,0.0,0.0,0.0
993
+ 991,Align paper strip,0,0,0.0,0.0,0.0
994
+ 992,Interlock paper strips,0,0,0.0,0.0,0.0
995
+ 993,Turn away from table,0,0,0.0,0.0,0.0
996
+ 994,Touch phone and paper strip,0,0,0.0,0.0,0.0
997
+ 995,Pick up craft material,0,0,0.0,0.0,0.0
998
+ 996,Attach material to paper strip,0,0,0.0,0.0,0.0
999
+ 997,Pick up tool,0,0,0.0,0.0,0.0
1000
+ 998,Walk through the room,0,0,0.0,0.0,0.0
1001
+ 999,Walk down hallway,0,0,0.0,0.0,0.0
1002
+ 1000,Enter workspace,0,0,0.0,0.0,0.0
1003
+ 1001,Reach for door handle,0,0,0.0,0.0,0.0
1004
+ 1002,Grasp door handle,0,0,0.0,0.0,0.0
1005
+ 1003,Walk to table,0,0,0.0,0.0,0.0
1006
+ 1004,Pick up supplies from box,0,0,0.0,0.0,0.0
1007
+ 1005,Enter the room,0,0,0.0,0.0,0.0
1008
+ 1006,Approach work table,0,0,0.0,0.0,0.0
1009
+ 1007,Pull chair,0,0,0.0,0.0,0.0
1010
+ 1008,Touch colleague's back,0,0,0.0,0.0,0.0
1011
+ 1009,Position the chair,0,0,0.0,0.0,0.0
1012
+ 1010,Observe and walk through store,18,0,0.0,0.0,0.0
1013
+ 1011,Inspect shelf condition,21,0,0.0,0.0,0.0
1014
+ 1012,Observe colleague and workspace,9,0,0.0,0.0,0.0
1015
+ 1013,Approach boxes,13,0,0.0,0.0,0.0
1016
+ 1014,Reach for wire hangers,12,0,0.0,0.0,0.0
1017
+ 1015,Extract wire hangers from box,21,0,0.0,0.0,0.0
1018
+ 1016,Bundle display hooks,22,0,0.0,0.0,0.0
1019
+ 1017,Release hook,15,0,0.0,0.0,0.0
1020
+ 1018,Walk towards other aisles,4,0,0.0,0.0,0.0
1021
+ 1019,Move through aisle,15,0,0.0,0.0,0.0
1022
+ 1020,Pick up items from the shopping bag,17,0,0.0,0.0,0.0
1023
+ 1021,Place items on the shelf,14,0,0.0,0.0,0.0
1024
+ 1022,Place marked piece down,25,0,0.0,0.0,0.0
1025
+ 1023,Release cardboard piece and gesture,21,0,0.0,0.0,0.0
1026
+ 1024,Move marker and adjust hand,15,0,0.0,0.0,0.0
1027
+ 1025,Identify next cardboard piece,19,0,0.0,0.0,0.0
1028
+ 1026,Observe and pause,4,0,0.0,0.0,0.0
1029
+ 1027,Gesturing,4,0,0.0,0.0,0.0
1030
+ 1028,Resume observation,7,0,0.0,0.0,0.0
1031
+ 1029,Release food item,0,0,0.0,0.0,0.0
1032
+ 1030,Reach for and examine canned goods,0,0,0.0,0.0,0.0
1033
+ 1031,Examine canned goods,0,0,0.0,0.0,0.0
1034
+ 1032,Select and pick up a canned item,0,0,0.0,0.0,0.0
1035
+ 1033,Place item back on shelf,0,0,0.0,0.0,0.0
1036
+ 1034,Pick up Dior gift box,0,0,0.0,0.0,0.0
1037
+ 1035,Inspect Dior gift box,0,0,0.0,0.0,0.0
1038
+ 1036,Place back Dior gift box,0,0,0.0,0.0,0.0
1039
+ 1037,Move along the shelf,0,0,0.0,0.0,0.0
1040
+ 1038,Select a bottle,0,0,0.0,0.0,0.0
1041
+ 1039,Place bottle back on shelf,0,0,0.0,0.0,0.0
1042
+ 1040,Pick up another bottle,0,0,0.0,0.0,0.0
1043
+ 1041,Release bottle,0,0,0.0,0.0,0.0
1044
+ 1042,Inspect bottle,0,0,0.0,0.0,0.0
1045
+ 1043,Inspect almond package,0,0,0.0,0.0,0.0
1046
+ 1044,Scan supermarket shelves,0,0,0.0,0.0,0.0
1047
+ 1045,Move along the supermarket aisle,0,0,0.0,0.0,0.0
1048
+ 1046,Reach for canned goods,0,0,0.0,0.0,0.0
1049
+ 1047,Touch canned goods,0,0,0.0,0.0,0.0
1050
+ 1048,Pick up canned good,0,0,0.0,0.0,0.0
1051
+ 1049,Manipulate cardboard shape,0,0,0.0,0.0,0.0
1052
+ 1050,Hold small cardboard pieces,0,0,0.0,0.0,0.0
1053
+ 1051,Prepare to place cardboard,0,0,0.0,0.0,0.0
1054
+ 1052,Prepare to resume cutting,0,0,0.0,0.0,0.0
1055
+ 1053,Reach for next can,25,0,0.0,0.0,0.0
1056
+ 1054,Hold canned food,18,0,0.0,0.0,0.0
1057
+ 1055,Retrieve next canned food item,17,0,0.0,0.0,0.0
1058
+ 1056,Align canned food on shelf,17,0,0.0,0.0,0.0
1059
+ 1057,Reach for next canned food,12,0,0.0,0.0,0.0
1060
+ 1058,Retrieve canned food from box,12,0,0.0,0.0,0.0
1061
+ 1059,Place another canned food on shelf,9,0,0.0,0.0,0.0
1062
+ 1060,Adjust canned food on shelf,16,0,0.0,0.0,0.0
1063
+ 1061,Move hand away from shelf,4,0,0.0,0.0,0.0
1064
+ 1062,Move hand away,4,0,0.0,0.0,0.0
1065
+ 1063,Hold earbud case,20,0,0.0,0.0,0.0
1066
+ 1064,Open earbud case,9,0,0.0,0.0,0.0
1067
+ 1065,sort craft materials,39,0,0.0,0.0,0.0
1068
+ 1066,Manipulate craft piece,38,0,0.0,0.0,0.0
1069
+ 1067,Manipulate craft paper strips,34,0,0.0,0.0,0.0
1070
+ 1068,Operate smartphone,33,0,0.0,0.0,0.0
1071
+ 1069,Release smartphone,18,0,0.0,0.0,0.0
1072
+ 1070,Sort small craft pieces,39,0,0.0,0.0,0.0
1073
+ 1071,Hold product package,0,0,0.0,0.0,0.0
1074
+ 1072,Check phone,0,0,0.0,0.0,0.0
1075
+ 1073,Hold charging cable,0,0,0.0,0.0,0.0
1076
+ 1074,Retrieve items from bag,0,0,0.0,0.0,0.0
1077
+ 1075,Hold items in hand,0,0,0.0,0.0,0.0
1078
+ 1076,Hold and examine item,0,0,0.0,0.0,0.0
1079
+ 1077,Remove item from bag,0,0,0.0,0.0,0.0
1080
+ 1078,Pick up pack from shelf,0,0,0.0,0.0,0.0
1081
+ 1079,fold purple ribbon,0,0,0.0,0.0,0.0
1082
+ 1080,Fold ribbon,0,0,0.0,0.0,0.0
1083
+ 1081,Hold small piece of ribbon,0,0,0.0,0.0,0.0
1084
+ 1082,Position ribbon piece,0,0,0.0,0.0,0.0
1085
+ 1083,Manipulate ribbon piece,0,0,0.0,0.0,0.0
1086
+ 1084,Place ribbon onto project,0,0,0.0,0.0,0.0
1087
+ 1085,Fold and manipulate ribbon,0,0,0.0,0.0,0.0
1088
+ 1086,Manipulate ribbon knot,0,0,0.0,0.0,0.0
1089
+ 1087,Secure ribbon with needle,0,0,0.0,0.0,0.0
1090
+ 1088,Open paper lantern,27,0,0.0,0.0,0.0
1091
+ 1089,Fold paper lantern,15,0,0.0,0.0,0.0
1092
+ 1090,Grasp lantern,15,0,0.0,0.0,0.0
1093
+ 1091,Grasp lantern component,14,0,0.0,0.0,0.0
1094
+ 1092,Align paper lantern edges,29,0,0.0,0.0,0.0
1095
+ 1093,Adjust lantern string,13,0,0.0,0.0,0.0
1096
+ 1094,Release lantern,12,0,0.0,0.0,0.0
1097
+ 1095,Pick up packaged paper lantern component,13,0,0.0,0.0,0.0
1098
+ 1096,Handle paper lantern component,14,0,0.0,0.0,0.0
1099
+ 1097,Open folded paper lantern,16,0,0.0,0.0,0.0
1100
+ 1098,Adjust lantern shape,13,0,0.0,0.0,0.0
1101
+ 1099,Hold paper lantern,14,0,0.0,0.0,0.0
1102
+ 1100,Apply adhesive tape to lantern,16,0,0.0,0.0,0.0
1103
+ 1101,Remove paper lantern part from packaging,14,0,0.0,0.0,0.0
1104
+ 1102,Remove plastic packaging,13,0,0.0,0.0,0.0
1105
+ 1103,Open paper lantern component,15,0,0.0,0.0,0.0
1106
+ 1104,Expand paper lantern,21,0,0.0,0.0,0.0
1107
+ 1105,Align edges of paper lantern,14,0,0.0,0.0,0.0
1108
+ 1106,Mark cardboard with ruler,0,0,0.0,0.0,0.0
1109
+ 1107,Cut along the line,0,0,0.0,0.0,0.0
1110
+ 1108,Release cardboard,0,0,0.0,0.0,0.0
1111
+ 1109,Tear off cardboard segment,0,0,0.0,0.0,0.0
1112
+ 1110,Browsing smartphone content,0,0,0.0,0.0,0.0
1113
+ 1111,Manipulate small component,0,0,0.0,0.0,0.0
1114
+ 1112,Manipulate component on strip,0,0,0.0,0.0,0.0
1115
+ 1113,Place strip on table,0,0,0.0,0.0,0.0
1116
+ 1114,Manipulate component,0,0,0.0,0.0,0.0
1117
+ 1115,Reach for craft items,24,0,0.0,0.0,0.0
1118
+ 1116,Sort craft items,15,0,0.0,0.0,0.0
1119
+ 1117,Place hand on table,26,0,0.0,0.0,0.0
1120
+ 1118,Browse smartphone screen,33,0,0.0,0.0,0.0
1121
+ 1119,Scroll smartphone screen,31,0,0.0,0.0,0.0
1122
+ 1120,Put down smartphone,26,0,0.0,0.0,0.0
1123
+ 1121,Place smartphone down,25,0,0.0,0.0,0.0
1124
+ 1122,Record count on notepad,0,0,0.0,0.0,0.0
1125
+ 1123,Count and record paper stars,0,0,0.0,0.0,0.0
1126
+ 1124,Record star count on paper,0,0,0.0,0.0,0.0
1127
+ 1125,Pick up electronic device,0,0,0.0,0.0,0.0
1128
+ 1126,Connect cable to device,0,0,0.0,0.0,0.0
1129
+ 1127,Place device on lap,0,0,0.0,0.0,0.0
1130
+ 1128,Count and arrange paper stars,0,0,0.0,0.0,0.0
1131
+ 1129,Count paper stars,0,0,0.0,0.0,0.0
1132
+ 1130,Move hand to paper stars,0,0,0.0,0.0,0.0
1133
+ 1131,Resume counting stars,0,0,0.0,0.0,0.0
1134
+ 1132,Reviewing count record,0,0,0.0,0.0,0.0
1135
+ 1133,Write on paper record,0,0,0.0,0.0,0.0
1136
+ 1134,Update paper record,0,0,0.0,0.0,0.0
1137
+ 1135,Adjust cardboard,0,0,0.0,0.0,0.0
1138
+ 1136,Set down scissors and pick up power bank,0,0,0.0,0.0,0.0
1139
+ 1137,Reposition cardboard for cutting,0,0,0.0,0.0,0.0
1140
+ 1138,Arrange cardboard pieces,0,0,0.0,0.0,0.0
1141
+ 1139,Mark cardboard strip with pen,0,0,0.0,0.0,0.0
1142
+ 1140,Pick up puzzle piece,24,0,0.0,0.0,0.0
1143
+ 1141,Place piece into puzzle,22,0,0.0,0.0,0.0
1144
+ 1142,Manipulate puzzle piece,32,0,0.0,0.0,0.0
1145
+ 1143,Observe puzzle progress,27,0,0.0,0.0,0.0
1146
+ 1144,Reach for puzzle piece,11,0,0.0,0.0,0.0
1147
+ 1145,Attempt to fit puzzle piece,27,0,0.0,0.0,0.0
1148
+ 1146,Sort puzzle pieces,34,0,0.0,0.0,0.0
1149
+ 1147,Walking across the room,20,0,0.0,0.0,0.0
1150
+ 1148,Approaching the table,16,0,0.0,0.0,0.0
1151
+ 1149,Preparing to craft,12,0,0.0,0.0,0.0
1152
+ 1150,Picking up crafting material,13,0,0.0,0.0,0.0
1153
+ 1151,Pick up small piece of material,10,0,0.0,0.0,0.0
1154
+ 1152,Manipulate material,16,0,0.0,0.0,0.0
1155
+ 1153,Place material,14,0,0.0,0.0,0.0
1156
+ 1154,Manipulate yellow strip,23,0,0.0,0.0,0.0
1157
+ 1155,Manipulating paper strips,22,0,0.0,0.0,0.0
1158
+ 1156,Manipulate bead,23,0,0.0,0.0,0.0
1159
+ 1157,Manipulate beads,22,0,0.0,0.0,0.0
1160
+ 1158,Use phone while crafting,12,0,0.0,0.0,0.0
1161
+ 1159,Hold and manipulate paper strip,24,0,0.0,0.0,0.0
1162
+ 1160,Repositioning ruler,0,0,0.0,0.0,0.0
1163
+ 1161,Place down ruler and pen,0,0,0.0,0.0,0.0
1164
+ 1162,Walk through hallway,0,0,0.0,0.0,0.0
1165
+ 1163,Fold cardboard edge,0,0,0.0,0.0,0.0
1166
+ 1164,Pick up cardboard square,0,0,0.0,0.0,0.0
1167
+ 1165,Drop cardboard square into box,0,0,0.0,0.0,0.0
1168
+ 1166,Retrieve hand to table,0,0,0.0,0.0,0.0
1169
+ 1167,Pick up cardboard stack,0,0,0.0,0.0,0.0
1170
+ 1168,Walk with cardboard,0,0,0.0,0.0,0.0
1171
+ 1169,Deposit cardboard squares,0,0,0.0,0.0,0.0
1172
+ 1170,Move away from collection box,0,0,0.0,0.0,0.0
1173
+ 1171,Walking through office hallway,0,0,0.0,0.0,0.0
1174
+ 1172,Approaching work table,0,0,0.0,0.0,0.0
1175
+ 1173,Grasp cardboard sheet,0,0,0.0,0.0,0.0
1176
+ 1174,Cut cardboard sheet with scissors,0,0,0.0,0.0,0.0
1177
+ 1175,Set down utility knife,0,0,0.0,0.0,0.0
1178
+ 1176,Sort cut cardboard,0,0,0.0,0.0,0.0
1179
+ 1177,Prepare to cut cardboard,0,0,0.0,0.0,0.0
1180
+ 1178,Cut cardboard sheet,0,0,0.0,0.0,0.0
1181
+ 1179,Score cardboard,0,0,0.0,0.0,0.0
1182
+ 1180,Place cardboard square,0,0,0.0,0.0,0.0
1183
+ 1181,Sort buttons,28,0,0.0,0.0,0.0
1184
+ 1182,Arrange buttons in a line,29,0,0.0,0.0,0.0
1185
+ 1183,Sort and arrange buttons,32,0,0.0,0.0,0.0
1186
+ 1184,Sort button,31,0,0.0,0.0,0.0
1187
+ 1185,Sort and adjust button line,29,0,0.0,0.0,0.0
1188
+ 1186,Sort and place buttons,31,0,0.0,0.0,0.0
1189
+ 1187,Walking in the hallway,22,0,0.0,0.0,0.0
1190
+ 1188,Approaching and pressing the door switch,23,0,0.0,0.0,0.0
1191
+ 1189,Entering the VR training room,20,0,0.0,0.0,0.0
1192
+ 1190,Greeting/acknowledging participants,26,0,0.0,0.0,0.0
1193
+ 1191,Move through the training room,22,0,0.0,0.0,0.0
1194
+ 1192,Manipulate plastic strips,28,0,0.0,0.0,0.0
1195
+ 1193,Manipulate plastic strip,37,0,0.0,0.0,0.0
1196
+ 1194,Hold and bend plastic strip,23,0,0.0,0.0,0.0
1197
+ 1195,Bend and manipulate plastic strip,30,0,0.0,0.0,0.0
1198
+ 1196,Fold plastic strip,57,0,0.0,0.0,0.0
1199
+ 1197,Move cardboard sheet,0,0,0.0,0.0,0.0
1200
+ 1198,Trim cardboard,0,0,0.0,0.0,0.0
1201
+ 1199,Sort buttons by color,0,0,0.0,0.0,0.0
1202
+ 1200,Sort button by color,0,0,0.0,0.0,0.0
1203
+ 1201,Place button in group,0,0,0.0,0.0,0.0
1204
+ 1202,Move away from table,0,0,0.0,0.0,0.0
1205
+ 1203,Return to sorting,0,0,0.0,0.0,0.0
1206
+ 1204,Manipulate paper decoration,44,0,0.0,0.0,0.0
1207
+ 1205,Manipulate paper edge,37,0,0.0,0.0,0.0
1208
+ 1206,Placing paper strip,42,0,0.0,0.0,0.0
1209
+ 1207,Securing paper structure,37,0,0.0,0.0,0.0
1210
+ 1208,Manipulate adhesive strip,44,0,0.0,0.0,0.0
1211
+ 1209,Secure paper edges with adhesive,40,0,0.0,0.0,0.0
1212
+ 1210,Record count,18,0,0.0,0.0,0.0
1213
+ 1211,Sort beads and write count,18,0,0.0,0.0,0.0
1214
+ 1212,Counting and organizing beads,20,0,0.0,0.0,0.0
1215
+ 1213,Pick up star bead,14,0,0.0,0.0,0.0
1216
+ 1214,Place and count bead,19,0,0.0,0.0,0.0
1217
+ 1215,Arrange star beads,17,0,0.0,0.0,0.0
1218
+ 1216,Counting star beads,17,0,0.0,0.0,0.0
1219
+ 1217,Retrieving more beads,13,0,0.0,0.0,0.0
1220
+ 1218,Adjust paper,13,0,0.0,0.0,0.0
1221
+ 1219,Gather star beads,13,0,0.0,0.0,0.0
1222
+ 1220,Arrange star beads for counting,15,0,0.0,0.0,0.0
1223
+ 1221,Sort and count beads,18,0,0.0,0.0,0.0
results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/timeline_action/predictions.csv ADDED
The diff for this file is too large to render. See raw diff
 
results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/transition_detection/confusion_matrix.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ true\pred,no,yes
2
+ no,3504,491
3
+ yes,27,10
results/omni_finetune/a100_128_metadata_task_baselines_20260616_v2/neural_mlp/transition_detection/predictions.csv ADDED
The diff for this file is too large to render. See raw diff
 
scripts/omni/run_128_task_baselines.py CHANGED
@@ -92,6 +92,16 @@ def parse_args() -> argparse.Namespace:
92
  parser.add_argument("--dataset-jsonl", type=Path, default=DEFAULT_DATASET)
93
  parser.add_argument("--verified-package", type=Path, default=DEFAULT_PACKAGE)
94
  parser.add_argument("--output-dir", type=Path, default=Path("results/omni_finetune/multi_episode_128_task_baselines"))
 
 
 
 
 
 
 
 
 
 
95
  parser.add_argument("--hash-dim", type=int, default=384)
96
  parser.add_argument("--epochs", type=int, default=220)
97
  parser.add_argument("--learning-rate", type=float, default=0.16)
@@ -265,6 +275,23 @@ def load_episode_context(package_dir: Path) -> dict[str, dict[str, Any]]:
265
  return {str(ep.get("episode_id")): ep for ep in manifest.get("episodes", [])}
266
 
267
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
268
  def row_text_features(row: dict[str, Any], episode: dict[str, Any] | None) -> str:
269
  parts = [
270
  "question:",
@@ -1019,8 +1046,8 @@ def main() -> int:
1019
  log(f"built feature matrix {X.shape[0]}x{X.shape[1]}")
1020
  splits = split_indices(rows)
1021
  split_counts = {key: int(len(value)) for key, value in splits.items()}
1022
- expected = {"train": 2848, "val": 512, "test": 448}
1023
- if split_counts != expected:
1024
  raise ValueError(f"Dataset split mismatch: observed {split_counts}, expected {expected}")
1025
 
1026
  out = args.output_dir
 
92
  parser.add_argument("--dataset-jsonl", type=Path, default=DEFAULT_DATASET)
93
  parser.add_argument("--verified-package", type=Path, default=DEFAULT_PACKAGE)
94
  parser.add_argument("--output-dir", type=Path, default=Path("results/omni_finetune/multi_episode_128_task_baselines"))
95
+ parser.add_argument(
96
+ "--dataset-manifest",
97
+ type=Path,
98
+ help="Optional manifest with split_counts for the selected JSONL. Defaults to dataset-jsonl parent/dataset_manifest.json when present.",
99
+ )
100
+ parser.add_argument(
101
+ "--skip-split-count-check",
102
+ action="store_true",
103
+ help="Record observed split counts without requiring a manifest or legacy expected count.",
104
+ )
105
  parser.add_argument("--hash-dim", type=int, default=384)
106
  parser.add_argument("--epochs", type=int, default=220)
107
  parser.add_argument("--learning-rate", type=float, default=0.16)
 
275
  return {str(ep.get("episode_id")): ep for ep in manifest.get("episodes", [])}
276
 
277
 
278
+ def expected_split_counts(args: argparse.Namespace) -> dict[str, int] | None:
279
+ if args.skip_split_count_check:
280
+ return None
281
+ manifest_candidates = []
282
+ if args.dataset_manifest:
283
+ manifest_candidates.append(args.dataset_manifest)
284
+ manifest_candidates.append(args.dataset_jsonl.parent / "dataset_manifest.json")
285
+ for path in manifest_candidates:
286
+ if not path.exists():
287
+ continue
288
+ payload = load_json(path)
289
+ split_counts = payload.get("split_counts")
290
+ if isinstance(split_counts, dict):
291
+ return {key: int(split_counts.get(key, 0) or 0) for key in ("train", "val", "test")}
292
+ return {"train": 2848, "val": 512, "test": 448}
293
+
294
+
295
  def row_text_features(row: dict[str, Any], episode: dict[str, Any] | None) -> str:
296
  parts = [
297
  "question:",
 
1046
  log(f"built feature matrix {X.shape[0]}x{X.shape[1]}")
1047
  splits = split_indices(rows)
1048
  split_counts = {key: int(len(value)) for key, value in splits.items()}
1049
+ expected = expected_split_counts(args)
1050
+ if expected is not None and split_counts != expected:
1051
  raise ValueError(f"Dataset split mismatch: observed {split_counts}, expected {expected}")
1052
 
1053
  out = args.output_dir