VectorW commited on
Commit
5fd639b
·
verified ·
1 Parent(s): 5392c6c

2026-05-17: orphan sam3_obj_data cleanup — drop per-frame mask/OBB/pose_t for removed oids (fixes ghost outlines) (6/26)

Browse files
samples/-7uLbtVsmQs_874.8_879.1/mask.mp4 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2211e4c9dccf91e64d1ccc1a24d4ca68c6210083293a24dc40a189dbdc75fab4
3
- size 6041
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32c82a1ea8fc793781c1ace038e5ba2ca1fcb737da4a1dd42a22ddd6a902ac9e
3
+ size 4221
samples/-7uLbtVsmQs_874.8_879.1/object_obb.bin CHANGED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5d89f056865052bcb89c910d2d62872e029fb273c3db03f8968a52a41593c1b5
3
- size 192
 
 
 
 
samples/-7uLbtVsmQs_874.8_879.1/object_pose.bin CHANGED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:77e9234500ec3a9b26df5f9dba97c224157f2145814c8cdd0a55691b9bab8e05
3
- size 8448
 
 
 
 
samples/-7uLbtVsmQs_874.8_879.1/recording.viser CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:344eae5f1314f8c9d6d86a4ff38abd2f46130ee91dbff40e79371faefbf294c2
3
- size 1484517
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73a0237e8f5f52643e8e244ab2d3fa313f0f69409c8d277d4ee003b180637854
3
+ size 1460912
samples/-7uLbtVsmQs_874.8_879.1/scene.json CHANGED
@@ -41,60 +41,17 @@
41
  "hand_verts": "hand_verts.bin",
42
  "hand_faces": "hand_faces.bin",
43
  "hand_meta": "hand_meta.json",
44
- "objects": [
45
- {
46
- "id": 0,
47
- "prompt": "bolt",
48
- "color_hex": "#d97757",
49
- "ply": "objects/obj_0.ply",
50
- "n_points": 0,
51
- "scale_correction": 1.0,
52
- "tracker_ok": false,
53
- "canonical_translation": [
54
- 0,
55
- 0,
56
- 0
57
- ],
58
- "canonical_rotation_quat": [
59
- 0,
60
- 0,
61
- 0,
62
- 1
63
- ],
64
- "canonical_scale": 1.0
65
- },
66
- {
67
- "id": 1,
68
- "prompt": "bolt",
69
- "color_hex": "#6a9460",
70
- "ply": "objects/obj_1.ply",
71
- "n_points": 0,
72
- "scale_correction": 1.0,
73
- "tracker_ok": false,
74
- "canonical_translation": [
75
- 0,
76
- 0,
77
- 0
78
- ],
79
- "canonical_rotation_quat": [
80
- 0,
81
- 0,
82
- 0,
83
- 1
84
- ],
85
- "canonical_scale": 1.0
86
- }
87
- ],
88
  "object_pose_traj": "object_pose.bin",
89
  "object_pose_shape": [
90
  66,
91
- 2,
92
  4,
93
  4
94
  ],
95
  "object_obb": "object_obb.bin",
96
  "object_obb_shape": [
97
- 2,
98
  8,
99
  3
100
  ],
@@ -112,26 +69,15 @@
112
  480,
113
  853
114
  ],
115
- "masks_npz": "masks.npz",
116
- "masks_meta": {
117
- "shape": [
118
- 66,
119
- 480,
120
- 853
121
- ],
122
- "oids": [
123
- 0,
124
- 1
125
- ],
126
- "decode": "np.unpackbits(arr[oid_K][t])[: H*W].reshape(H, W).astype(bool)"
127
- },
128
  "bg_template": "bg_template.png",
129
  "pose_track": "pose_track.json"
130
  }
131
  },
132
  "stats": {
133
  "n_frames": 66,
134
- "n_objects": 2,
135
  "has_grasp": false,
136
  "mean_trust": null,
137
  "mean_iou": null,
 
41
  "hand_verts": "hand_verts.bin",
42
  "hand_faces": "hand_faces.bin",
43
  "hand_meta": "hand_meta.json",
44
+ "objects": [],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  "object_pose_traj": "object_pose.bin",
46
  "object_pose_shape": [
47
  66,
48
+ 0,
49
  4,
50
  4
51
  ],
52
  "object_obb": "object_obb.bin",
53
  "object_obb_shape": [
54
+ 0,
55
  8,
56
  3
57
  ],
 
69
  480,
70
  853
71
  ],
72
+ "masks_npz": null,
73
+ "masks_meta": null,
 
 
 
 
 
 
 
 
 
 
 
74
  "bg_template": "bg_template.png",
75
  "pose_track": "pose_track.json"
76
  }
77
  },
78
  "stats": {
79
  "n_frames": 66,
80
+ "n_objects": 0,
81
  "has_grasp": false,
82
  "mean_trust": null,
83
  "mean_iou": null,