MaximumY commited on
Commit
fb1c5b9
·
verified ·
1 Parent(s): c6db23c

held-out 20: benchmark spec, prescriptive camera rig, eval seeds, Franka index

Browse files
.gitattributes CHANGED
@@ -60,3 +60,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
  stage1_5k_camera_fixed/artifacts/awr_weights_phase.json filter=lfs diff=lfs merge=lfs -text
62
  stage1_5k_camera_fixed/artifacts/awr_weights_v2.json filter=lfs diff=lfs merge=lfs -text
 
 
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
  stage1_5k_camera_fixed/artifacts/awr_weights_phase.json filter=lfs diff=lfs merge=lfs -text
62
  stage1_5k_camera_fixed/artifacts/awr_weights_v2.json filter=lfs diff=lfs merge=lfs -text
63
+ franka/index/heldout20_index.jsonl filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,140 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - robotics
7
+ - manipulation
8
+ - few-shot
9
+ - cross-embodiment
10
  ---
11
+
12
+ # AXIS held-out 20 — a cross-embodiment few-shot adaptation benchmark
13
+
14
+ 20 tasks never seen in pretraining, 20 demonstrations each, LoRA adaptation, rollout evaluation.
15
+
16
+ **This release is the SPECIFICATION and the INDEX, not the demonstration data.** It is published
17
+ first and on purpose: everything here is what you need to *render* the benchmark on your own
18
+ embodiment, and none of it depends on our video encoding being finished.
19
+
20
+ > **Status: the task list is CANDIDATES.** The learnability gate (below) has not run yet. It can
21
+ > only remove tasks, never add them, so treat the 20 as an upper bound on the final set.
22
+
23
+ ## What is being measured
24
+
25
+ Few-shot adaptation to a target setup — **not** generalisation. A policy gets 20 demonstrations of
26
+ an unseen task, adapts by LoRA, and is evaluated on that same task under **the same conditions the
27
+ demonstrations contain**.
28
+
29
+ That last clause decides a question that is otherwise answered wrongly. Measured from the
30
+ demonstration data itself:
31
+
32
+ | axis | varies across demos? | so at eval |
33
+ |---|---|---|
34
+ | object identity, placement, jitter | **yes** | vary |
35
+ | robot initial state | **no** — 0.22° / 1.8 mm across 856 and 1,148 episodes | **fix** |
36
+ | camera pose | **no** | **fix** |
37
+ | appearance / lighting / texture | **no** — the randomisation config holds position deltas only | **fix** |
38
+
39
+ Randomising something at eval that the demos never contain measures a regime the benchmark does
40
+ not train for, and produces a number that answers no one's question.
41
+
42
+ ## Layout
43
+
44
+ ```
45
+ spec/
46
+ benchmark_spec.json task list, operations, gate thresholds, protocol
47
+ camera_rig.json the REQUIRED wrist rig, and our measured one (they differ — see below)
48
+ eval_seeds.json the seed list every embodiment must use
49
+ franka/
50
+ index/heldout20_index.jsonl one row per demonstration
51
+ ```
52
+
53
+ Embodiment-first, so adding an embodiment cannot disturb an existing one.
54
+
55
+ ## The camera rig is PRESCRIPTIVE
56
+
57
+ A cross-embodiment benchmark must fix the rig, or a score difference between embodiments confounds
58
+ the robot with its cameras.
59
+
60
+ **Wrist camera — reproduce this, expressed relative to your arm's end-effector frame:**
61
+
62
+ ```xml
63
+ <camera mode="fixed" name="eye_in_hand" pos="0.05 0 0" quat="0 0.707108 0.707108 0" fovy="75"/>
64
+ ```
65
+
66
+ Taken verbatim from `robosuite/models/assets/robots/panda/robot.xml`, which is what LIBERO trains
67
+ and evaluates against.
68
+
69
+ **Our own Franka renders do NOT comply, and that is why the rig is specified rather than frozen.**
70
+ Derived from the render data by composing the inverse end-effector pose with the recorded
71
+ `camera_to_world`, and checked for rigidity (max elementwise std **7.3e-08** — the camera really is
72
+ bolted on, so the number is a measurement, not a fit):
73
+
74
+ | | required (LIBERO) | measured (our Franka) | delta |
75
+ |---|---|---|---|
76
+ | hand→camera translation | `[0.05, 0, 0]` m | `[-0.074, 0, 0.0292]` m | **12.7 cm, opposite side in x** |
77
+ | vertical FOV | **75°** | **51.87°** | **23.1° narrower** |
78
+
79
+ Both measured values have **zero spread across all 20 tasks**. Reproduce the required column.
80
+
81
+ **Third-person camera:** one fixed pose shared by every task and episode, `[0.95, 0.0, 1.43]`. Per
82
+ episode intrinsics and `camera_to_world` are in the index.
83
+
84
+ ## The index
85
+
86
+ One row per demonstration. `split` is `adapt` (the 20 used for adaptation) or `spare`.
87
+
88
+ | field | meaning |
89
+ |---|---|
90
+ | `task_id`, `attempt_id` | **the join key.** Never join on `episode_index` — every build renumbers it |
91
+ | `source_episode_index` | which episode of our render this is |
92
+ | `n_frames`, `fps` | 15 fps |
93
+ | `cameras` | per camera `intrinsics` (3×3 K, row-major) and `camera_to_world` (4×4, row-major), on `adapt` rows |
94
+ | `camera_names` | all 10 rendered cameras: `frontview`/`wrist` plus four randomized replicas of each |
95
+ | `join_origin` | `published` (18 tasks) or `action_match` (2) — see below |
96
+ | `variant_id`, `seed`, `model_id` | scene identity |
97
+
98
+ `intrinsics` is K for the **source** resolution (640×360). If you render at another resolution,
99
+ adjust K rather than using it as-is.
100
+
101
+ ### Two tasks have a recovered join
102
+
103
+ Tasks **815** and **1746** ship a `task_manifest.json` that parses with `records: []` while having
104
+ 1,280 and 40 rendered episodes. Their attempt↔episode pairing was recovered by matching
105
+ trajectories directly. The method's accuracy was **measured, not assumed**: scored against task
106
+ 868's published manifest it was **401/401 correct**. Rows carry `join_origin` so you can tell.
107
+
108
+ ## Evaluation protocol
109
+
110
+ - **50 episodes per task**, using `spec/eval_seeds.json`. Every embodiment draws the same seeds, or
111
+ a cross-embodiment comparison silently compares different layouts.
112
+ - Eval scenes vary object set / placement / jitter only.
113
+ - At 50 trials a true 20% rate carries a 95% CI of roughly ±11 points.
114
+
115
+ ## The learnability gate (not yet run)
116
+
117
+ Quality filters say the *demonstrations* succeed. They say nothing about whether a policy can learn
118
+ the task from 20 of them — and the previous 10-task version of this benchmark floored, with **4 of
119
+ 6 evaluated tasks at 0/10**. A benchmark whose tasks are all unlearnable ranks nothing.
120
+
121
+ Every task must satisfy, with `pi05_base` + 20-demo LoRA:
122
+
123
+ ```
124
+ 20% <= success rate <= 80%
125
+ ```
126
+
127
+ Two-sided on purpose. Replacement depth is thin where it matters: `pick`, `place`, `reach` and
128
+ `remove` have exactly one eligible task each, so a gate failure there cannot be backfilled.
129
+
130
+ ## Known limits, stated rather than discovered
131
+
132
+ - **Robot initial-state robustness is not measured.** The demos start from one fixed pose, so the
133
+ benchmark cannot test it. This is our largest measured weakness elsewhere — on LIBERO-Plus, AXIS
134
+ pretraining loses 30.9 points on Robot Initial States while gaining 4.5 on Camera Viewpoints and
135
+ 7.4 on Sensor Noise. That belongs to the pretraining corpus and is fixed by re-rendering *that*,
136
+ not by perturbing this benchmark.
137
+ - **Visual robustness is not measured**, for the same reason: no appearance variation exists in the
138
+ demonstrations.
139
+ - **`pick_place`, `stack`, `push`, `pull` are absent** — no task reaches the quality bar. A data
140
+ limit, not an oversight.
franka/index/heldout20_index.jsonl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79131652f7e8cd49f41755b43111e481b234dabc35bcfb546ab00c06158dc9f3
3
+ size 12881959
spec/benchmark_spec.json ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema": "axis_heldout20_benchmark_v1",
3
+ "name": "AXIS held-out 20",
4
+ "what_it_measures": "few-shot adaptation to a target setup: ~20 demonstrations of an unseen task, LoRA adaptation, evaluation on that same task under the SAME conditions the demonstrations contain. Not generalisation -- randomising at eval what the demos do not contain measures a regime this never trains for.",
5
+ "n_tasks": 20,
6
+ "n_operations": 12,
7
+ "adaptation_demos_per_task": 20,
8
+ "eval_episodes_per_task": 50,
9
+ "eval_requires": "--dual-sim (--eval-layouts has no object collision; objects fall off the table within ~120 steps and the scores are of a physically broken scene)",
10
+ "learnability_gate": {
11
+ "policy": "pi05_base + 20-demo LoRA",
12
+ "keep_if": "0.20 <= success_rate <= 0.80",
13
+ "why_two_sided": "the lower bound removes tasks that measure nothing -- the previous 10-task set had 4 of 6 evaluated tasks at 0/10; the upper removes tasks already solved, which leave no headroom to show improvement",
14
+ "status": "NOT YET RUN -- the task list below is CANDIDATES, not the final benchmark"
15
+ },
16
+ "conditions": {
17
+ "vary_at_eval": [
18
+ "object identity",
19
+ "object placement",
20
+ "placement jitter"
21
+ ],
22
+ "fix_at_eval": [
23
+ "robot initial state",
24
+ "camera pose",
25
+ "visual appearance / lighting / texture"
26
+ ],
27
+ "why": "measured from the demonstration data: robot initial joints vary by at most 0.22 deg and the EE start by 1.8 mm across 856 and 1148 episodes, and domain_randomization contains only position deltas -- nothing visual. Eval must match what the demos contain."
28
+ },
29
+ "excluded": {
30
+ "813": "layout generator fails after 50,000 attempts placing 4 objects in a 0.50 m box; surfaces as an empty error:build_scene: message, so it cannot be scored"
31
+ },
32
+ "join_on": "(task_id, attempt_id) -- NEVER episode_index, which every build renumbers",
33
+ "tasks": [
34
+ {
35
+ "task_id": 1459,
36
+ "operation": "insert",
37
+ "name": "fit lid onto container",
38
+ "demos_available": 31,
39
+ "adaptation_demos": 20,
40
+ "join_origin": "published"
41
+ },
42
+ {
43
+ "task_id": 1458,
44
+ "operation": "insert",
45
+ "name": "insert utensil into holder",
46
+ "demos_available": 42,
47
+ "adaptation_demos": 20,
48
+ "join_origin": "published"
49
+ },
50
+ {
51
+ "task_id": 868,
52
+ "operation": "pick",
53
+ "name": "pick single rigid object",
54
+ "demos_available": 40,
55
+ "adaptation_demos": 20,
56
+ "join_origin": "published"
57
+ },
58
+ {
59
+ "task_id": 815,
60
+ "operation": "place",
61
+ "name": "place with orientation",
62
+ "demos_available": 37,
63
+ "adaptation_demos": 20,
64
+ "join_origin": "action_match"
65
+ },
66
+ {
67
+ "task_id": 1889,
68
+ "operation": "put_beside",
69
+ "name": "put the kiwi beside the banana",
70
+ "demos_available": 40,
71
+ "adaptation_demos": 20,
72
+ "join_origin": "published"
73
+ },
74
+ {
75
+ "task_id": 1891,
76
+ "operation": "put_beside",
77
+ "name": "put the orange beside the banana",
78
+ "demos_available": 39,
79
+ "adaptation_demos": 20,
80
+ "join_origin": "published"
81
+ },
82
+ {
83
+ "task_id": 945,
84
+ "operation": "put_into",
85
+ "name": "put both the potato and the pepper in the bowl",
86
+ "demos_available": 36,
87
+ "adaptation_demos": 20,
88
+ "join_origin": "published"
89
+ },
90
+ {
91
+ "task_id": 1046,
92
+ "operation": "put_into",
93
+ "name": "put the toy car into the basket",
94
+ "demos_available": 36,
95
+ "adaptation_demos": 20,
96
+ "join_origin": "published"
97
+ },
98
+ {
99
+ "task_id": 966,
100
+ "operation": "put_on",
101
+ "name": "put the eyeglasses case on the tissue box",
102
+ "demos_available": 39,
103
+ "adaptation_demos": 20,
104
+ "join_origin": "published"
105
+ },
106
+ {
107
+ "task_id": 1746,
108
+ "operation": "put_on",
109
+ "name": "put the cube block on the poker",
110
+ "demos_available": 40,
111
+ "adaptation_demos": 20,
112
+ "join_origin": "action_match"
113
+ },
114
+ {
115
+ "task_id": 953,
116
+ "operation": "put_spatial",
117
+ "name": "put the muffin on the left side of the cup",
118
+ "demos_available": 33,
119
+ "adaptation_demos": 20,
120
+ "join_origin": "published"
121
+ },
122
+ {
123
+ "task_id": 929,
124
+ "operation": "put_spatial",
125
+ "name": "put the tea cup on the left side of the tea pot",
126
+ "demos_available": 37,
127
+ "adaptation_demos": 20,
128
+ "join_origin": "published"
129
+ },
130
+ {
131
+ "task_id": 811,
132
+ "operation": "reach",
133
+ "name": "reach target pose",
134
+ "demos_available": 40,
135
+ "adaptation_demos": 20,
136
+ "join_origin": "published"
137
+ },
138
+ {
139
+ "task_id": 1426,
140
+ "operation": "rearrange",
141
+ "name": "rearrange three items",
142
+ "demos_available": 30,
143
+ "adaptation_demos": 20,
144
+ "join_origin": "published"
145
+ },
146
+ {
147
+ "task_id": 1427,
148
+ "operation": "rearrange",
149
+ "name": "rearrange three items 2",
150
+ "demos_available": 30,
151
+ "adaptation_demos": 20,
152
+ "join_origin": "published"
153
+ },
154
+ {
155
+ "task_id": 1252,
156
+ "operation": "remove",
157
+ "name": "remove loose lid",
158
+ "demos_available": 37,
159
+ "adaptation_demos": 20,
160
+ "join_origin": "published"
161
+ },
162
+ {
163
+ "task_id": 866,
164
+ "operation": "rotate",
165
+ "name": "rotate the computer mouse",
166
+ "demos_available": 40,
167
+ "adaptation_demos": 20,
168
+ "join_origin": "published"
169
+ },
170
+ {
171
+ "task_id": 970,
172
+ "operation": "rotate",
173
+ "name": "rotate the eyeglasses case",
174
+ "demos_available": 38,
175
+ "adaptation_demos": 20,
176
+ "join_origin": "published"
177
+ },
178
+ {
179
+ "task_id": 809,
180
+ "operation": "separate",
181
+ "name": "separate the sandwich from the juice",
182
+ "demos_available": 40,
183
+ "adaptation_demos": 20,
184
+ "join_origin": "published"
185
+ },
186
+ {
187
+ "task_id": 810,
188
+ "operation": "separate",
189
+ "name": "separate the sandwich from the napkin box",
190
+ "demos_available": 40,
191
+ "adaptation_demos": 20,
192
+ "join_origin": "published"
193
+ }
194
+ ]
195
+ }
spec/camera_rig.json ADDED
@@ -0,0 +1,662 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema": "axis_heldout_camera_rig_v1",
3
+ "required_wrist_rig": {
4
+ "source": "robosuite/models/assets/robots/panda/robot.xml (camera name=eye_in_hand)",
5
+ "mount": "end-effector body; express relative to the EE frame of whatever arm you render",
6
+ "pos": [
7
+ 0.05,
8
+ 0.0,
9
+ 0.0
10
+ ],
11
+ "quat": [
12
+ 0.0,
13
+ 0.707108,
14
+ 0.707108,
15
+ 0.0
16
+ ],
17
+ "fovy_deg": 75.0
18
+ },
19
+ "measured_axis_wrist_rig_per_task": {
20
+ "1459": {
21
+ "quaternion_order": "wxyz",
22
+ "rigid_max_elementwise_std": 7.309661247312697e-08,
23
+ "hand_to_camera_translation": [
24
+ -0.07399998733957293,
25
+ 2.044420140151177e-10,
26
+ 0.02917401912574391
27
+ ],
28
+ "hand_to_camera_rotation": [
29
+ [
30
+ 0.017573841298634534,
31
+ -0.8968424064402247,
32
+ -0.4420009754781786
33
+ ],
34
+ [
35
+ -0.999843057130211,
36
+ -0.014772044842894195,
37
+ -0.009780267184320445
38
+ ],
39
+ [
40
+ 0.00224210003445029,
41
+ 0.4421034835070091,
42
+ -0.8969612520362753
43
+ ]
44
+ ],
45
+ "fovy_deg": 51.87451774695287,
46
+ "source_resolution": [
47
+ 639.0,
48
+ 359.0
49
+ ],
50
+ "n_frames_used": 405
51
+ },
52
+ "1458": {
53
+ "quaternion_order": "wxyz",
54
+ "rigid_max_elementwise_std": 6.192120691949132e-08,
55
+ "hand_to_camera_translation": [
56
+ -0.07399998951104042,
57
+ 1.8634138463176103e-10,
58
+ 0.029174009992423346
59
+ ],
60
+ "hand_to_camera_rotation": [
61
+ [
62
+ 0.017573839960748103,
63
+ -0.896842403322697,
64
+ -0.44200097577521746
65
+ ],
66
+ [
67
+ -0.9998430522867906,
68
+ -0.014772042865117137,
69
+ -0.009780266145400068
70
+ ],
71
+ [
72
+ 0.0022421006567287525,
73
+ 0.4421034824572436,
74
+ -0.8969612498906949
75
+ ]
76
+ ],
77
+ "fovy_deg": 51.87451774695287,
78
+ "source_resolution": [
79
+ 639.0,
80
+ 359.0
81
+ ],
82
+ "n_frames_used": 408
83
+ },
84
+ "868": {
85
+ "quaternion_order": "wxyz",
86
+ "rigid_max_elementwise_std": 7.060081333035842e-08,
87
+ "hand_to_camera_translation": [
88
+ -0.07399998771804574,
89
+ 6.548043620758853e-11,
90
+ 0.02917401148875879
91
+ ],
92
+ "hand_to_camera_rotation": [
93
+ [
94
+ 0.01757384181019264,
95
+ -0.8968424026639827,
96
+ -0.44200097620779355
97
+ ],
98
+ [
99
+ -0.999843057615328,
100
+ -0.014772045011237415,
101
+ -0.009780267235430589
102
+ ],
103
+ [
104
+ 0.0022421001009572963,
105
+ 0.44210348293174323,
106
+ -0.8969612547061178
107
+ ]
108
+ ],
109
+ "fovy_deg": 51.87451774695287,
110
+ "source_resolution": [
111
+ 639.0,
112
+ 359.0
113
+ ],
114
+ "n_frames_used": 440
115
+ },
116
+ "815": {
117
+ "quaternion_order": "wxyz",
118
+ "rigid_max_elementwise_std": 7.113623447481521e-08,
119
+ "hand_to_camera_translation": [
120
+ -0.07399998683416,
121
+ -3.727644606543261e-10,
122
+ 0.02917404645096263
123
+ ],
124
+ "hand_to_camera_rotation": [
125
+ [
126
+ 0.017573842171517338,
127
+ -0.8968424034858115,
128
+ -0.44200097641790453
129
+ ],
130
+ [
131
+ -0.9998430933374923,
132
+ -0.01477204570490695,
133
+ -0.009780267287678203
134
+ ],
135
+ [
136
+ 0.0022421000422019346,
137
+ 0.44210349808268806,
138
+ -0.8969612914342193
139
+ ]
140
+ ],
141
+ "fovy_deg": 51.87451774695287,
142
+ "source_resolution": [
143
+ 639.0,
144
+ 359.0
145
+ ],
146
+ "n_frames_used": 404
147
+ },
148
+ "1889": {
149
+ "quaternion_order": "wxyz",
150
+ "rigid_max_elementwise_std": 7.095493522205894e-08,
151
+ "hand_to_camera_translation": [
152
+ -0.07399998772372832,
153
+ 7.87765410104718e-11,
154
+ 0.029174013449630696
155
+ ],
156
+ "hand_to_camera_rotation": [
157
+ [
158
+ 0.01757384117012479,
159
+ -0.8968424044411006,
160
+ -0.44200097634027574
161
+ ],
162
+ [
163
+ -0.999843057808135,
164
+ -0.014772044343017106,
165
+ -0.009780266999638625
166
+ ],
167
+ [
168
+ 0.0022421001342653284,
169
+ 0.4421034840714694,
170
+ -0.8969612531148453
171
+ ]
172
+ ],
173
+ "fovy_deg": 51.87451774695287,
174
+ "source_resolution": [
175
+ 639.0,
176
+ 359.0
177
+ ],
178
+ "n_frames_used": 403
179
+ },
180
+ "1891": {
181
+ "quaternion_order": "wxyz",
182
+ "rigid_max_elementwise_std": 7.259549373387833e-08,
183
+ "hand_to_camera_translation": [
184
+ -0.07399998799647103,
185
+ -1.9996225987863594e-11,
186
+ 0.029174009806543694
187
+ ],
188
+ "hand_to_camera_rotation": [
189
+ [
190
+ 0.017573841772304314,
191
+ -0.8968424039296243,
192
+ -0.4420009748342181
193
+ ],
194
+ [
195
+ -0.9998430598588884,
196
+ -0.014772044810341806,
197
+ -0.009780267027383677
198
+ ],
199
+ [
200
+ 0.0022420999841809156,
201
+ 0.44210348486072915,
202
+ -0.896961255667335
203
+ ]
204
+ ],
205
+ "fovy_deg": 51.87451774695287,
206
+ "source_resolution": [
207
+ 639.0,
208
+ 359.0
209
+ ],
210
+ "n_frames_used": 423
211
+ },
212
+ "945": {
213
+ "quaternion_order": "wxyz",
214
+ "rigid_max_elementwise_std": 6.429784209375213e-08,
215
+ "hand_to_camera_translation": [
216
+ -0.07399998862447532,
217
+ 1.2798226659296375e-09,
218
+ 0.02917401007441676
219
+ ],
220
+ "hand_to_camera_rotation": [
221
+ [
222
+ 0.01757384457730884,
223
+ -0.8968424029441591,
224
+ -0.4420009755693461
225
+ ],
226
+ [
227
+ -0.9998430586509881,
228
+ -0.01477204334469146,
229
+ -0.009780266879046408
230
+ ],
231
+ [
232
+ 0.0022421000641939175,
233
+ 0.44210348263889077,
234
+ -0.8969612536087813
235
+ ]
236
+ ],
237
+ "fovy_deg": 51.87451774695287,
238
+ "source_resolution": [
239
+ 639.0,
240
+ 359.0
241
+ ],
242
+ "n_frames_used": 406
243
+ },
244
+ "1046": {
245
+ "quaternion_order": "wxyz",
246
+ "rigid_max_elementwise_std": 6.882525562322479e-08,
247
+ "hand_to_camera_translation": [
248
+ -0.07399998701762492,
249
+ 3.223105963511708e-10,
250
+ 0.02917401592393444
251
+ ],
252
+ "hand_to_camera_rotation": [
253
+ [
254
+ 0.017573840469043256,
255
+ -0.8968424018204992,
256
+ -0.44200097560808177
257
+ ],
258
+ [
259
+ -0.9998430606253986,
260
+ -0.014772047115773429,
261
+ -0.009780268111566365
262
+ ],
263
+ [
264
+ 0.0022420999593621817,
265
+ 0.4421034842315409,
266
+ -0.896961255260006
267
+ ]
268
+ ],
269
+ "fovy_deg": 51.87451774695287,
270
+ "source_resolution": [
271
+ 639.0,
272
+ 359.0
273
+ ],
274
+ "n_frames_used": 423
275
+ },
276
+ "966": {
277
+ "quaternion_order": "wxyz",
278
+ "rigid_max_elementwise_std": 6.47663152454748e-08,
279
+ "hand_to_camera_translation": [
280
+ -0.07399998840728787,
281
+ -1.1163404633634809e-09,
282
+ 0.029174014092272847
283
+ ],
284
+ "hand_to_camera_rotation": [
285
+ [
286
+ 0.017573844577452785,
287
+ -0.8968424034525351,
288
+ -0.4420009757877265
289
+ ],
290
+ [
291
+ -0.9998430566639794,
292
+ -0.014772042691067947,
293
+ -0.009780266268137496
294
+ ],
295
+ [
296
+ 0.0022420999478354503,
297
+ 0.4421034840752278,
298
+ -0.8969612535442901
299
+ ]
300
+ ],
301
+ "fovy_deg": 51.87451774695287,
302
+ "source_resolution": [
303
+ 639.0,
304
+ 359.0
305
+ ],
306
+ "n_frames_used": 418
307
+ },
308
+ "1746": {
309
+ "quaternion_order": "wxyz",
310
+ "rigid_max_elementwise_std": 7.037438880703332e-08,
311
+ "hand_to_camera_translation": [
312
+ -0.0739999877060328,
313
+ 1.1429390534783869e-11,
314
+ 0.029174009323335796
315
+ ],
316
+ "hand_to_camera_rotation": [
317
+ [
318
+ 0.017573840701558815,
319
+ -0.8968424041482603,
320
+ -0.44200097524422544
321
+ ],
322
+ [
323
+ -0.9998430511129764,
324
+ -0.014772044093887623,
325
+ -0.009780266895774416
326
+ ],
327
+ [
328
+ 0.002242099997691957,
329
+ 0.44210348000627075,
330
+ -0.8969612477362681
331
+ ]
332
+ ],
333
+ "fovy_deg": 51.87451774695287,
334
+ "source_resolution": [
335
+ 639.0,
336
+ 359.0
337
+ ],
338
+ "n_frames_used": 418
339
+ },
340
+ "953": {
341
+ "quaternion_order": "wxyz",
342
+ "rigid_max_elementwise_std": 7.265668831478254e-08,
343
+ "hand_to_camera_translation": [
344
+ -0.07399998898487863,
345
+ 8.863799410704162e-10,
346
+ 0.02917401194656179
347
+ ],
348
+ "hand_to_camera_rotation": [
349
+ [
350
+ 0.017573841845986444,
351
+ -0.8968424048214977,
352
+ -0.4420009746177061
353
+ ],
354
+ [
355
+ -0.9998430488735287,
356
+ -0.014772044709622801,
357
+ -0.00978026691739179
358
+ ],
359
+ [
360
+ 0.002242099920884774,
361
+ 0.44210347869949174,
362
+ -0.8969612456082451
363
+ ]
364
+ ],
365
+ "fovy_deg": 51.87451774695287,
366
+ "source_resolution": [
367
+ 639.0,
368
+ 359.0
369
+ ],
370
+ "n_frames_used": 409
371
+ },
372
+ "929": {
373
+ "quaternion_order": "wxyz",
374
+ "rigid_max_elementwise_std": 7.040012371066434e-08,
375
+ "hand_to_camera_translation": [
376
+ -0.07399998817264258,
377
+ 3.507688979495355e-10,
378
+ 0.029174011148318593
379
+ ],
380
+ "hand_to_camera_rotation": [
381
+ [
382
+ 0.01757384184190062,
383
+ -0.8968424027677225,
384
+ -0.4420009767941645
385
+ ],
386
+ [
387
+ -0.9998430559109747,
388
+ -0.014772044846818959,
389
+ -0.00978026700591525
390
+ ],
391
+ [
392
+ 0.0022420999570437437,
393
+ 0.44210348326627746,
394
+ -0.896961253441919
395
+ ]
396
+ ],
397
+ "fovy_deg": 51.87451774695287,
398
+ "source_resolution": [
399
+ 639.0,
400
+ 359.0
401
+ ],
402
+ "n_frames_used": 418
403
+ },
404
+ "811": {
405
+ "quaternion_order": "wxyz",
406
+ "rigid_max_elementwise_std": 7.326625361170026e-08,
407
+ "hand_to_camera_translation": [
408
+ -0.07399998692435547,
409
+ 2.5328048461496466e-10,
410
+ 0.029174014683085416
411
+ ],
412
+ "hand_to_camera_rotation": [
413
+ [
414
+ 0.017573841844991365,
415
+ -0.8968424044674931,
416
+ -0.4420009754609683
417
+ ],
418
+ [
419
+ -0.9998430496861568,
420
+ -0.014772044711816345,
421
+ -0.009780267192878238
422
+ ],
423
+ [
424
+ 0.0022421002510067097,
425
+ 0.4421034804531156,
426
+ -0.8969612471908678
427
+ ]
428
+ ],
429
+ "fovy_deg": 51.87451774695287,
430
+ "source_resolution": [
431
+ 639.0,
432
+ 359.0
433
+ ],
434
+ "n_frames_used": 403
435
+ },
436
+ "1426": {
437
+ "quaternion_order": "wxyz",
438
+ "rigid_max_elementwise_std": 6.493634673790647e-08,
439
+ "hand_to_camera_translation": [
440
+ -0.07399998851109083,
441
+ 2.1653478299942803e-10,
442
+ 0.029174012108572206
443
+ ],
444
+ "hand_to_camera_rotation": [
445
+ [
446
+ 0.01757384058976304,
447
+ -0.8968424046895248,
448
+ -0.44200097661876175
449
+ ],
450
+ [
451
+ -0.9998430587167471,
452
+ -0.01477204600222639,
453
+ -0.009780267800666983
454
+ ],
455
+ [
456
+ 0.0022420998286541787,
457
+ 0.44210348482178013,
458
+ -0.8969612556031056
459
+ ]
460
+ ],
461
+ "fovy_deg": 51.87451774695287,
462
+ "source_resolution": [
463
+ 639.0,
464
+ 359.0
465
+ ],
466
+ "n_frames_used": 407
467
+ },
468
+ "1427": {
469
+ "quaternion_order": "wxyz",
470
+ "rigid_max_elementwise_std": 6.946411685784898e-08,
471
+ "hand_to_camera_translation": [
472
+ -0.07399998912884408,
473
+ -8.454178741119376e-10,
474
+ 0.029174010133273056
475
+ ],
476
+ "hand_to_camera_rotation": [
477
+ [
478
+ 0.017573842165975906,
479
+ -0.8968424042533706,
480
+ -0.44200097491383283
481
+ ],
482
+ [
483
+ -0.9998430558996497,
484
+ -0.014772044970005263,
485
+ -0.009780267190344125
486
+ ],
487
+ [
488
+ 0.002242100014019031,
489
+ 0.4421034837627341,
490
+ -0.896961251720341
491
+ ]
492
+ ],
493
+ "fovy_deg": 51.87451774695287,
494
+ "source_resolution": [
495
+ 639.0,
496
+ 359.0
497
+ ],
498
+ "n_frames_used": 406
499
+ },
500
+ "1252": {
501
+ "quaternion_order": "wxyz",
502
+ "rigid_max_elementwise_std": 7.064044559510248e-08,
503
+ "hand_to_camera_translation": [
504
+ -0.07399998759447271,
505
+ -5.863345905770336e-10,
506
+ 0.02917403793848213
507
+ ],
508
+ "hand_to_camera_rotation": [
509
+ [
510
+ 0.017573842043559912,
511
+ -0.8968424036813546,
512
+ -0.4420009757341988
513
+ ],
514
+ [
515
+ -0.9998430864849672,
516
+ -0.014772045543437261,
517
+ -0.00978026720764078
518
+ ],
519
+ [
520
+ 0.0022420999937119955,
521
+ 0.4421034954993768,
522
+ -0.896961284969932
523
+ ]
524
+ ],
525
+ "fovy_deg": 51.87451774695287,
526
+ "source_resolution": [
527
+ 639.0,
528
+ 359.0
529
+ ],
530
+ "n_frames_used": 402
531
+ },
532
+ "866": {
533
+ "quaternion_order": "wxyz",
534
+ "rigid_max_elementwise_std": 6.431746227180387e-08,
535
+ "hand_to_camera_translation": [
536
+ -0.0739999877793875,
537
+ 2.425448400243542e-10,
538
+ 0.029174009343727724
539
+ ],
540
+ "hand_to_camera_rotation": [
541
+ [
542
+ 0.01757384200430651,
543
+ -0.8968424034937857,
544
+ -0.44200097561761215
545
+ ],
546
+ [
547
+ -0.9998430578612125,
548
+ -0.014772044519695403,
549
+ -0.009780266946820262
550
+ ],
551
+ [
552
+ 0.00224209993468322,
553
+ 0.4421034830942645,
554
+ -0.8969612537553208
555
+ ]
556
+ ],
557
+ "fovy_deg": 51.87451774695287,
558
+ "source_resolution": [
559
+ 639.0,
560
+ 359.0
561
+ ],
562
+ "n_frames_used": 413
563
+ },
564
+ "970": {
565
+ "quaternion_order": "wxyz",
566
+ "rigid_max_elementwise_std": 6.585398528806317e-08,
567
+ "hand_to_camera_translation": [
568
+ -0.07399998805413693,
569
+ 1.7196075945678004e-10,
570
+ 0.029174013775811036
571
+ ],
572
+ "hand_to_camera_rotation": [
573
+ [
574
+ 0.017573841242970043,
575
+ -0.8968424042813908,
576
+ -0.4420009749563422
577
+ ],
578
+ [
579
+ -0.9998430533871564,
580
+ -0.014772045768784063,
581
+ -0.009780267249815951
582
+ ],
583
+ [
584
+ 0.0022420999064848325,
585
+ 0.44210348204636957,
586
+ -0.8969612492396689
587
+ ]
588
+ ],
589
+ "fovy_deg": 51.87451774695287,
590
+ "source_resolution": [
591
+ 639.0,
592
+ 359.0
593
+ ],
594
+ "n_frames_used": 406
595
+ },
596
+ "809": {
597
+ "quaternion_order": "wxyz",
598
+ "rigid_max_elementwise_std": 6.905078120618676e-08,
599
+ "hand_to_camera_translation": [
600
+ -0.07399998910815292,
601
+ 5.282658286754852e-11,
602
+ 0.0291740112109379
603
+ ],
604
+ "hand_to_camera_rotation": [
605
+ [
606
+ 0.01757384152232314,
607
+ -0.8968424029839233,
608
+ -0.4420009748285454
609
+ ],
610
+ [
611
+ -0.9998430568915418,
612
+ -0.014772044228079187,
613
+ -0.009780266683495078
614
+ ],
615
+ [
616
+ 0.002242099949384325,
617
+ 0.4421034836032709,
618
+ -0.8969612502563145
619
+ ]
620
+ ],
621
+ "fovy_deg": 51.87451774695287,
622
+ "source_resolution": [
623
+ 639.0,
624
+ 359.0
625
+ ],
626
+ "n_frames_used": 410
627
+ },
628
+ "810": {
629
+ "quaternion_order": "wxyz",
630
+ "rigid_max_elementwise_std": 6.545038723342788e-08,
631
+ "hand_to_camera_translation": [
632
+ -0.07399998761734401,
633
+ 7.332121269556715e-10,
634
+ 0.029174012472717673
635
+ ],
636
+ "hand_to_camera_rotation": [
637
+ [
638
+ 0.01757384195350361,
639
+ -0.896842405139071,
640
+ -0.44200097648456943
641
+ ],
642
+ [
643
+ -0.9998430556603978,
644
+ -0.014772043995669467,
645
+ -0.009780266807739404
646
+ ],
647
+ [
648
+ 0.0022421000342697497,
649
+ 0.44210348347331857,
650
+ -0.8969612527116717
651
+ ]
652
+ ],
653
+ "fovy_deg": 51.87451774695287,
654
+ "source_resolution": [
655
+ 639.0,
656
+ 359.0
657
+ ],
658
+ "n_frames_used": 421
659
+ }
660
+ },
661
+ "note": "required_* is PRESCRIPTIVE and measured_* is what our current Franka renders actually have. They disagree, and that disagreement is a known transfer liability: reproduce required_*, not measured_*."
662
+ }
spec/eval_seeds.json ADDED
@@ -0,0 +1,1048 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema": "axis_heldout20_eval_seeds_v1",
3
+ "formula": "seed(task_id, i) = task_id * 1000 + i for i in [0, 50)",
4
+ "why": "every embodiment must draw the SAME seeds or a cross-embodiment comparison silently compares different layouts. A formula rather than a dump so it cannot drift, listed anyway so a consumer need not reimplement it.",
5
+ "n_per_task": 50,
6
+ "seeds": {
7
+ "1459": [
8
+ 1459000,
9
+ 1459001,
10
+ 1459002,
11
+ 1459003,
12
+ 1459004,
13
+ 1459005,
14
+ 1459006,
15
+ 1459007,
16
+ 1459008,
17
+ 1459009,
18
+ 1459010,
19
+ 1459011,
20
+ 1459012,
21
+ 1459013,
22
+ 1459014,
23
+ 1459015,
24
+ 1459016,
25
+ 1459017,
26
+ 1459018,
27
+ 1459019,
28
+ 1459020,
29
+ 1459021,
30
+ 1459022,
31
+ 1459023,
32
+ 1459024,
33
+ 1459025,
34
+ 1459026,
35
+ 1459027,
36
+ 1459028,
37
+ 1459029,
38
+ 1459030,
39
+ 1459031,
40
+ 1459032,
41
+ 1459033,
42
+ 1459034,
43
+ 1459035,
44
+ 1459036,
45
+ 1459037,
46
+ 1459038,
47
+ 1459039,
48
+ 1459040,
49
+ 1459041,
50
+ 1459042,
51
+ 1459043,
52
+ 1459044,
53
+ 1459045,
54
+ 1459046,
55
+ 1459047,
56
+ 1459048,
57
+ 1459049
58
+ ],
59
+ "1458": [
60
+ 1458000,
61
+ 1458001,
62
+ 1458002,
63
+ 1458003,
64
+ 1458004,
65
+ 1458005,
66
+ 1458006,
67
+ 1458007,
68
+ 1458008,
69
+ 1458009,
70
+ 1458010,
71
+ 1458011,
72
+ 1458012,
73
+ 1458013,
74
+ 1458014,
75
+ 1458015,
76
+ 1458016,
77
+ 1458017,
78
+ 1458018,
79
+ 1458019,
80
+ 1458020,
81
+ 1458021,
82
+ 1458022,
83
+ 1458023,
84
+ 1458024,
85
+ 1458025,
86
+ 1458026,
87
+ 1458027,
88
+ 1458028,
89
+ 1458029,
90
+ 1458030,
91
+ 1458031,
92
+ 1458032,
93
+ 1458033,
94
+ 1458034,
95
+ 1458035,
96
+ 1458036,
97
+ 1458037,
98
+ 1458038,
99
+ 1458039,
100
+ 1458040,
101
+ 1458041,
102
+ 1458042,
103
+ 1458043,
104
+ 1458044,
105
+ 1458045,
106
+ 1458046,
107
+ 1458047,
108
+ 1458048,
109
+ 1458049
110
+ ],
111
+ "868": [
112
+ 868000,
113
+ 868001,
114
+ 868002,
115
+ 868003,
116
+ 868004,
117
+ 868005,
118
+ 868006,
119
+ 868007,
120
+ 868008,
121
+ 868009,
122
+ 868010,
123
+ 868011,
124
+ 868012,
125
+ 868013,
126
+ 868014,
127
+ 868015,
128
+ 868016,
129
+ 868017,
130
+ 868018,
131
+ 868019,
132
+ 868020,
133
+ 868021,
134
+ 868022,
135
+ 868023,
136
+ 868024,
137
+ 868025,
138
+ 868026,
139
+ 868027,
140
+ 868028,
141
+ 868029,
142
+ 868030,
143
+ 868031,
144
+ 868032,
145
+ 868033,
146
+ 868034,
147
+ 868035,
148
+ 868036,
149
+ 868037,
150
+ 868038,
151
+ 868039,
152
+ 868040,
153
+ 868041,
154
+ 868042,
155
+ 868043,
156
+ 868044,
157
+ 868045,
158
+ 868046,
159
+ 868047,
160
+ 868048,
161
+ 868049
162
+ ],
163
+ "815": [
164
+ 815000,
165
+ 815001,
166
+ 815002,
167
+ 815003,
168
+ 815004,
169
+ 815005,
170
+ 815006,
171
+ 815007,
172
+ 815008,
173
+ 815009,
174
+ 815010,
175
+ 815011,
176
+ 815012,
177
+ 815013,
178
+ 815014,
179
+ 815015,
180
+ 815016,
181
+ 815017,
182
+ 815018,
183
+ 815019,
184
+ 815020,
185
+ 815021,
186
+ 815022,
187
+ 815023,
188
+ 815024,
189
+ 815025,
190
+ 815026,
191
+ 815027,
192
+ 815028,
193
+ 815029,
194
+ 815030,
195
+ 815031,
196
+ 815032,
197
+ 815033,
198
+ 815034,
199
+ 815035,
200
+ 815036,
201
+ 815037,
202
+ 815038,
203
+ 815039,
204
+ 815040,
205
+ 815041,
206
+ 815042,
207
+ 815043,
208
+ 815044,
209
+ 815045,
210
+ 815046,
211
+ 815047,
212
+ 815048,
213
+ 815049
214
+ ],
215
+ "1889": [
216
+ 1889000,
217
+ 1889001,
218
+ 1889002,
219
+ 1889003,
220
+ 1889004,
221
+ 1889005,
222
+ 1889006,
223
+ 1889007,
224
+ 1889008,
225
+ 1889009,
226
+ 1889010,
227
+ 1889011,
228
+ 1889012,
229
+ 1889013,
230
+ 1889014,
231
+ 1889015,
232
+ 1889016,
233
+ 1889017,
234
+ 1889018,
235
+ 1889019,
236
+ 1889020,
237
+ 1889021,
238
+ 1889022,
239
+ 1889023,
240
+ 1889024,
241
+ 1889025,
242
+ 1889026,
243
+ 1889027,
244
+ 1889028,
245
+ 1889029,
246
+ 1889030,
247
+ 1889031,
248
+ 1889032,
249
+ 1889033,
250
+ 1889034,
251
+ 1889035,
252
+ 1889036,
253
+ 1889037,
254
+ 1889038,
255
+ 1889039,
256
+ 1889040,
257
+ 1889041,
258
+ 1889042,
259
+ 1889043,
260
+ 1889044,
261
+ 1889045,
262
+ 1889046,
263
+ 1889047,
264
+ 1889048,
265
+ 1889049
266
+ ],
267
+ "1891": [
268
+ 1891000,
269
+ 1891001,
270
+ 1891002,
271
+ 1891003,
272
+ 1891004,
273
+ 1891005,
274
+ 1891006,
275
+ 1891007,
276
+ 1891008,
277
+ 1891009,
278
+ 1891010,
279
+ 1891011,
280
+ 1891012,
281
+ 1891013,
282
+ 1891014,
283
+ 1891015,
284
+ 1891016,
285
+ 1891017,
286
+ 1891018,
287
+ 1891019,
288
+ 1891020,
289
+ 1891021,
290
+ 1891022,
291
+ 1891023,
292
+ 1891024,
293
+ 1891025,
294
+ 1891026,
295
+ 1891027,
296
+ 1891028,
297
+ 1891029,
298
+ 1891030,
299
+ 1891031,
300
+ 1891032,
301
+ 1891033,
302
+ 1891034,
303
+ 1891035,
304
+ 1891036,
305
+ 1891037,
306
+ 1891038,
307
+ 1891039,
308
+ 1891040,
309
+ 1891041,
310
+ 1891042,
311
+ 1891043,
312
+ 1891044,
313
+ 1891045,
314
+ 1891046,
315
+ 1891047,
316
+ 1891048,
317
+ 1891049
318
+ ],
319
+ "945": [
320
+ 945000,
321
+ 945001,
322
+ 945002,
323
+ 945003,
324
+ 945004,
325
+ 945005,
326
+ 945006,
327
+ 945007,
328
+ 945008,
329
+ 945009,
330
+ 945010,
331
+ 945011,
332
+ 945012,
333
+ 945013,
334
+ 945014,
335
+ 945015,
336
+ 945016,
337
+ 945017,
338
+ 945018,
339
+ 945019,
340
+ 945020,
341
+ 945021,
342
+ 945022,
343
+ 945023,
344
+ 945024,
345
+ 945025,
346
+ 945026,
347
+ 945027,
348
+ 945028,
349
+ 945029,
350
+ 945030,
351
+ 945031,
352
+ 945032,
353
+ 945033,
354
+ 945034,
355
+ 945035,
356
+ 945036,
357
+ 945037,
358
+ 945038,
359
+ 945039,
360
+ 945040,
361
+ 945041,
362
+ 945042,
363
+ 945043,
364
+ 945044,
365
+ 945045,
366
+ 945046,
367
+ 945047,
368
+ 945048,
369
+ 945049
370
+ ],
371
+ "1046": [
372
+ 1046000,
373
+ 1046001,
374
+ 1046002,
375
+ 1046003,
376
+ 1046004,
377
+ 1046005,
378
+ 1046006,
379
+ 1046007,
380
+ 1046008,
381
+ 1046009,
382
+ 1046010,
383
+ 1046011,
384
+ 1046012,
385
+ 1046013,
386
+ 1046014,
387
+ 1046015,
388
+ 1046016,
389
+ 1046017,
390
+ 1046018,
391
+ 1046019,
392
+ 1046020,
393
+ 1046021,
394
+ 1046022,
395
+ 1046023,
396
+ 1046024,
397
+ 1046025,
398
+ 1046026,
399
+ 1046027,
400
+ 1046028,
401
+ 1046029,
402
+ 1046030,
403
+ 1046031,
404
+ 1046032,
405
+ 1046033,
406
+ 1046034,
407
+ 1046035,
408
+ 1046036,
409
+ 1046037,
410
+ 1046038,
411
+ 1046039,
412
+ 1046040,
413
+ 1046041,
414
+ 1046042,
415
+ 1046043,
416
+ 1046044,
417
+ 1046045,
418
+ 1046046,
419
+ 1046047,
420
+ 1046048,
421
+ 1046049
422
+ ],
423
+ "966": [
424
+ 966000,
425
+ 966001,
426
+ 966002,
427
+ 966003,
428
+ 966004,
429
+ 966005,
430
+ 966006,
431
+ 966007,
432
+ 966008,
433
+ 966009,
434
+ 966010,
435
+ 966011,
436
+ 966012,
437
+ 966013,
438
+ 966014,
439
+ 966015,
440
+ 966016,
441
+ 966017,
442
+ 966018,
443
+ 966019,
444
+ 966020,
445
+ 966021,
446
+ 966022,
447
+ 966023,
448
+ 966024,
449
+ 966025,
450
+ 966026,
451
+ 966027,
452
+ 966028,
453
+ 966029,
454
+ 966030,
455
+ 966031,
456
+ 966032,
457
+ 966033,
458
+ 966034,
459
+ 966035,
460
+ 966036,
461
+ 966037,
462
+ 966038,
463
+ 966039,
464
+ 966040,
465
+ 966041,
466
+ 966042,
467
+ 966043,
468
+ 966044,
469
+ 966045,
470
+ 966046,
471
+ 966047,
472
+ 966048,
473
+ 966049
474
+ ],
475
+ "1746": [
476
+ 1746000,
477
+ 1746001,
478
+ 1746002,
479
+ 1746003,
480
+ 1746004,
481
+ 1746005,
482
+ 1746006,
483
+ 1746007,
484
+ 1746008,
485
+ 1746009,
486
+ 1746010,
487
+ 1746011,
488
+ 1746012,
489
+ 1746013,
490
+ 1746014,
491
+ 1746015,
492
+ 1746016,
493
+ 1746017,
494
+ 1746018,
495
+ 1746019,
496
+ 1746020,
497
+ 1746021,
498
+ 1746022,
499
+ 1746023,
500
+ 1746024,
501
+ 1746025,
502
+ 1746026,
503
+ 1746027,
504
+ 1746028,
505
+ 1746029,
506
+ 1746030,
507
+ 1746031,
508
+ 1746032,
509
+ 1746033,
510
+ 1746034,
511
+ 1746035,
512
+ 1746036,
513
+ 1746037,
514
+ 1746038,
515
+ 1746039,
516
+ 1746040,
517
+ 1746041,
518
+ 1746042,
519
+ 1746043,
520
+ 1746044,
521
+ 1746045,
522
+ 1746046,
523
+ 1746047,
524
+ 1746048,
525
+ 1746049
526
+ ],
527
+ "953": [
528
+ 953000,
529
+ 953001,
530
+ 953002,
531
+ 953003,
532
+ 953004,
533
+ 953005,
534
+ 953006,
535
+ 953007,
536
+ 953008,
537
+ 953009,
538
+ 953010,
539
+ 953011,
540
+ 953012,
541
+ 953013,
542
+ 953014,
543
+ 953015,
544
+ 953016,
545
+ 953017,
546
+ 953018,
547
+ 953019,
548
+ 953020,
549
+ 953021,
550
+ 953022,
551
+ 953023,
552
+ 953024,
553
+ 953025,
554
+ 953026,
555
+ 953027,
556
+ 953028,
557
+ 953029,
558
+ 953030,
559
+ 953031,
560
+ 953032,
561
+ 953033,
562
+ 953034,
563
+ 953035,
564
+ 953036,
565
+ 953037,
566
+ 953038,
567
+ 953039,
568
+ 953040,
569
+ 953041,
570
+ 953042,
571
+ 953043,
572
+ 953044,
573
+ 953045,
574
+ 953046,
575
+ 953047,
576
+ 953048,
577
+ 953049
578
+ ],
579
+ "929": [
580
+ 929000,
581
+ 929001,
582
+ 929002,
583
+ 929003,
584
+ 929004,
585
+ 929005,
586
+ 929006,
587
+ 929007,
588
+ 929008,
589
+ 929009,
590
+ 929010,
591
+ 929011,
592
+ 929012,
593
+ 929013,
594
+ 929014,
595
+ 929015,
596
+ 929016,
597
+ 929017,
598
+ 929018,
599
+ 929019,
600
+ 929020,
601
+ 929021,
602
+ 929022,
603
+ 929023,
604
+ 929024,
605
+ 929025,
606
+ 929026,
607
+ 929027,
608
+ 929028,
609
+ 929029,
610
+ 929030,
611
+ 929031,
612
+ 929032,
613
+ 929033,
614
+ 929034,
615
+ 929035,
616
+ 929036,
617
+ 929037,
618
+ 929038,
619
+ 929039,
620
+ 929040,
621
+ 929041,
622
+ 929042,
623
+ 929043,
624
+ 929044,
625
+ 929045,
626
+ 929046,
627
+ 929047,
628
+ 929048,
629
+ 929049
630
+ ],
631
+ "811": [
632
+ 811000,
633
+ 811001,
634
+ 811002,
635
+ 811003,
636
+ 811004,
637
+ 811005,
638
+ 811006,
639
+ 811007,
640
+ 811008,
641
+ 811009,
642
+ 811010,
643
+ 811011,
644
+ 811012,
645
+ 811013,
646
+ 811014,
647
+ 811015,
648
+ 811016,
649
+ 811017,
650
+ 811018,
651
+ 811019,
652
+ 811020,
653
+ 811021,
654
+ 811022,
655
+ 811023,
656
+ 811024,
657
+ 811025,
658
+ 811026,
659
+ 811027,
660
+ 811028,
661
+ 811029,
662
+ 811030,
663
+ 811031,
664
+ 811032,
665
+ 811033,
666
+ 811034,
667
+ 811035,
668
+ 811036,
669
+ 811037,
670
+ 811038,
671
+ 811039,
672
+ 811040,
673
+ 811041,
674
+ 811042,
675
+ 811043,
676
+ 811044,
677
+ 811045,
678
+ 811046,
679
+ 811047,
680
+ 811048,
681
+ 811049
682
+ ],
683
+ "1426": [
684
+ 1426000,
685
+ 1426001,
686
+ 1426002,
687
+ 1426003,
688
+ 1426004,
689
+ 1426005,
690
+ 1426006,
691
+ 1426007,
692
+ 1426008,
693
+ 1426009,
694
+ 1426010,
695
+ 1426011,
696
+ 1426012,
697
+ 1426013,
698
+ 1426014,
699
+ 1426015,
700
+ 1426016,
701
+ 1426017,
702
+ 1426018,
703
+ 1426019,
704
+ 1426020,
705
+ 1426021,
706
+ 1426022,
707
+ 1426023,
708
+ 1426024,
709
+ 1426025,
710
+ 1426026,
711
+ 1426027,
712
+ 1426028,
713
+ 1426029,
714
+ 1426030,
715
+ 1426031,
716
+ 1426032,
717
+ 1426033,
718
+ 1426034,
719
+ 1426035,
720
+ 1426036,
721
+ 1426037,
722
+ 1426038,
723
+ 1426039,
724
+ 1426040,
725
+ 1426041,
726
+ 1426042,
727
+ 1426043,
728
+ 1426044,
729
+ 1426045,
730
+ 1426046,
731
+ 1426047,
732
+ 1426048,
733
+ 1426049
734
+ ],
735
+ "1427": [
736
+ 1427000,
737
+ 1427001,
738
+ 1427002,
739
+ 1427003,
740
+ 1427004,
741
+ 1427005,
742
+ 1427006,
743
+ 1427007,
744
+ 1427008,
745
+ 1427009,
746
+ 1427010,
747
+ 1427011,
748
+ 1427012,
749
+ 1427013,
750
+ 1427014,
751
+ 1427015,
752
+ 1427016,
753
+ 1427017,
754
+ 1427018,
755
+ 1427019,
756
+ 1427020,
757
+ 1427021,
758
+ 1427022,
759
+ 1427023,
760
+ 1427024,
761
+ 1427025,
762
+ 1427026,
763
+ 1427027,
764
+ 1427028,
765
+ 1427029,
766
+ 1427030,
767
+ 1427031,
768
+ 1427032,
769
+ 1427033,
770
+ 1427034,
771
+ 1427035,
772
+ 1427036,
773
+ 1427037,
774
+ 1427038,
775
+ 1427039,
776
+ 1427040,
777
+ 1427041,
778
+ 1427042,
779
+ 1427043,
780
+ 1427044,
781
+ 1427045,
782
+ 1427046,
783
+ 1427047,
784
+ 1427048,
785
+ 1427049
786
+ ],
787
+ "1252": [
788
+ 1252000,
789
+ 1252001,
790
+ 1252002,
791
+ 1252003,
792
+ 1252004,
793
+ 1252005,
794
+ 1252006,
795
+ 1252007,
796
+ 1252008,
797
+ 1252009,
798
+ 1252010,
799
+ 1252011,
800
+ 1252012,
801
+ 1252013,
802
+ 1252014,
803
+ 1252015,
804
+ 1252016,
805
+ 1252017,
806
+ 1252018,
807
+ 1252019,
808
+ 1252020,
809
+ 1252021,
810
+ 1252022,
811
+ 1252023,
812
+ 1252024,
813
+ 1252025,
814
+ 1252026,
815
+ 1252027,
816
+ 1252028,
817
+ 1252029,
818
+ 1252030,
819
+ 1252031,
820
+ 1252032,
821
+ 1252033,
822
+ 1252034,
823
+ 1252035,
824
+ 1252036,
825
+ 1252037,
826
+ 1252038,
827
+ 1252039,
828
+ 1252040,
829
+ 1252041,
830
+ 1252042,
831
+ 1252043,
832
+ 1252044,
833
+ 1252045,
834
+ 1252046,
835
+ 1252047,
836
+ 1252048,
837
+ 1252049
838
+ ],
839
+ "866": [
840
+ 866000,
841
+ 866001,
842
+ 866002,
843
+ 866003,
844
+ 866004,
845
+ 866005,
846
+ 866006,
847
+ 866007,
848
+ 866008,
849
+ 866009,
850
+ 866010,
851
+ 866011,
852
+ 866012,
853
+ 866013,
854
+ 866014,
855
+ 866015,
856
+ 866016,
857
+ 866017,
858
+ 866018,
859
+ 866019,
860
+ 866020,
861
+ 866021,
862
+ 866022,
863
+ 866023,
864
+ 866024,
865
+ 866025,
866
+ 866026,
867
+ 866027,
868
+ 866028,
869
+ 866029,
870
+ 866030,
871
+ 866031,
872
+ 866032,
873
+ 866033,
874
+ 866034,
875
+ 866035,
876
+ 866036,
877
+ 866037,
878
+ 866038,
879
+ 866039,
880
+ 866040,
881
+ 866041,
882
+ 866042,
883
+ 866043,
884
+ 866044,
885
+ 866045,
886
+ 866046,
887
+ 866047,
888
+ 866048,
889
+ 866049
890
+ ],
891
+ "970": [
892
+ 970000,
893
+ 970001,
894
+ 970002,
895
+ 970003,
896
+ 970004,
897
+ 970005,
898
+ 970006,
899
+ 970007,
900
+ 970008,
901
+ 970009,
902
+ 970010,
903
+ 970011,
904
+ 970012,
905
+ 970013,
906
+ 970014,
907
+ 970015,
908
+ 970016,
909
+ 970017,
910
+ 970018,
911
+ 970019,
912
+ 970020,
913
+ 970021,
914
+ 970022,
915
+ 970023,
916
+ 970024,
917
+ 970025,
918
+ 970026,
919
+ 970027,
920
+ 970028,
921
+ 970029,
922
+ 970030,
923
+ 970031,
924
+ 970032,
925
+ 970033,
926
+ 970034,
927
+ 970035,
928
+ 970036,
929
+ 970037,
930
+ 970038,
931
+ 970039,
932
+ 970040,
933
+ 970041,
934
+ 970042,
935
+ 970043,
936
+ 970044,
937
+ 970045,
938
+ 970046,
939
+ 970047,
940
+ 970048,
941
+ 970049
942
+ ],
943
+ "809": [
944
+ 809000,
945
+ 809001,
946
+ 809002,
947
+ 809003,
948
+ 809004,
949
+ 809005,
950
+ 809006,
951
+ 809007,
952
+ 809008,
953
+ 809009,
954
+ 809010,
955
+ 809011,
956
+ 809012,
957
+ 809013,
958
+ 809014,
959
+ 809015,
960
+ 809016,
961
+ 809017,
962
+ 809018,
963
+ 809019,
964
+ 809020,
965
+ 809021,
966
+ 809022,
967
+ 809023,
968
+ 809024,
969
+ 809025,
970
+ 809026,
971
+ 809027,
972
+ 809028,
973
+ 809029,
974
+ 809030,
975
+ 809031,
976
+ 809032,
977
+ 809033,
978
+ 809034,
979
+ 809035,
980
+ 809036,
981
+ 809037,
982
+ 809038,
983
+ 809039,
984
+ 809040,
985
+ 809041,
986
+ 809042,
987
+ 809043,
988
+ 809044,
989
+ 809045,
990
+ 809046,
991
+ 809047,
992
+ 809048,
993
+ 809049
994
+ ],
995
+ "810": [
996
+ 810000,
997
+ 810001,
998
+ 810002,
999
+ 810003,
1000
+ 810004,
1001
+ 810005,
1002
+ 810006,
1003
+ 810007,
1004
+ 810008,
1005
+ 810009,
1006
+ 810010,
1007
+ 810011,
1008
+ 810012,
1009
+ 810013,
1010
+ 810014,
1011
+ 810015,
1012
+ 810016,
1013
+ 810017,
1014
+ 810018,
1015
+ 810019,
1016
+ 810020,
1017
+ 810021,
1018
+ 810022,
1019
+ 810023,
1020
+ 810024,
1021
+ 810025,
1022
+ 810026,
1023
+ 810027,
1024
+ 810028,
1025
+ 810029,
1026
+ 810030,
1027
+ 810031,
1028
+ 810032,
1029
+ 810033,
1030
+ 810034,
1031
+ 810035,
1032
+ 810036,
1033
+ 810037,
1034
+ 810038,
1035
+ 810039,
1036
+ 810040,
1037
+ 810041,
1038
+ 810042,
1039
+ 810043,
1040
+ 810044,
1041
+ 810045,
1042
+ 810046,
1043
+ 810047,
1044
+ 810048,
1045
+ 810049
1046
+ ]
1047
+ }
1048
+ }