yxma commited on
Commit
1733bd6
·
verified ·
1 Parent(s): 628b9aa

Upload data/motherboard/meta/2026-05-10/episode_008.force.json with huggingface_hub

Browse files
data/motherboard/meta/2026-05-10/episode_008.force.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "generator": "twm.force_recovery.export_force_columns",
3
+ "stiffness_n_per_mm": 1.0,
4
+ "penetration": "penetration_mm = force_normal_n / stiffness_n_per_mm (ASSUMED stiffness)",
5
+ "press_direction": "R(q_row) @ gel_axis_in_rigid from calibration/*/T_gel_to_rigid_<side>.json",
6
+ "no_contact_rule": "force == 0 -> penetration 0 and target_pose is a copy of sensor_<side>_pose",
7
+ "duplicate_rows": "tactile_<side>_is_new == False rows reuse the previous estimate (forward fill, asserted exact)",
8
+ "source_release": "/media/yxma/Disk1/twm/release/motherboard/meta/2026-05-10/episode_008.parquet",
9
+ "force_calibration": [
10
+ "react_calib (stages + gain field + clip correction)"
11
+ ],
12
+ "supersedes": "Exports before 2026-08-07 used a calibration that applied pixel-unit weights to mm-unit features (end-to-end rho 0.143, peak force 18.3 N). Those newton values are void; these come from react_calib (held-out rho 0.739, MAE 1.23 N, split by press position).",
13
+ "task": "motherboard",
14
+ "date": "2026-05-10",
15
+ "episode": "episode_008",
16
+ "rows": 1305,
17
+ "sides": [
18
+ {
19
+ "side": "left",
20
+ "rows": 1305,
21
+ "npz": "/media/yxma/Disk1/twm/force_recovery/motherboard/2026-05-10/episode_008_left.npz",
22
+ "force_calibration": "react_calib (stages + gain field + clip correction)",
23
+ "pipeline_version": 4,
24
+ "n_contact_rows": 429,
25
+ "no_contact_frac": 0.6712643678160919,
26
+ "is_new_frac": 0.28812260536398465,
27
+ "duplicate_rows_forward_filled": 929,
28
+ "force_p50_n": 0.0,
29
+ "force_p95_n": 4.072105407714844,
30
+ "force_max_n": 4.767441749572754,
31
+ "force_p50_contact_n": 1.7168420553207397,
32
+ "penetration_p50_mm": 0.0,
33
+ "penetration_p95_mm": 4.072105407714844,
34
+ "penetration_max_mm": 4.767441749572754,
35
+ "gel_max_depth_p95_mm": 0.2548549473285675,
36
+ "gel_max_depth_max_mm": 0.44544389843940735,
37
+ "identity_max_abs_dev": 0.0,
38
+ "direction": {
39
+ "usable": true,
40
+ "v_dot_n_rise_mm": -0.007721491892326174,
41
+ "v_dot_n_fall_mm": -0.573135653189957,
42
+ "corr_dforce_vdotn": 0.13928951371483186,
43
+ "n_rise": 120,
44
+ "n_fall": 131
45
+ }
46
+ },
47
+ {
48
+ "side": "right",
49
+ "rows": 1305,
50
+ "npz": "/media/yxma/Disk1/twm/force_recovery/motherboard/2026-05-10/episode_008_right.npz",
51
+ "force_calibration": "react_calib (stages + gain field + clip correction)",
52
+ "pipeline_version": 4,
53
+ "n_contact_rows": 532,
54
+ "no_contact_frac": 0.5923371647509579,
55
+ "is_new_frac": 0.28888888888888886,
56
+ "duplicate_rows_forward_filled": 928,
57
+ "force_p50_n": 0.0,
58
+ "force_p95_n": 4.072105407714844,
59
+ "force_max_n": 5.920000076293945,
60
+ "force_p50_contact_n": 1.7168420553207397,
61
+ "penetration_p50_mm": 0.0,
62
+ "penetration_p95_mm": 4.072105407714844,
63
+ "penetration_max_mm": 5.920000076293945,
64
+ "gel_max_depth_p95_mm": 0.665925145149231,
65
+ "gel_max_depth_max_mm": 0.9241770505905151,
66
+ "identity_max_abs_dev": 0.0,
67
+ "direction": {
68
+ "usable": true,
69
+ "v_dot_n_rise_mm": 2.3359936371356,
70
+ "v_dot_n_fall_mm": 2.8806553605295426,
71
+ "corr_dforce_vdotn": -0.01475265711679902,
72
+ "n_rise": 150,
73
+ "n_fall": 134
74
+ }
75
+ }
76
+ ],
77
+ "columns": [
78
+ "force_left_normal_n",
79
+ "force_left_penetration_mm",
80
+ "force_left_target_pose",
81
+ "force_right_normal_n",
82
+ "force_right_penetration_mm",
83
+ "force_right_target_pose"
84
+ ]
85
+ }