2026-05-15: state machine v2 — STATIC / GRASPED_L/R/BOTH / MOVING + L/R-aware grasp (28/105)
Browse files- samples/-821U1ZYZOs_913.3_921.5/hand_joints.bin +1 -1
- samples/-821U1ZYZOs_913.3_921.5/hand_verts.bin +1 -1
- samples/-821U1ZYZOs_913.3_921.5/object_pose.bin +1 -1
- samples/-821U1ZYZOs_913.3_921.5/pose_track.json +0 -0
- samples/-821U1ZYZOs_913.3_921.5/recording.viser +2 -2
- samples/-821U1ZYZOs_913.3_921.5/scene.json +34 -6
- samples/-821U1ZYZOs_913.3_921.5/signals.json +1 -1
samples/-821U1ZYZOs_913.3_921.5/hand_joints.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 62496
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4a3d5322c379ff7e52e05dbc6fb2facb5a9ba6b401a2284f8ad18278d2c133b5
|
| 3 |
size 62496
|
samples/-821U1ZYZOs_913.3_921.5/hand_verts.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2315328
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:75a5cdbbe50d61b17815d05e5e59b2773021450ead31f0f40eef7b62d53fe0cb
|
| 3 |
size 2315328
|
samples/-821U1ZYZOs_913.3_921.5/object_pose.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 15872
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a980e9f1ec528d4f3b48cbf7d853d496e13e09e8c5f0c70bca0aeac2a65d3ce9
|
| 3 |
size 15872
|
samples/-821U1ZYZOs_913.3_921.5/pose_track.json
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|
samples/-821U1ZYZOs_913.3_921.5/recording.viser
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f04a42a065b992b12bb1e0e86f5308bedd7b981dcd3f2b12d41bb2b134f8b9e3
|
| 3 |
+
size 3532802
|
samples/-821U1ZYZOs_913.3_921.5/scene.json
CHANGED
|
@@ -143,18 +143,46 @@
|
|
| 143 |
"anchor_fitness": null,
|
| 144 |
"median_chamfer_mm": null,
|
| 145 |
"mean_iou": null,
|
| 146 |
-
"grasp_rate":
|
| 147 |
-
"trust_rate":
|
| 148 |
-
"tracking_status": "ok"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 149 |
},
|
| 150 |
"1": {
|
| 151 |
"path": null,
|
| 152 |
"anchor_fitness": null,
|
| 153 |
"median_chamfer_mm": null,
|
| 154 |
"mean_iou": null,
|
| 155 |
-
"grasp_rate":
|
| 156 |
-
"trust_rate":
|
| 157 |
-
"tracking_status": "ok"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 158 |
}
|
| 159 |
},
|
| 160 |
"_license": "This sample is a derivative work of Action100M and is distributed under FAIR Noncommercial Research License v1. See LICENSE-Action100M for terms."
|
|
|
|
| 143 |
"anchor_fitness": null,
|
| 144 |
"median_chamfer_mm": null,
|
| 145 |
"mean_iou": null,
|
| 146 |
+
"grasp_rate": 0.0,
|
| 147 |
+
"trust_rate": 0.0,
|
| 148 |
+
"tracking_status": "ok",
|
| 149 |
+
"state_counts": {
|
| 150 |
+
"static": 124,
|
| 151 |
+
"grasped_l": 0,
|
| 152 |
+
"grasped_r": 0,
|
| 153 |
+
"grasped_both": 0,
|
| 154 |
+
"moving": 0
|
| 155 |
+
},
|
| 156 |
+
"state_fractions": {
|
| 157 |
+
"static": 1.0,
|
| 158 |
+
"grasped": 0.0,
|
| 159 |
+
"moving": 0.0
|
| 160 |
+
},
|
| 161 |
+
"is_static_global": true,
|
| 162 |
+
"n_state_frames": 124
|
| 163 |
},
|
| 164 |
"1": {
|
| 165 |
"path": null,
|
| 166 |
"anchor_fitness": null,
|
| 167 |
"median_chamfer_mm": null,
|
| 168 |
"mean_iou": null,
|
| 169 |
+
"grasp_rate": 0.0,
|
| 170 |
+
"trust_rate": 0.008064516129032258,
|
| 171 |
+
"tracking_status": "ok",
|
| 172 |
+
"state_counts": {
|
| 173 |
+
"static": 1,
|
| 174 |
+
"grasped_l": 0,
|
| 175 |
+
"grasped_r": 15,
|
| 176 |
+
"grasped_both": 107,
|
| 177 |
+
"moving": 1
|
| 178 |
+
},
|
| 179 |
+
"state_fractions": {
|
| 180 |
+
"static": 0.008064516129032258,
|
| 181 |
+
"grasped": 0.0,
|
| 182 |
+
"moving": 0.008064516129032258
|
| 183 |
+
},
|
| 184 |
+
"is_static_global": false,
|
| 185 |
+
"n_state_frames": 124
|
| 186 |
}
|
| 187 |
},
|
| 188 |
"_license": "This sample is a derivative work of Action100M and is distributed under FAIR Noncommercial Research License v1. See LICENSE-Action100M for terms."
|
samples/-821U1ZYZOs_913.3_921.5/signals.json
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
{"contact_l": [
|
|
|
|
| 1 |
+
{"n_frames": 124, "scene": {"contact_l": [1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0], "contact_r": [1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 0.0, 0.0, 1.0, 0.0, 0.0], "grasp": [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0], "motion": [0.0, 9.340770721435547, 3.605551242828369, 1.8027756214141846, 2.5, 1.8027756214141846, 1.0, 2.1213202476501465, 3.041381359100342, 1.0, 1.5811388492584229, 1.5811388492584229, 1.5811388492584229, 1.1180340051651, 1.1180340051651, 3.2015621662139893, 3.041381359100342, 1.5811388492584229, 1.1180340051651, 1.5811388492584229, 1.1180340051651, 0.5, 1.1180340051651, 3.8078866004943848, 2.1213202476501465, 2.2360680103302, 1.1180340051651, 3.2015621662139893, 2.1213202476501465, 4.242640495300293, 1.1180340051651, 1.5, 1.5, 1.1180340051651, 1.4142135381698608, 1.8027756214141846, 0.7071067690849304, 0.5, 1.5811388492584229, 1.1180340051651, 4.7169904708862305, 2.5495097637176514, 2.0615527629852295, 0.5, 1.1180340051651, 0.5, 1.1180340051651, 2.2360680103302, 4.4721360206604, 8.514693260192871, 5.590169906616211, 5.590169906616211, 1.5, 1.5811388492584229, 0.5, 0.0, 0.7071067690849304, 1.8027756214141846, 2.0, 3.3541018962860107, 2.692582368850708, 4.123105525970459, 6.7082037925720215, 0.5, 5.590169906616211, 5.7008771896362305, 4.031128883361816, 4.031128883361816, 1.5811388492584229, 2.8284270763397217, 3.041381359100342, 3.535533905029297, 2.2360680103302, 6.184658527374268, 2.2360680103302, 3.640054941177368, 9.708244323730469, 3.640054941177368, 6.7082037925720215, 4.5, 2.692582368850708, 4.527692794799805, 2.0, 0.5, 2.1213202476501465, 1.1180340051651, 1.1180340051651, 2.0615527629852295, 0.5, 1.0, 1.0, 1.1180340051651, 1.1180340051651, 1.1180340051651, 1.1180340051651, 0.7071067690849304, 1.1180340051651, 1.1180340051651, 0.5, 1.4142135381698608, 0.0, 1.1180340051651, 3.605551242828369, 7.905694007873535, 12.980754852294922, 14.534441947937012, 18.828170776367188, 20.426698684692383, 21.47673225402832, 19.608671188354492, 16.101242065429688, 13.03840446472168, 8.845903396606445, 4.4721360206604, 2.2360680103302, 1.5, 3.8078866004943848, 0.5, 2.915475845336914, 3.535533905029297, 2.5495097637176514, 1.5811388492584229, 59.03388977050781, 0.0]}, "per_object": {"0": {"trust": [false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false, false], "state": ["static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static", "static"]}, "1": {"trust": [true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, false], "state": ["grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_both", "grasped_r", "grasped_r", "grasped_r", "grasped_r", "grasped_r", "grasped_r", "grasped_r", "grasped_r", "grasped_r", "grasped_r", "grasped_r", "grasped_r", "grasped_r", "grasped_r", "grasped_r", "moving", "static"]}}}
|