Add RPX dataset card, Croissant metadata, and splits
Browse files- README.md +212 -0
- rpx_croissant.json +274 -0
- splits/easy.txt +100 -0
- splits/hard.txt +100 -0
- splits/medium.txt +100 -0
- splits/scene_splits.json +2094 -0
README.md
ADDED
|
@@ -0,0 +1,212 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
pretty_name: "RPX: Robot Perception X"
|
| 4 |
+
task_categories:
|
| 5 |
+
- image-segmentation
|
| 6 |
+
- depth-estimation
|
| 7 |
+
- object-detection
|
| 8 |
+
- visual-question-answering
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
+
tags:
|
| 12 |
+
- robotics
|
| 13 |
+
- embodied-ai
|
| 14 |
+
- rgb-d
|
| 15 |
+
- benchmark
|
| 16 |
+
- perception
|
| 17 |
+
- manipulation
|
| 18 |
+
- stereo
|
| 19 |
+
size_categories:
|
| 20 |
+
- 100B<n<1T
|
| 21 |
+
configs:
|
| 22 |
+
- config_name: multi_object
|
| 23 |
+
description: "MOS scenes (3 phases each), tertile-cut by Effort-Stratified Difficulty."
|
| 24 |
+
data_files:
|
| 25 |
+
- split: "easy"
|
| 26 |
+
path: "splits/easy.txt"
|
| 27 |
+
- split: "medium"
|
| 28 |
+
path: "splits/medium.txt"
|
| 29 |
+
- split: "hard"
|
| 30 |
+
path: "splits/hard.txt"
|
| 31 |
+
- config_name: single_object
|
| 32 |
+
description: "SOS scenes (one 360° collection per object); no difficulty split."
|
| 33 |
+
---
|
| 34 |
+
|
| 35 |
+
# RPX: Robot Perception X
|
| 36 |
+
|
| 37 |
+
A real-world RGB-D benchmark for evaluating robot perception under
|
| 38 |
+
embodied deployment conditions.
|
| 39 |
+
|
| 40 |
+
* Code: https://github.com/IRVLUTD/RPX
|
| 41 |
+
|
| 42 |
+

|
| 43 |
+
|
| 44 |
+
[Watch the RPX teaser video](assets/rpx-jumbotron.webm)
|
| 45 |
+
|
| 46 |
+
## Dataset at a glance
|
| 47 |
+
|
| 48 |
+
| | |
|
| 49 |
+
|---|---|
|
| 50 |
+
| Multi-object scenes (MOS) | **100** (`scene001` to `scene100`, 3 phases each: clutter / interaction / clean) |
|
| 51 |
+
| Single-object scenes (SOS) | **70 selected objects** (one 360 collection per object) |
|
| 52 |
+
| Frame manifest rows | **110,000** (75,000 MOS + 35,000 selected SOS) |
|
| 53 |
+
| MOS mask-object rows | **2,100** local mask IDs mapped to global object IDs |
|
| 54 |
+
|
| 55 |
+
Scene renames are documented in `manifest/scene_name_mapping_v1.csv`,
|
| 56 |
+
mapping original scene names to `scene001` through `scene100`.
|
| 57 |
+
|
| 58 |
+
## Modality inventory
|
| 59 |
+
|
| 60 |
+
The table below describes this cleaned release. `cam_pose_icp` is not included in this cleaned release.
|
| 61 |
+
Use `manifest/frames_v1.parquet` and the identity manifests under `manifest/`
|
| 62 |
+
as the source of truth.
|
| 63 |
+
|
| 64 |
+
| modality | files | bytes |
|
| 65 |
+
|---|---:|---:|
|
| 66 |
+
| `cam_pose` | 110,000 | 163.3 MB |
|
| 67 |
+
| `depth` | 110,000 | 16.9 GB |
|
| 68 |
+
| `fisheye` | 220,000 | 63.4 GB |
|
| 69 |
+
| `rgb` | 110,000 | 41.0 GB |
|
| 70 |
+
| `masks` | 110,000 | 341.7 MB |
|
| 71 |
+
|
| 72 |
+
## Quick start
|
| 73 |
+
|
| 74 |
+
```bash
|
| 75 |
+
pip install "rpx-benchmark[hub]"
|
| 76 |
+
hf auth login
|
| 77 |
+
```
|
| 78 |
+
|
| 79 |
+
```python
|
| 80 |
+
from rpx_benchmark.dataset_hub import download_for_task
|
| 81 |
+
|
| 82 |
+
# Pull just RGB + masks for the Easy difficulty tier — never the whole repo.
|
| 83 |
+
res = download_for_task(task="segmentation", split="easy",
|
| 84 |
+
repo_id="IRVLUTD/RPX")
|
| 85 |
+
print(res.local_dir, res.matched_scenes)
|
| 86 |
+
```
|
| 87 |
+
|
| 88 |
+
```bash
|
| 89 |
+
# Or from the CLI:
|
| 90 |
+
python -m rpx_benchmark.dataset_hub.cli download \
|
| 91 |
+
--task segmentation --split easy \
|
| 92 |
+
--repo-id IRVLUTD/RPX
|
| 93 |
+
```
|
| 94 |
+
|
| 95 |
+
A subsequent call for a different task on the same split (e.g.
|
| 96 |
+
`relative_pose`) reuses the cached RGB tars and only fetches the new
|
| 97 |
+
modality (`cam_pose`) as the delta.
|
| 98 |
+
|
| 99 |
+
## Repo layout
|
| 100 |
+
|
| 101 |
+
```
|
| 102 |
+
IRVLUTD/RPX/
|
| 103 |
+
├── manifest/
|
| 104 |
+
│ ├── frames_v1.parquet # per-frame metadata
|
| 105 |
+
│ ├── scene_name_mapping_v1.csv # original scene names to scene001..scene100
|
| 106 |
+
│ ├── selected_sos_objects_v1.csv # selected 70-object SOS catalog
|
| 107 |
+
│ ├── object_catalog_v1.json # SOS object/global-ID catalog
|
| 108 |
+
│ ├── mos_raw_mask_object_map_v1.csv # MOS local mask IDs from sam2 metadata
|
| 109 |
+
│ ├── mos_mask_object_map_v1.csv # MOS local mask IDs joined to SOS global IDs
|
| 110 |
+
│ ├── mos_mask_object_map_v1.parquet # parquet copy of the MOS map
|
| 111 |
+
│ └── current.json # default version per label modality
|
| 112 |
+
├── splits/
|
| 113 |
+
│ ├── scene_splits.json
|
| 114 |
+
│ ├── easy.txt medium.txt hard.txt
|
| 115 |
+
├── scenes/<scene_id>/<phase>/ # MOS
|
| 116 |
+
│ ├── rgb.tar depth.tar fisheye.tar
|
| 117 |
+
│ └── labels/{cam_pose,masks,masks_aux,sam2_meta}/v1.tar
|
| 118 |
+
├── objects/<object_id>/0/ # SOS
|
| 119 |
+
│ └── (same modality structure)
|
| 120 |
+
├── objects_meta/ # questionnaire dedup
|
| 121 |
+
│ ├── _index.json
|
| 122 |
+
│ └── <object_id>/questionnaire.json
|
| 123 |
+
└── README.md ← this file
|
| 124 |
+
```
|
| 125 |
+
|
| 126 |
+
## Object identity manifests
|
| 127 |
+
|
| 128 |
+
SOS objects use dataset-wide IDs from `manifest/selected_sos_objects_v1.csv`
|
| 129 |
+
and `manifest/object_catalog_v1.json`.
|
| 130 |
+
|
| 131 |
+
| field | meaning |
|
| 132 |
+
|---|---|
|
| 133 |
+
| `global_object_id` | New integer ID, 1 to 70 |
|
| 134 |
+
| `source_catalog_id` | Original catalog/PDF ID, kept as a string such as `88.2` |
|
| 135 |
+
| `object_id` | Actual folder name, such as `mug.2` |
|
| 136 |
+
| `questionnaire_path` | Linked questionnaire under `objects_meta/<object_id>/questionnaire.json` |
|
| 137 |
+
|
| 138 |
+
MOS masks use local IDs. A `local_mask_id` is only meaningful within one
|
| 139 |
+
`scene_id + phase`; it is not a global object ID. The raw source is
|
| 140 |
+
`scenes/<scene_id>/<phase_index>/labels/sam2_meta/v1.tar:sam2/mask_to_object.json`.
|
| 141 |
+
|
| 142 |
+
Use `manifest/mos_mask_object_map_v1.csv` or
|
| 143 |
+
`manifest/mos_mask_object_map_v1.parquet` to join MOS masks to SOS objects:
|
| 144 |
+
|
| 145 |
+
```csv
|
| 146 |
+
scene_id,phase,local_mask_id,object_id,global_object_id,source_catalog_id,object_name
|
| 147 |
+
scene001,phase0,2,boot.2,11,18.2,boot
|
| 148 |
+
```
|
| 149 |
+
|
| 150 |
+
That row means `scene001/0` mask ID `2` is `boot.2`, whose global object ID
|
| 151 |
+
is `11`, with questionnaire
|
| 152 |
+
`objects_meta/boot.2/questionnaire.json` and SOS template `objects/boot.2/`.
|
| 153 |
+
|
| 154 |
+
## Tasks
|
| 155 |
+
|
| 156 |
+
### Multi-object (use a difficulty split)
|
| 157 |
+
|
| 158 |
+
| recipe | inputs → labels |
|
| 159 |
+
|---|---|
|
| 160 |
+
| `monocular_depth` | ['rgb'] → ['depth'] |
|
| 161 |
+
| `rgbd_segmentation` | ['depth', 'rgb'] → ['masks'] |
|
| 162 |
+
| `segmentation` | ['rgb'] → ['masks'] |
|
| 163 |
+
| `relative_pose` | ['rgb'] → ['cam_pose'] |
|
| 164 |
+
| `rgbd_relative_pose` | ['depth', 'rgb'] → ['cam_pose'] |
|
| 165 |
+
| `stereo_depth` | ['fisheye'] → ['depth'] |
|
| 166 |
+
| `object_tracking` | ['rgb'] → ['masks'] |
|
| 167 |
+
| `vqa` | ['rgb'] → ['questionnaire', 'vqa'] |
|
| 168 |
+
|
| 169 |
+
### Single-object (no split — these are object templates)
|
| 170 |
+
|
| 171 |
+
| recipe | inputs → labels |
|
| 172 |
+
|---|---|
|
| 173 |
+
| `object_templates` | ['rgb'] → ['masks'] |
|
| 174 |
+
| `object_templates_rgbd` | ['depth', 'rgb'] → ['masks'] |
|
| 175 |
+
| `object_pose_library` | ['depth', 'rgb'] → ['cam_pose', 'masks'] |
|
| 176 |
+
|
| 177 |
+
## Label versioning
|
| 178 |
+
|
| 179 |
+
Labels live at `labels/<name>/v<N>.tar`. Newer versions land at new
|
| 180 |
+
paths; old versions stay reachable for reproducibility.
|
| 181 |
+
|
| 182 |
+
| modality | current version |
|
| 183 |
+
|---|---|
|
| 184 |
+
| `masks` | `v1` |
|
| 185 |
+
| `masks_aux` | `v1` |
|
| 186 |
+
| `sam2_meta` | `v1` |
|
| 187 |
+
| `cam_pose` | `v1` |
|
| 188 |
+
|
| 189 |
+
To pin to a specific version:
|
| 190 |
+
|
| 191 |
+
```python
|
| 192 |
+
download_for_task(
|
| 193 |
+
task="relative_pose", split="easy", repo_id="itaykadosh/RPX",
|
| 194 |
+
label_versions={"cam_pose": "v1"}, # don't auto-upgrade to v2
|
| 195 |
+
)
|
| 196 |
+
```
|
| 197 |
+
|
| 198 |
+
## Citation
|
| 199 |
+
|
| 200 |
+
```bibtex
|
| 201 |
+
@misc{rpx2026,
|
| 202 |
+
title = {RPX: Robot Perception X — A real-world RGB-D benchmark for
|
| 203 |
+
embodied perception},
|
| 204 |
+
author = {IRVL UT Dallas},
|
| 205 |
+
year = 2026,
|
| 206 |
+
url = {https://huggingface.co/datasets/itaykadosh/RPX},
|
| 207 |
+
}
|
| 208 |
+
```
|
| 209 |
+
|
| 210 |
+
## License
|
| 211 |
+
|
| 212 |
+
Released under the **cc-by-4.0** license.
|
rpx_croissant.json
ADDED
|
@@ -0,0 +1,274 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"@context": {
|
| 3 |
+
"@language": "en",
|
| 4 |
+
"@vocab": "https://schema.org/",
|
| 5 |
+
"citeAs": "cr:citeAs",
|
| 6 |
+
"column": "cr:column",
|
| 7 |
+
"conformsTo": "dct:conformsTo",
|
| 8 |
+
"cr": "http://mlcommons.org/croissant/",
|
| 9 |
+
"data": {
|
| 10 |
+
"@id": "cr:data",
|
| 11 |
+
"@type": "@json"
|
| 12 |
+
},
|
| 13 |
+
"dataBiases": "cr:dataBiases",
|
| 14 |
+
"dataCollection": "cr:dataCollection",
|
| 15 |
+
"dataType": {
|
| 16 |
+
"@id": "cr:dataType",
|
| 17 |
+
"@type": "@vocab"
|
| 18 |
+
},
|
| 19 |
+
"dct": "http://purl.org/dc/terms/",
|
| 20 |
+
"extract": "cr:extract",
|
| 21 |
+
"field": "cr:field",
|
| 22 |
+
"fileProperty": "cr:fileProperty",
|
| 23 |
+
"fileObject": "cr:fileObject",
|
| 24 |
+
"fileSet": "cr:fileSet",
|
| 25 |
+
"format": "cr:format",
|
| 26 |
+
"includes": "cr:includes",
|
| 27 |
+
"isLiveDataset": "cr:isLiveDataset",
|
| 28 |
+
"jsonPath": "cr:jsonPath",
|
| 29 |
+
"key": "cr:key",
|
| 30 |
+
"md5": "cr:md5",
|
| 31 |
+
"parentField": "cr:parentField",
|
| 32 |
+
"path": "cr:path",
|
| 33 |
+
"personalSensitiveInformation": "cr:personalSensitiveInformation",
|
| 34 |
+
"recordSet": "cr:recordSet",
|
| 35 |
+
"references": "cr:references",
|
| 36 |
+
"regex": "cr:regex",
|
| 37 |
+
"repeated": "cr:repeated",
|
| 38 |
+
"replace": "cr:replace",
|
| 39 |
+
"sc": "https://schema.org/",
|
| 40 |
+
"separator": "cr:separator",
|
| 41 |
+
"source": "cr:source",
|
| 42 |
+
"subField": "cr:subField",
|
| 43 |
+
"transform": "cr:transform"
|
| 44 |
+
},
|
| 45 |
+
"@type": "sc:Dataset",
|
| 46 |
+
"name": "RPX",
|
| 47 |
+
"description": "RPX (Robot Perception X) is a unified real-world RGB-D benchmark for evaluating robot perception under embodied deployment conditions. It comprises 75,000 frames across 100 indoor scenes with ~70 daily object categories, captured under a three-phase reconfiguration protocol (clutter, human interaction, clean) using Intel D435 and T265 sensors. Ground-truth annotations include instance masks, tracklets, metric depth, 6-DoF camera pose, and language attributes, enabling evaluation of 8 perception tasks on identical scenes and objects.\n\nNote on on-disk shape: per-frame records are physically packed into per-(scene, phase, modality) tar shards on the HF repo (scenes/<scene>/<phase>/<modality>.tar for raw modalities; labels/<modality>/v<N>.tar for versioned labels). The rpx_benchmark.dataset_hub downloader resolves selective task+split downloads from these shards transparently.",
|
| 48 |
+
"conformsTo": "http://mlcommons.org/croissant/1.0",
|
| 49 |
+
"citeAs": "TODO: add bibtex citation after paper is published",
|
| 50 |
+
"license": "https://creativecommons.org/licenses/by/4.0/",
|
| 51 |
+
"url": "https://huggingface.co/datasets/IRVLUTD/RPX",
|
| 52 |
+
"version": "1.0.0",
|
| 53 |
+
"isLiveDataset": false,
|
| 54 |
+
"creator": {
|
| 55 |
+
"@type": "Organization",
|
| 56 |
+
"name": "Anonymous (for review)",
|
| 57 |
+
"url": "https://anonymous.4open.science/r/RPX"
|
| 58 |
+
},
|
| 59 |
+
"dataCollection": "Data was collected using a hand-held sensor rig (Intel RealSense D435 RGB-D + T265 tracking camera) by human operators in indoor environments. Each of 100 scenes was captured across three phases: clutter, human interaction, and clean. Per-frame instance masks were generated using SAM2 with iterative human refinement. Camera poses are from T265 visual-inertial odometry. Language annotations are derived from FewSOL object questionnaires.",
|
| 60 |
+
"dataBiases": "The dataset is limited to indoor tabletop and room-scale environments with D435 depth range (0.3-3m). Object categories skew toward household and laboratory manipulation objects. Capture trajectories are human-driven and may not cover all robot motion profiles. All capture was performed by lab personnel; annotator diversity is limited.",
|
| 61 |
+
"personalSensitiveInformation": "The dataset contains video footage of human hands during the interaction phase. No faces, biometric identifiers, or personally identifiable information are captured or released. Participants provided informed consent for data collection and release.",
|
| 62 |
+
"distribution": [
|
| 63 |
+
{
|
| 64 |
+
"@type": "cr:FileObject",
|
| 65 |
+
"@id": "rpx-sample",
|
| 66 |
+
"name": "rpx-sample",
|
| 67 |
+
"description": "5-scene reviewer sample (<4GB), available without registration",
|
| 68 |
+
"contentUrl": "https://anonymous.4open.science/r/RPX/sample",
|
| 69 |
+
"encodingFormat": "application/zip",
|
| 70 |
+
"sha256": "TODO"
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"@type": "cr:FileObject",
|
| 74 |
+
"@id": "rpx-full",
|
| 75 |
+
"name": "rpx-full",
|
| 76 |
+
"description": "Full 75,000-frame dataset with all annotations",
|
| 77 |
+
"contentUrl": "https://anonymous.4open.science/r/RPX/full",
|
| 78 |
+
"encodingFormat": "application/zip",
|
| 79 |
+
"sha256": "TODO"
|
| 80 |
+
},
|
| 81 |
+
{
|
| 82 |
+
"@type": "cr:FileObject",
|
| 83 |
+
"@id": "rpx-manifests",
|
| 84 |
+
"name": "rpx-manifests",
|
| 85 |
+
"description": "JSON manifest files for train/val/test splits and ESD labels",
|
| 86 |
+
"contentUrl": "https://anonymous.4open.science/r/RPX/manifests",
|
| 87 |
+
"encodingFormat": "application/json"
|
| 88 |
+
}
|
| 89 |
+
],
|
| 90 |
+
"recordSet": [
|
| 91 |
+
{
|
| 92 |
+
"@type": "cr:RecordSet",
|
| 93 |
+
"@id": "frames",
|
| 94 |
+
"name": "frames",
|
| 95 |
+
"description": "Per-frame records with RGB, depth, instance mask, camera pose, phase, and ESD label",
|
| 96 |
+
"field": [
|
| 97 |
+
{
|
| 98 |
+
"@type": "cr:Field",
|
| 99 |
+
"@id": "frames/id",
|
| 100 |
+
"name": "id",
|
| 101 |
+
"description": "Unique frame identifier (scene_phase_framenum)",
|
| 102 |
+
"dataType": "sc:Text"
|
| 103 |
+
},
|
| 104 |
+
{
|
| 105 |
+
"@type": "cr:Field",
|
| 106 |
+
"@id": "frames/scene_id",
|
| 107 |
+
"name": "scene_id",
|
| 108 |
+
"description": "Scene index (0-99)",
|
| 109 |
+
"dataType": "sc:Integer"
|
| 110 |
+
},
|
| 111 |
+
{
|
| 112 |
+
"@type": "cr:Field",
|
| 113 |
+
"@id": "frames/phase",
|
| 114 |
+
"name": "phase",
|
| 115 |
+
"description": "Scene phase: clutter | interaction | clean",
|
| 116 |
+
"dataType": "sc:Text"
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"@type": "cr:Field",
|
| 120 |
+
"@id": "frames/difficulty",
|
| 121 |
+
"name": "difficulty",
|
| 122 |
+
"description": "ESD difficulty level: easy | medium | hard",
|
| 123 |
+
"dataType": "sc:Text"
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"@type": "cr:Field",
|
| 127 |
+
"@id": "frames/rgb_path",
|
| 128 |
+
"name": "rgb_path",
|
| 129 |
+
"description": "Relative path to RGB image (PNG, 1920x1080)",
|
| 130 |
+
"dataType": "sc:Text"
|
| 131 |
+
},
|
| 132 |
+
{
|
| 133 |
+
"@type": "cr:Field",
|
| 134 |
+
"@id": "frames/depth_path",
|
| 135 |
+
"name": "depth_path",
|
| 136 |
+
"description": "Relative path to depth map (NPY float32, metres)",
|
| 137 |
+
"dataType": "sc:Text"
|
| 138 |
+
},
|
| 139 |
+
{
|
| 140 |
+
"@type": "cr:Field",
|
| 141 |
+
"@id": "frames/mask_path",
|
| 142 |
+
"name": "mask_path",
|
| 143 |
+
"description": "Relative path to instance mask (PNG, pixel values = instance IDs)",
|
| 144 |
+
"dataType": "sc:Text"
|
| 145 |
+
},
|
| 146 |
+
{
|
| 147 |
+
"@type": "cr:Field",
|
| 148 |
+
"@id": "frames/camera_pose",
|
| 149 |
+
"name": "camera_pose",
|
| 150 |
+
"description": "4x4 SE(3) camera-to-world matrix from T265 (float64)",
|
| 151 |
+
"dataType": "sc:Text"
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"@type": "cr:Field",
|
| 155 |
+
"@id": "frames/split",
|
| 156 |
+
"name": "split",
|
| 157 |
+
"description": "Dataset split: train | val | test",
|
| 158 |
+
"dataType": "sc:Text"
|
| 159 |
+
}
|
| 160 |
+
]
|
| 161 |
+
},
|
| 162 |
+
{
|
| 163 |
+
"@type": "cr:RecordSet",
|
| 164 |
+
"@id": "tracklets",
|
| 165 |
+
"name": "tracklets",
|
| 166 |
+
"description": "Per-object tracklets with consistent IDs across frames within a phase",
|
| 167 |
+
"field": [
|
| 168 |
+
{
|
| 169 |
+
"@type": "cr:Field",
|
| 170 |
+
"@id": "tracklets/scene_id",
|
| 171 |
+
"name": "scene_id",
|
| 172 |
+
"dataType": "sc:Integer"
|
| 173 |
+
},
|
| 174 |
+
{
|
| 175 |
+
"@type": "cr:Field",
|
| 176 |
+
"@id": "tracklets/phase",
|
| 177 |
+
"name": "phase",
|
| 178 |
+
"dataType": "sc:Text"
|
| 179 |
+
},
|
| 180 |
+
{
|
| 181 |
+
"@type": "cr:Field",
|
| 182 |
+
"@id": "tracklets/track_id",
|
| 183 |
+
"name": "track_id",
|
| 184 |
+
"description": "Unique object track identifier within scene+phase",
|
| 185 |
+
"dataType": "sc:Text"
|
| 186 |
+
},
|
| 187 |
+
{
|
| 188 |
+
"@type": "cr:Field",
|
| 189 |
+
"@id": "tracklets/object_category",
|
| 190 |
+
"name": "object_category",
|
| 191 |
+
"description": "Object category name",
|
| 192 |
+
"dataType": "sc:Text"
|
| 193 |
+
},
|
| 194 |
+
{
|
| 195 |
+
"@type": "cr:Field",
|
| 196 |
+
"@id": "tracklets/language_description",
|
| 197 |
+
"name": "language_description",
|
| 198 |
+
"description": "Natural language referring expression from FewSOL attributes",
|
| 199 |
+
"dataType": "sc:Text"
|
| 200 |
+
}
|
| 201 |
+
]
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"@type": "cr:RecordSet",
|
| 205 |
+
"@id": "esd_scores",
|
| 206 |
+
"name": "esd_scores",
|
| 207 |
+
"description": "Per-(scene, phase) ESD feature values and RPX-DS scores",
|
| 208 |
+
"field": [
|
| 209 |
+
{
|
| 210 |
+
"@type": "cr:Field",
|
| 211 |
+
"@id": "esd/scene_id",
|
| 212 |
+
"name": "scene_id",
|
| 213 |
+
"dataType": "sc:Integer"
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"@type": "cr:Field",
|
| 217 |
+
"@id": "esd/phase",
|
| 218 |
+
"name": "phase",
|
| 219 |
+
"dataType": "sc:Text"
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"@type": "cr:Field",
|
| 223 |
+
"@id": "esd/rpx_ds",
|
| 224 |
+
"name": "rpx_ds",
|
| 225 |
+
"description": "RPX Difficulty Score (higher = harder)",
|
| 226 |
+
"dataType": "sc:Float"
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"@type": "cr:Field",
|
| 230 |
+
"@id": "esd/difficulty",
|
| 231 |
+
"name": "difficulty",
|
| 232 |
+
"description": "ESD split assignment: easy | medium | hard",
|
| 233 |
+
"dataType": "sc:Text"
|
| 234 |
+
},
|
| 235 |
+
{
|
| 236 |
+
"@type": "cr:Field",
|
| 237 |
+
"@id": "esd/occ_mean",
|
| 238 |
+
"name": "occ_mean",
|
| 239 |
+
"dataType": "sc:Float"
|
| 240 |
+
},
|
| 241 |
+
{
|
| 242 |
+
"@type": "cr:Field",
|
| 243 |
+
"@id": "esd/iter_mean",
|
| 244 |
+
"name": "iter_mean",
|
| 245 |
+
"dataType": "sc:Float"
|
| 246 |
+
},
|
| 247 |
+
{
|
| 248 |
+
"@type": "cr:Field",
|
| 249 |
+
"@id": "esd/area_cv",
|
| 250 |
+
"name": "area_cv",
|
| 251 |
+
"dataType": "sc:Float"
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"@type": "cr:Field",
|
| 255 |
+
"@id": "esd/depth_invalid_mask",
|
| 256 |
+
"name": "depth_invalid_mask",
|
| 257 |
+
"dataType": "sc:Float"
|
| 258 |
+
},
|
| 259 |
+
{
|
| 260 |
+
"@type": "cr:Field",
|
| 261 |
+
"@id": "esd/vis_instability",
|
| 262 |
+
"name": "vis_instability",
|
| 263 |
+
"dataType": "sc:Float"
|
| 264 |
+
},
|
| 265 |
+
{
|
| 266 |
+
"@type": "cr:Field",
|
| 267 |
+
"@id": "esd/jerk",
|
| 268 |
+
"name": "jerk",
|
| 269 |
+
"dataType": "sc:Float"
|
| 270 |
+
}
|
| 271 |
+
]
|
| 272 |
+
}
|
| 273 |
+
]
|
| 274 |
+
}
|
splits/easy.txt
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scene010.phase2
|
| 2 |
+
scene011.phase0
|
| 3 |
+
scene011.phase1
|
| 4 |
+
scene011.phase2
|
| 5 |
+
scene012.phase1
|
| 6 |
+
scene012.phase2
|
| 7 |
+
scene013.phase2
|
| 8 |
+
scene014.phase2
|
| 9 |
+
scene015.phase0
|
| 10 |
+
scene015.phase1
|
| 11 |
+
scene015.phase2
|
| 12 |
+
scene016.phase2
|
| 13 |
+
scene017.phase1
|
| 14 |
+
scene019.phase0
|
| 15 |
+
scene021.phase1
|
| 16 |
+
scene022.phase0
|
| 17 |
+
scene022.phase1
|
| 18 |
+
scene022.phase2
|
| 19 |
+
scene023.phase1
|
| 20 |
+
scene023.phase2
|
| 21 |
+
scene024.phase1
|
| 22 |
+
scene025.phase1
|
| 23 |
+
scene025.phase2
|
| 24 |
+
scene026.phase1
|
| 25 |
+
scene027.phase1
|
| 26 |
+
scene028.phase1
|
| 27 |
+
scene029.phase0
|
| 28 |
+
scene029.phase1
|
| 29 |
+
scene030.phase1
|
| 30 |
+
scene031.phase0
|
| 31 |
+
scene031.phase1
|
| 32 |
+
scene031.phase2
|
| 33 |
+
scene032.phase0
|
| 34 |
+
scene032.phase1
|
| 35 |
+
scene032.phase2
|
| 36 |
+
scene034.phase0
|
| 37 |
+
scene034.phase1
|
| 38 |
+
scene035.phase1
|
| 39 |
+
scene035.phase2
|
| 40 |
+
scene036.phase0
|
| 41 |
+
scene036.phase1
|
| 42 |
+
scene037.phase1
|
| 43 |
+
scene037.phase2
|
| 44 |
+
scene038.phase0
|
| 45 |
+
scene038.phase1
|
| 46 |
+
scene004.phase0
|
| 47 |
+
scene004.phase2
|
| 48 |
+
scene047.phase2
|
| 49 |
+
scene048.phase2
|
| 50 |
+
scene051.phase0
|
| 51 |
+
scene051.phase1
|
| 52 |
+
scene051.phase2
|
| 53 |
+
scene053.phase0
|
| 54 |
+
scene053.phase2
|
| 55 |
+
scene054.phase0
|
| 56 |
+
scene054.phase2
|
| 57 |
+
scene055.phase0
|
| 58 |
+
scene055.phase1
|
| 59 |
+
scene055.phase2
|
| 60 |
+
scene056.phase1
|
| 61 |
+
scene057.phase0
|
| 62 |
+
scene057.phase1
|
| 63 |
+
scene057.phase2
|
| 64 |
+
scene058.phase2
|
| 65 |
+
scene059.phase0
|
| 66 |
+
scene059.phase2
|
| 67 |
+
scene006.phase1
|
| 68 |
+
scene060.phase0
|
| 69 |
+
scene060.phase2
|
| 70 |
+
scene066.phase0
|
| 71 |
+
scene066.phase1
|
| 72 |
+
scene068.phase0
|
| 73 |
+
scene068.phase2
|
| 74 |
+
scene069.phase0
|
| 75 |
+
scene069.phase1
|
| 76 |
+
scene070.phase0
|
| 77 |
+
scene071.phase0
|
| 78 |
+
scene071.phase1
|
| 79 |
+
scene071.phase2
|
| 80 |
+
scene072.phase0
|
| 81 |
+
scene073.phase2
|
| 82 |
+
scene075.phase0
|
| 83 |
+
scene075.phase1
|
| 84 |
+
scene075.phase2
|
| 85 |
+
scene077.phase2
|
| 86 |
+
scene008.phase1
|
| 87 |
+
scene008.phase2
|
| 88 |
+
scene086.phase2
|
| 89 |
+
scene009.phase2
|
| 90 |
+
scene090.phase1
|
| 91 |
+
scene090.phase2
|
| 92 |
+
scene091.phase1
|
| 93 |
+
scene092.phase0
|
| 94 |
+
scene092.phase1
|
| 95 |
+
scene093.phase0
|
| 96 |
+
scene093.phase1
|
| 97 |
+
scene093.phase2
|
| 98 |
+
scene094.phase1
|
| 99 |
+
scene095.phase1
|
| 100 |
+
scene097.phase2
|
splits/hard.txt
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scene001.phase0
|
| 2 |
+
scene001.phase1
|
| 3 |
+
scene001.phase2
|
| 4 |
+
scene010.phase0
|
| 5 |
+
scene010.phase1
|
| 6 |
+
scene012.phase0
|
| 7 |
+
scene014.phase0
|
| 8 |
+
scene016.phase0
|
| 9 |
+
scene016.phase1
|
| 10 |
+
scene017.phase0
|
| 11 |
+
scene017.phase2
|
| 12 |
+
scene018.phase0
|
| 13 |
+
scene018.phase1
|
| 14 |
+
scene018.phase2
|
| 15 |
+
scene019.phase1
|
| 16 |
+
scene019.phase2
|
| 17 |
+
scene002.phase0
|
| 18 |
+
scene002.phase1
|
| 19 |
+
scene002.phase2
|
| 20 |
+
scene020.phase0
|
| 21 |
+
scene020.phase1
|
| 22 |
+
scene020.phase2
|
| 23 |
+
scene027.phase0
|
| 24 |
+
scene027.phase2
|
| 25 |
+
scene028.phase0
|
| 26 |
+
scene003.phase1
|
| 27 |
+
scene003.phase2
|
| 28 |
+
scene033.phase0
|
| 29 |
+
scene036.phase2
|
| 30 |
+
scene038.phase2
|
| 31 |
+
scene039.phase0
|
| 32 |
+
scene039.phase2
|
| 33 |
+
scene040.phase0
|
| 34 |
+
scene040.phase1
|
| 35 |
+
scene040.phase2
|
| 36 |
+
scene041.phase0
|
| 37 |
+
scene041.phase1
|
| 38 |
+
scene042.phase0
|
| 39 |
+
scene042.phase1
|
| 40 |
+
scene042.phase2
|
| 41 |
+
scene043.phase0
|
| 42 |
+
scene043.phase2
|
| 43 |
+
scene044.phase2
|
| 44 |
+
scene045.phase0
|
| 45 |
+
scene045.phase1
|
| 46 |
+
scene045.phase2
|
| 47 |
+
scene046.phase1
|
| 48 |
+
scene047.phase0
|
| 49 |
+
scene049.phase2
|
| 50 |
+
scene005.phase0
|
| 51 |
+
scene005.phase1
|
| 52 |
+
scene005.phase2
|
| 53 |
+
scene058.phase0
|
| 54 |
+
scene061.phase0
|
| 55 |
+
scene061.phase1
|
| 56 |
+
scene061.phase2
|
| 57 |
+
scene062.phase0
|
| 58 |
+
scene062.phase1
|
| 59 |
+
scene062.phase2
|
| 60 |
+
scene063.phase0
|
| 61 |
+
scene063.phase1
|
| 62 |
+
scene063.phase2
|
| 63 |
+
scene067.phase0
|
| 64 |
+
scene067.phase2
|
| 65 |
+
scene007.phase0
|
| 66 |
+
scene070.phase1
|
| 67 |
+
scene070.phase2
|
| 68 |
+
scene076.phase0
|
| 69 |
+
scene079.phase2
|
| 70 |
+
scene080.phase0
|
| 71 |
+
scene080.phase2
|
| 72 |
+
scene081.phase0
|
| 73 |
+
scene081.phase1
|
| 74 |
+
scene081.phase2
|
| 75 |
+
scene082.phase0
|
| 76 |
+
scene082.phase1
|
| 77 |
+
scene082.phase2
|
| 78 |
+
scene083.phase0
|
| 79 |
+
scene083.phase1
|
| 80 |
+
scene084.phase1
|
| 81 |
+
scene085.phase0
|
| 82 |
+
scene085.phase1
|
| 83 |
+
scene086.phase0
|
| 84 |
+
scene087.phase0
|
| 85 |
+
scene087.phase1
|
| 86 |
+
scene087.phase2
|
| 87 |
+
scene088.phase0
|
| 88 |
+
scene088.phase1
|
| 89 |
+
scene088.phase2
|
| 90 |
+
scene089.phase1
|
| 91 |
+
scene009.phase0
|
| 92 |
+
scene091.phase0
|
| 93 |
+
scene091.phase2
|
| 94 |
+
scene094.phase2
|
| 95 |
+
scene095.phase0
|
| 96 |
+
scene095.phase2
|
| 97 |
+
scene096.phase0
|
| 98 |
+
scene096.phase1
|
| 99 |
+
scene096.phase2
|
| 100 |
+
scene098.phase0
|
splits/medium.txt
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scene100.phase0
|
| 2 |
+
scene100.phase1
|
| 3 |
+
scene100.phase2
|
| 4 |
+
scene013.phase0
|
| 5 |
+
scene013.phase1
|
| 6 |
+
scene014.phase1
|
| 7 |
+
scene021.phase0
|
| 8 |
+
scene021.phase2
|
| 9 |
+
scene023.phase0
|
| 10 |
+
scene024.phase0
|
| 11 |
+
scene024.phase2
|
| 12 |
+
scene025.phase0
|
| 13 |
+
scene026.phase0
|
| 14 |
+
scene026.phase2
|
| 15 |
+
scene028.phase2
|
| 16 |
+
scene029.phase2
|
| 17 |
+
scene003.phase0
|
| 18 |
+
scene030.phase0
|
| 19 |
+
scene030.phase2
|
| 20 |
+
scene033.phase1
|
| 21 |
+
scene033.phase2
|
| 22 |
+
scene034.phase2
|
| 23 |
+
scene035.phase0
|
| 24 |
+
scene037.phase0
|
| 25 |
+
scene039.phase1
|
| 26 |
+
scene004.phase1
|
| 27 |
+
scene041.phase2
|
| 28 |
+
scene043.phase1
|
| 29 |
+
scene044.phase0
|
| 30 |
+
scene044.phase1
|
| 31 |
+
scene046.phase0
|
| 32 |
+
scene046.phase2
|
| 33 |
+
scene047.phase1
|
| 34 |
+
scene048.phase0
|
| 35 |
+
scene048.phase1
|
| 36 |
+
scene049.phase0
|
| 37 |
+
scene049.phase1
|
| 38 |
+
scene050.phase0
|
| 39 |
+
scene050.phase1
|
| 40 |
+
scene050.phase2
|
| 41 |
+
scene052.phase0
|
| 42 |
+
scene052.phase1
|
| 43 |
+
scene052.phase2
|
| 44 |
+
scene053.phase1
|
| 45 |
+
scene054.phase1
|
| 46 |
+
scene056.phase0
|
| 47 |
+
scene056.phase2
|
| 48 |
+
scene058.phase1
|
| 49 |
+
scene059.phase1
|
| 50 |
+
scene006.phase0
|
| 51 |
+
scene006.phase2
|
| 52 |
+
scene060.phase1
|
| 53 |
+
scene064.phase0
|
| 54 |
+
scene064.phase1
|
| 55 |
+
scene064.phase2
|
| 56 |
+
scene065.phase0
|
| 57 |
+
scene065.phase1
|
| 58 |
+
scene065.phase2
|
| 59 |
+
scene066.phase2
|
| 60 |
+
scene067.phase1
|
| 61 |
+
scene068.phase1
|
| 62 |
+
scene069.phase2
|
| 63 |
+
scene007.phase1
|
| 64 |
+
scene007.phase2
|
| 65 |
+
scene072.phase1
|
| 66 |
+
scene072.phase2
|
| 67 |
+
scene073.phase0
|
| 68 |
+
scene073.phase1
|
| 69 |
+
scene074.phase0
|
| 70 |
+
scene074.phase1
|
| 71 |
+
scene074.phase2
|
| 72 |
+
scene076.phase1
|
| 73 |
+
scene076.phase2
|
| 74 |
+
scene077.phase0
|
| 75 |
+
scene077.phase1
|
| 76 |
+
scene078.phase0
|
| 77 |
+
scene078.phase1
|
| 78 |
+
scene078.phase2
|
| 79 |
+
scene079.phase0
|
| 80 |
+
scene079.phase1
|
| 81 |
+
scene008.phase0
|
| 82 |
+
scene080.phase1
|
| 83 |
+
scene083.phase2
|
| 84 |
+
scene084.phase0
|
| 85 |
+
scene084.phase2
|
| 86 |
+
scene085.phase2
|
| 87 |
+
scene086.phase1
|
| 88 |
+
scene089.phase0
|
| 89 |
+
scene089.phase2
|
| 90 |
+
scene009.phase1
|
| 91 |
+
scene090.phase0
|
| 92 |
+
scene092.phase2
|
| 93 |
+
scene094.phase0
|
| 94 |
+
scene097.phase0
|
| 95 |
+
scene097.phase1
|
| 96 |
+
scene098.phase1
|
| 97 |
+
scene098.phase2
|
| 98 |
+
scene099.phase0
|
| 99 |
+
scene099.phase1
|
| 100 |
+
scene099.phase2
|
splits/scene_splits.json
ADDED
|
@@ -0,0 +1,2094 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": 2,
|
| 3 |
+
"primary_method": "mean_pn",
|
| 4 |
+
"scoring_version": "effort_stratified_v1",
|
| 5 |
+
"n_scenes": 100,
|
| 6 |
+
"tier_counts": {
|
| 7 |
+
"easy": 33,
|
| 8 |
+
"medium": 33,
|
| 9 |
+
"hard": 34
|
| 10 |
+
},
|
| 11 |
+
"aggregation": "mean of per-phase primary scores",
|
| 12 |
+
"splits": {
|
| 13 |
+
"easy": [
|
| 14 |
+
"scene011",
|
| 15 |
+
"scene012",
|
| 16 |
+
"scene013",
|
| 17 |
+
"scene015",
|
| 18 |
+
"scene022",
|
| 19 |
+
"scene023",
|
| 20 |
+
"scene024",
|
| 21 |
+
"scene026",
|
| 22 |
+
"scene029",
|
| 23 |
+
"scene030",
|
| 24 |
+
"scene031",
|
| 25 |
+
"scene032",
|
| 26 |
+
"scene034",
|
| 27 |
+
"scene035",
|
| 28 |
+
"scene037",
|
| 29 |
+
"scene038",
|
| 30 |
+
"scene004",
|
| 31 |
+
"scene051",
|
| 32 |
+
"scene053",
|
| 33 |
+
"scene054",
|
| 34 |
+
"scene055",
|
| 35 |
+
"scene057",
|
| 36 |
+
"scene059",
|
| 37 |
+
"scene060",
|
| 38 |
+
"scene066",
|
| 39 |
+
"scene068",
|
| 40 |
+
"scene071",
|
| 41 |
+
"scene073",
|
| 42 |
+
"scene075",
|
| 43 |
+
"scene008",
|
| 44 |
+
"scene092",
|
| 45 |
+
"scene093",
|
| 46 |
+
"scene094"
|
| 47 |
+
],
|
| 48 |
+
"medium": [
|
| 49 |
+
"scene100",
|
| 50 |
+
"scene014",
|
| 51 |
+
"scene017",
|
| 52 |
+
"scene021",
|
| 53 |
+
"scene025",
|
| 54 |
+
"scene028",
|
| 55 |
+
"scene036",
|
| 56 |
+
"scene047",
|
| 57 |
+
"scene048",
|
| 58 |
+
"scene050",
|
| 59 |
+
"scene052",
|
| 60 |
+
"scene056",
|
| 61 |
+
"scene058",
|
| 62 |
+
"scene006",
|
| 63 |
+
"scene064",
|
| 64 |
+
"scene065",
|
| 65 |
+
"scene069",
|
| 66 |
+
"scene007",
|
| 67 |
+
"scene070",
|
| 68 |
+
"scene072",
|
| 69 |
+
"scene074",
|
| 70 |
+
"scene076",
|
| 71 |
+
"scene077",
|
| 72 |
+
"scene078",
|
| 73 |
+
"scene079",
|
| 74 |
+
"scene084",
|
| 75 |
+
"scene086",
|
| 76 |
+
"scene089",
|
| 77 |
+
"scene009",
|
| 78 |
+
"scene090",
|
| 79 |
+
"scene091",
|
| 80 |
+
"scene097",
|
| 81 |
+
"scene099"
|
| 82 |
+
],
|
| 83 |
+
"hard": [
|
| 84 |
+
"scene001",
|
| 85 |
+
"scene010",
|
| 86 |
+
"scene016",
|
| 87 |
+
"scene018",
|
| 88 |
+
"scene019",
|
| 89 |
+
"scene002",
|
| 90 |
+
"scene020",
|
| 91 |
+
"scene027",
|
| 92 |
+
"scene003",
|
| 93 |
+
"scene033",
|
| 94 |
+
"scene039",
|
| 95 |
+
"scene040",
|
| 96 |
+
"scene041",
|
| 97 |
+
"scene042",
|
| 98 |
+
"scene043",
|
| 99 |
+
"scene044",
|
| 100 |
+
"scene045",
|
| 101 |
+
"scene046",
|
| 102 |
+
"scene049",
|
| 103 |
+
"scene005",
|
| 104 |
+
"scene061",
|
| 105 |
+
"scene062",
|
| 106 |
+
"scene063",
|
| 107 |
+
"scene067",
|
| 108 |
+
"scene080",
|
| 109 |
+
"scene081",
|
| 110 |
+
"scene082",
|
| 111 |
+
"scene083",
|
| 112 |
+
"scene085",
|
| 113 |
+
"scene087",
|
| 114 |
+
"scene088",
|
| 115 |
+
"scene095",
|
| 116 |
+
"scene096",
|
| 117 |
+
"scene098"
|
| 118 |
+
]
|
| 119 |
+
},
|
| 120 |
+
"scene_detail": {
|
| 121 |
+
"scene001": {
|
| 122 |
+
"scene_tier": "hard",
|
| 123 |
+
"scene_score": 0.6319027777777777,
|
| 124 |
+
"phase_scores": [
|
| 125 |
+
0.6781083333333332,
|
| 126 |
+
0.62565,
|
| 127 |
+
0.59195
|
| 128 |
+
],
|
| 129 |
+
"phase_tiers": [
|
| 130 |
+
"hard",
|
| 131 |
+
"hard",
|
| 132 |
+
"hard"
|
| 133 |
+
],
|
| 134 |
+
"phase_indices": [
|
| 135 |
+
0,
|
| 136 |
+
1,
|
| 137 |
+
2
|
| 138 |
+
]
|
| 139 |
+
},
|
| 140 |
+
"scene010": {
|
| 141 |
+
"scene_tier": "hard",
|
| 142 |
+
"scene_score": 0.5306916666666667,
|
| 143 |
+
"phase_scores": [
|
| 144 |
+
0.5944416666666666,
|
| 145 |
+
0.5763,
|
| 146 |
+
0.4213333333333333
|
| 147 |
+
],
|
| 148 |
+
"phase_tiers": [
|
| 149 |
+
"hard",
|
| 150 |
+
"hard",
|
| 151 |
+
"easy"
|
| 152 |
+
],
|
| 153 |
+
"phase_indices": [
|
| 154 |
+
0,
|
| 155 |
+
1,
|
| 156 |
+
2
|
| 157 |
+
]
|
| 158 |
+
},
|
| 159 |
+
"scene100": {
|
| 160 |
+
"scene_tier": "medium",
|
| 161 |
+
"scene_score": 0.5233583333333333,
|
| 162 |
+
"phase_scores": [
|
| 163 |
+
0.5019666666666667,
|
| 164 |
+
0.52975,
|
| 165 |
+
0.5383583333333333
|
| 166 |
+
],
|
| 167 |
+
"phase_tiers": [
|
| 168 |
+
"medium",
|
| 169 |
+
"medium",
|
| 170 |
+
"medium"
|
| 171 |
+
],
|
| 172 |
+
"phase_indices": [
|
| 173 |
+
0,
|
| 174 |
+
1,
|
| 175 |
+
2
|
| 176 |
+
]
|
| 177 |
+
},
|
| 178 |
+
"scene011": {
|
| 179 |
+
"scene_tier": "easy",
|
| 180 |
+
"scene_score": 0.3555,
|
| 181 |
+
"phase_scores": [
|
| 182 |
+
0.3655333333333333,
|
| 183 |
+
0.3509333333333333,
|
| 184 |
+
0.3500333333333333
|
| 185 |
+
],
|
| 186 |
+
"phase_tiers": [
|
| 187 |
+
"easy",
|
| 188 |
+
"easy",
|
| 189 |
+
"easy"
|
| 190 |
+
],
|
| 191 |
+
"phase_indices": [
|
| 192 |
+
0,
|
| 193 |
+
1,
|
| 194 |
+
2
|
| 195 |
+
]
|
| 196 |
+
},
|
| 197 |
+
"scene012": {
|
| 198 |
+
"scene_tier": "easy",
|
| 199 |
+
"scene_score": 0.4227083333333333,
|
| 200 |
+
"phase_scores": [
|
| 201 |
+
0.6357583333333334,
|
| 202 |
+
0.2865833333333333,
|
| 203 |
+
0.34578333333333333
|
| 204 |
+
],
|
| 205 |
+
"phase_tiers": [
|
| 206 |
+
"hard",
|
| 207 |
+
"easy",
|
| 208 |
+
"easy"
|
| 209 |
+
],
|
| 210 |
+
"phase_indices": [
|
| 211 |
+
0,
|
| 212 |
+
1,
|
| 213 |
+
2
|
| 214 |
+
]
|
| 215 |
+
},
|
| 216 |
+
"scene013": {
|
| 217 |
+
"scene_tier": "easy",
|
| 218 |
+
"scene_score": 0.4482277777777777,
|
| 219 |
+
"phase_scores": [
|
| 220 |
+
0.49626666666666663,
|
| 221 |
+
0.47288333333333327,
|
| 222 |
+
0.3755333333333333
|
| 223 |
+
],
|
| 224 |
+
"phase_tiers": [
|
| 225 |
+
"medium",
|
| 226 |
+
"medium",
|
| 227 |
+
"easy"
|
| 228 |
+
],
|
| 229 |
+
"phase_indices": [
|
| 230 |
+
0,
|
| 231 |
+
1,
|
| 232 |
+
2
|
| 233 |
+
]
|
| 234 |
+
},
|
| 235 |
+
"scene014": {
|
| 236 |
+
"scene_tier": "medium",
|
| 237 |
+
"scene_score": 0.5035861111111111,
|
| 238 |
+
"phase_scores": [
|
| 239 |
+
0.601375,
|
| 240 |
+
0.4925,
|
| 241 |
+
0.41688333333333333
|
| 242 |
+
],
|
| 243 |
+
"phase_tiers": [
|
| 244 |
+
"hard",
|
| 245 |
+
"medium",
|
| 246 |
+
"easy"
|
| 247 |
+
],
|
| 248 |
+
"phase_indices": [
|
| 249 |
+
0,
|
| 250 |
+
1,
|
| 251 |
+
2
|
| 252 |
+
]
|
| 253 |
+
},
|
| 254 |
+
"scene015": {
|
| 255 |
+
"scene_tier": "easy",
|
| 256 |
+
"scene_score": 0.3395333333333333,
|
| 257 |
+
"phase_scores": [
|
| 258 |
+
0.2867333333333333,
|
| 259 |
+
0.3511333333333333,
|
| 260 |
+
0.3807333333333333
|
| 261 |
+
],
|
| 262 |
+
"phase_tiers": [
|
| 263 |
+
"easy",
|
| 264 |
+
"easy",
|
| 265 |
+
"easy"
|
| 266 |
+
],
|
| 267 |
+
"phase_indices": [
|
| 268 |
+
0,
|
| 269 |
+
1,
|
| 270 |
+
2
|
| 271 |
+
]
|
| 272 |
+
},
|
| 273 |
+
"scene016": {
|
| 274 |
+
"scene_tier": "hard",
|
| 275 |
+
"scene_score": 0.5429416666666665,
|
| 276 |
+
"phase_scores": [
|
| 277 |
+
0.5958583333333333,
|
| 278 |
+
0.5927333333333333,
|
| 279 |
+
0.4402333333333333
|
| 280 |
+
],
|
| 281 |
+
"phase_tiers": [
|
| 282 |
+
"hard",
|
| 283 |
+
"hard",
|
| 284 |
+
"easy"
|
| 285 |
+
],
|
| 286 |
+
"phase_indices": [
|
| 287 |
+
0,
|
| 288 |
+
1,
|
| 289 |
+
2
|
| 290 |
+
]
|
| 291 |
+
},
|
| 292 |
+
"scene017": {
|
| 293 |
+
"scene_tier": "medium",
|
| 294 |
+
"scene_score": 0.5299222222222222,
|
| 295 |
+
"phase_scores": [
|
| 296 |
+
0.5990333333333334,
|
| 297 |
+
0.3789333333333333,
|
| 298 |
+
0.6117999999999999
|
| 299 |
+
],
|
| 300 |
+
"phase_tiers": [
|
| 301 |
+
"hard",
|
| 302 |
+
"easy",
|
| 303 |
+
"hard"
|
| 304 |
+
],
|
| 305 |
+
"phase_indices": [
|
| 306 |
+
0,
|
| 307 |
+
1,
|
| 308 |
+
2
|
| 309 |
+
]
|
| 310 |
+
},
|
| 311 |
+
"scene018": {
|
| 312 |
+
"scene_tier": "hard",
|
| 313 |
+
"scene_score": 0.6263305555555555,
|
| 314 |
+
"phase_scores": [
|
| 315 |
+
0.5849000000000001,
|
| 316 |
+
0.6398166666666667,
|
| 317 |
+
0.6542749999999999
|
| 318 |
+
],
|
| 319 |
+
"phase_tiers": [
|
| 320 |
+
"hard",
|
| 321 |
+
"hard",
|
| 322 |
+
"hard"
|
| 323 |
+
],
|
| 324 |
+
"phase_indices": [
|
| 325 |
+
0,
|
| 326 |
+
1,
|
| 327 |
+
2
|
| 328 |
+
]
|
| 329 |
+
},
|
| 330 |
+
"scene019": {
|
| 331 |
+
"scene_tier": "hard",
|
| 332 |
+
"scene_score": 0.5570805555555556,
|
| 333 |
+
"phase_scores": [
|
| 334 |
+
0.4341833333333333,
|
| 335 |
+
0.5895833333333333,
|
| 336 |
+
0.647475
|
| 337 |
+
],
|
| 338 |
+
"phase_tiers": [
|
| 339 |
+
"easy",
|
| 340 |
+
"hard",
|
| 341 |
+
"hard"
|
| 342 |
+
],
|
| 343 |
+
"phase_indices": [
|
| 344 |
+
0,
|
| 345 |
+
1,
|
| 346 |
+
2
|
| 347 |
+
]
|
| 348 |
+
},
|
| 349 |
+
"scene002": {
|
| 350 |
+
"scene_tier": "hard",
|
| 351 |
+
"scene_score": 0.6275027777777779,
|
| 352 |
+
"phase_scores": [
|
| 353 |
+
0.6586083333333334,
|
| 354 |
+
0.6376833333333333,
|
| 355 |
+
0.5862166666666667
|
| 356 |
+
],
|
| 357 |
+
"phase_tiers": [
|
| 358 |
+
"hard",
|
| 359 |
+
"hard",
|
| 360 |
+
"hard"
|
| 361 |
+
],
|
| 362 |
+
"phase_indices": [
|
| 363 |
+
0,
|
| 364 |
+
1,
|
| 365 |
+
2
|
| 366 |
+
]
|
| 367 |
+
},
|
| 368 |
+
"scene020": {
|
| 369 |
+
"scene_tier": "hard",
|
| 370 |
+
"scene_score": 0.6435277777777778,
|
| 371 |
+
"phase_scores": [
|
| 372 |
+
0.6191666666666666,
|
| 373 |
+
0.6358,
|
| 374 |
+
0.6756166666666666
|
| 375 |
+
],
|
| 376 |
+
"phase_tiers": [
|
| 377 |
+
"hard",
|
| 378 |
+
"hard",
|
| 379 |
+
"hard"
|
| 380 |
+
],
|
| 381 |
+
"phase_indices": [
|
| 382 |
+
0,
|
| 383 |
+
1,
|
| 384 |
+
2
|
| 385 |
+
]
|
| 386 |
+
},
|
| 387 |
+
"scene021": {
|
| 388 |
+
"scene_tier": "medium",
|
| 389 |
+
"scene_score": 0.4816805555555555,
|
| 390 |
+
"phase_scores": [
|
| 391 |
+
0.5527333333333333,
|
| 392 |
+
0.43192499999999995,
|
| 393 |
+
0.46038333333333326
|
| 394 |
+
],
|
| 395 |
+
"phase_tiers": [
|
| 396 |
+
"medium",
|
| 397 |
+
"easy",
|
| 398 |
+
"medium"
|
| 399 |
+
],
|
| 400 |
+
"phase_indices": [
|
| 401 |
+
0,
|
| 402 |
+
1,
|
| 403 |
+
2
|
| 404 |
+
]
|
| 405 |
+
},
|
| 406 |
+
"scene022": {
|
| 407 |
+
"scene_tier": "easy",
|
| 408 |
+
"scene_score": 0.2918166666666666,
|
| 409 |
+
"phase_scores": [
|
| 410 |
+
0.3017333333333333,
|
| 411 |
+
0.29198333333333326,
|
| 412 |
+
0.28173333333333334
|
| 413 |
+
],
|
| 414 |
+
"phase_tiers": [
|
| 415 |
+
"easy",
|
| 416 |
+
"easy",
|
| 417 |
+
"easy"
|
| 418 |
+
],
|
| 419 |
+
"phase_indices": [
|
| 420 |
+
0,
|
| 421 |
+
1,
|
| 422 |
+
2
|
| 423 |
+
]
|
| 424 |
+
},
|
| 425 |
+
"scene023": {
|
| 426 |
+
"scene_tier": "easy",
|
| 427 |
+
"scene_score": 0.4210138888888888,
|
| 428 |
+
"phase_scores": [
|
| 429 |
+
0.48018333333333324,
|
| 430 |
+
0.35945000000000005,
|
| 431 |
+
0.4234083333333332
|
| 432 |
+
],
|
| 433 |
+
"phase_tiers": [
|
| 434 |
+
"medium",
|
| 435 |
+
"easy",
|
| 436 |
+
"easy"
|
| 437 |
+
],
|
| 438 |
+
"phase_indices": [
|
| 439 |
+
0,
|
| 440 |
+
1,
|
| 441 |
+
2
|
| 442 |
+
]
|
| 443 |
+
},
|
| 444 |
+
"scene024": {
|
| 445 |
+
"scene_tier": "easy",
|
| 446 |
+
"scene_score": 0.4120944444444445,
|
| 447 |
+
"phase_scores": [
|
| 448 |
+
0.46590000000000004,
|
| 449 |
+
0.31813333333333327,
|
| 450 |
+
0.45225
|
| 451 |
+
],
|
| 452 |
+
"phase_tiers": [
|
| 453 |
+
"medium",
|
| 454 |
+
"easy",
|
| 455 |
+
"medium"
|
| 456 |
+
],
|
| 457 |
+
"phase_indices": [
|
| 458 |
+
0,
|
| 459 |
+
1,
|
| 460 |
+
2
|
| 461 |
+
]
|
| 462 |
+
},
|
| 463 |
+
"scene025": {
|
| 464 |
+
"scene_tier": "medium",
|
| 465 |
+
"scene_score": 0.4668444444444444,
|
| 466 |
+
"phase_scores": [
|
| 467 |
+
0.528975,
|
| 468 |
+
0.42824166666666663,
|
| 469 |
+
0.44331666666666664
|
| 470 |
+
],
|
| 471 |
+
"phase_tiers": [
|
| 472 |
+
"medium",
|
| 473 |
+
"easy",
|
| 474 |
+
"easy"
|
| 475 |
+
],
|
| 476 |
+
"phase_indices": [
|
| 477 |
+
0,
|
| 478 |
+
1,
|
| 479 |
+
2
|
| 480 |
+
]
|
| 481 |
+
},
|
| 482 |
+
"scene026": {
|
| 483 |
+
"scene_tier": "easy",
|
| 484 |
+
"scene_score": 0.45669999999999994,
|
| 485 |
+
"phase_scores": [
|
| 486 |
+
0.5087333333333334,
|
| 487 |
+
0.3679333333333333,
|
| 488 |
+
0.4934333333333333
|
| 489 |
+
],
|
| 490 |
+
"phase_tiers": [
|
| 491 |
+
"medium",
|
| 492 |
+
"easy",
|
| 493 |
+
"medium"
|
| 494 |
+
],
|
| 495 |
+
"phase_indices": [
|
| 496 |
+
0,
|
| 497 |
+
1,
|
| 498 |
+
2
|
| 499 |
+
]
|
| 500 |
+
},
|
| 501 |
+
"scene027": {
|
| 502 |
+
"scene_tier": "hard",
|
| 503 |
+
"scene_score": 0.5440027777777777,
|
| 504 |
+
"phase_scores": [
|
| 505 |
+
0.6427833333333333,
|
| 506 |
+
0.3943333333333333,
|
| 507 |
+
0.5948916666666667
|
| 508 |
+
],
|
| 509 |
+
"phase_tiers": [
|
| 510 |
+
"hard",
|
| 511 |
+
"easy",
|
| 512 |
+
"hard"
|
| 513 |
+
],
|
| 514 |
+
"phase_indices": [
|
| 515 |
+
0,
|
| 516 |
+
1,
|
| 517 |
+
2
|
| 518 |
+
]
|
| 519 |
+
},
|
| 520 |
+
"scene028": {
|
| 521 |
+
"scene_tier": "medium",
|
| 522 |
+
"scene_score": 0.5001166666666667,
|
| 523 |
+
"phase_scores": [
|
| 524 |
+
0.563925,
|
| 525 |
+
0.38213333333333327,
|
| 526 |
+
0.5542916666666667
|
| 527 |
+
],
|
| 528 |
+
"phase_tiers": [
|
| 529 |
+
"hard",
|
| 530 |
+
"easy",
|
| 531 |
+
"medium"
|
| 532 |
+
],
|
| 533 |
+
"phase_indices": [
|
| 534 |
+
0,
|
| 535 |
+
1,
|
| 536 |
+
2
|
| 537 |
+
]
|
| 538 |
+
},
|
| 539 |
+
"scene029": {
|
| 540 |
+
"scene_tier": "easy",
|
| 541 |
+
"scene_score": 0.413,
|
| 542 |
+
"phase_scores": [
|
| 543 |
+
0.4350333333333333,
|
| 544 |
+
0.33953333333333335,
|
| 545 |
+
0.4644333333333333
|
| 546 |
+
],
|
| 547 |
+
"phase_tiers": [
|
| 548 |
+
"easy",
|
| 549 |
+
"easy",
|
| 550 |
+
"medium"
|
| 551 |
+
],
|
| 552 |
+
"phase_indices": [
|
| 553 |
+
0,
|
| 554 |
+
1,
|
| 555 |
+
2
|
| 556 |
+
]
|
| 557 |
+
},
|
| 558 |
+
"scene003": {
|
| 559 |
+
"scene_tier": "hard",
|
| 560 |
+
"scene_score": 0.5700472222222221,
|
| 561 |
+
"phase_scores": [
|
| 562 |
+
0.5515666666666666,
|
| 563 |
+
0.5897833333333332,
|
| 564 |
+
0.5687916666666667
|
| 565 |
+
],
|
| 566 |
+
"phase_tiers": [
|
| 567 |
+
"medium",
|
| 568 |
+
"hard",
|
| 569 |
+
"hard"
|
| 570 |
+
],
|
| 571 |
+
"phase_indices": [
|
| 572 |
+
0,
|
| 573 |
+
1,
|
| 574 |
+
2
|
| 575 |
+
]
|
| 576 |
+
},
|
| 577 |
+
"scene030": {
|
| 578 |
+
"scene_tier": "easy",
|
| 579 |
+
"scene_score": 0.43294999999999995,
|
| 580 |
+
"phase_scores": [
|
| 581 |
+
0.4621833333333333,
|
| 582 |
+
0.3562333333333333,
|
| 583 |
+
0.4804333333333333
|
| 584 |
+
],
|
| 585 |
+
"phase_tiers": [
|
| 586 |
+
"medium",
|
| 587 |
+
"easy",
|
| 588 |
+
"medium"
|
| 589 |
+
],
|
| 590 |
+
"phase_indices": [
|
| 591 |
+
0,
|
| 592 |
+
1,
|
| 593 |
+
2
|
| 594 |
+
]
|
| 595 |
+
},
|
| 596 |
+
"scene031": {
|
| 597 |
+
"scene_tier": "easy",
|
| 598 |
+
"scene_score": 0.3632166666666667,
|
| 599 |
+
"phase_scores": [
|
| 600 |
+
0.4003333333333334,
|
| 601 |
+
0.33228333333333326,
|
| 602 |
+
0.3570333333333333
|
| 603 |
+
],
|
| 604 |
+
"phase_tiers": [
|
| 605 |
+
"easy",
|
| 606 |
+
"easy",
|
| 607 |
+
"easy"
|
| 608 |
+
],
|
| 609 |
+
"phase_indices": [
|
| 610 |
+
0,
|
| 611 |
+
1,
|
| 612 |
+
2
|
| 613 |
+
]
|
| 614 |
+
},
|
| 615 |
+
"scene032": {
|
| 616 |
+
"scene_tier": "easy",
|
| 617 |
+
"scene_score": 0.38225,
|
| 618 |
+
"phase_scores": [
|
| 619 |
+
0.3633833333333333,
|
| 620 |
+
0.42373333333333335,
|
| 621 |
+
0.3596333333333333
|
| 622 |
+
],
|
| 623 |
+
"phase_tiers": [
|
| 624 |
+
"easy",
|
| 625 |
+
"easy",
|
| 626 |
+
"easy"
|
| 627 |
+
],
|
| 628 |
+
"phase_indices": [
|
| 629 |
+
0,
|
| 630 |
+
1,
|
| 631 |
+
2
|
| 632 |
+
]
|
| 633 |
+
},
|
| 634 |
+
"scene033": {
|
| 635 |
+
"scene_tier": "hard",
|
| 636 |
+
"scene_score": 0.5445444444444445,
|
| 637 |
+
"phase_scores": [
|
| 638 |
+
0.5821833333333333,
|
| 639 |
+
0.49862500000000004,
|
| 640 |
+
0.5528250000000001
|
| 641 |
+
],
|
| 642 |
+
"phase_tiers": [
|
| 643 |
+
"hard",
|
| 644 |
+
"medium",
|
| 645 |
+
"medium"
|
| 646 |
+
],
|
| 647 |
+
"phase_indices": [
|
| 648 |
+
0,
|
| 649 |
+
1,
|
| 650 |
+
2
|
| 651 |
+
]
|
| 652 |
+
},
|
| 653 |
+
"scene034": {
|
| 654 |
+
"scene_tier": "easy",
|
| 655 |
+
"scene_score": 0.43102777777777773,
|
| 656 |
+
"phase_scores": [
|
| 657 |
+
0.43706666666666666,
|
| 658 |
+
0.33563333333333334,
|
| 659 |
+
0.5203833333333333
|
| 660 |
+
],
|
| 661 |
+
"phase_tiers": [
|
| 662 |
+
"easy",
|
| 663 |
+
"easy",
|
| 664 |
+
"medium"
|
| 665 |
+
],
|
| 666 |
+
"phase_indices": [
|
| 667 |
+
0,
|
| 668 |
+
1,
|
| 669 |
+
2
|
| 670 |
+
]
|
| 671 |
+
},
|
| 672 |
+
"scene035": {
|
| 673 |
+
"scene_tier": "easy",
|
| 674 |
+
"scene_score": 0.41416388888888894,
|
| 675 |
+
"phase_scores": [
|
| 676 |
+
0.5147833333333334,
|
| 677 |
+
0.387975,
|
| 678 |
+
0.3397333333333334
|
| 679 |
+
],
|
| 680 |
+
"phase_tiers": [
|
| 681 |
+
"medium",
|
| 682 |
+
"easy",
|
| 683 |
+
"easy"
|
| 684 |
+
],
|
| 685 |
+
"phase_indices": [
|
| 686 |
+
0,
|
| 687 |
+
1,
|
| 688 |
+
2
|
| 689 |
+
]
|
| 690 |
+
},
|
| 691 |
+
"scene036": {
|
| 692 |
+
"scene_tier": "medium",
|
| 693 |
+
"scene_score": 0.4922416666666667,
|
| 694 |
+
"phase_scores": [
|
| 695 |
+
0.4271833333333333,
|
| 696 |
+
0.42388333333333333,
|
| 697 |
+
0.6256583333333334
|
| 698 |
+
],
|
| 699 |
+
"phase_tiers": [
|
| 700 |
+
"easy",
|
| 701 |
+
"easy",
|
| 702 |
+
"hard"
|
| 703 |
+
],
|
| 704 |
+
"phase_indices": [
|
| 705 |
+
0,
|
| 706 |
+
1,
|
| 707 |
+
2
|
| 708 |
+
]
|
| 709 |
+
},
|
| 710 |
+
"scene037": {
|
| 711 |
+
"scene_tier": "easy",
|
| 712 |
+
"scene_score": 0.4485861111111111,
|
| 713 |
+
"phase_scores": [
|
| 714 |
+
0.5372916666666666,
|
| 715 |
+
0.3791333333333333,
|
| 716 |
+
0.4293333333333333
|
| 717 |
+
],
|
| 718 |
+
"phase_tiers": [
|
| 719 |
+
"medium",
|
| 720 |
+
"easy",
|
| 721 |
+
"easy"
|
| 722 |
+
],
|
| 723 |
+
"phase_indices": [
|
| 724 |
+
0,
|
| 725 |
+
1,
|
| 726 |
+
2
|
| 727 |
+
]
|
| 728 |
+
},
|
| 729 |
+
"scene038": {
|
| 730 |
+
"scene_tier": "easy",
|
| 731 |
+
"scene_score": 0.4534611111111111,
|
| 732 |
+
"phase_scores": [
|
| 733 |
+
0.4164333333333333,
|
| 734 |
+
0.3798333333333333,
|
| 735 |
+
0.5641166666666666
|
| 736 |
+
],
|
| 737 |
+
"phase_tiers": [
|
| 738 |
+
"easy",
|
| 739 |
+
"easy",
|
| 740 |
+
"hard"
|
| 741 |
+
],
|
| 742 |
+
"phase_indices": [
|
| 743 |
+
0,
|
| 744 |
+
1,
|
| 745 |
+
2
|
| 746 |
+
]
|
| 747 |
+
},
|
| 748 |
+
"scene039": {
|
| 749 |
+
"scene_tier": "hard",
|
| 750 |
+
"scene_score": 0.5706722222222224,
|
| 751 |
+
"phase_scores": [
|
| 752 |
+
0.60945,
|
| 753 |
+
0.49693333333333334,
|
| 754 |
+
0.6056333333333334
|
| 755 |
+
],
|
| 756 |
+
"phase_tiers": [
|
| 757 |
+
"hard",
|
| 758 |
+
"medium",
|
| 759 |
+
"hard"
|
| 760 |
+
],
|
| 761 |
+
"phase_indices": [
|
| 762 |
+
0,
|
| 763 |
+
1,
|
| 764 |
+
2
|
| 765 |
+
]
|
| 766 |
+
},
|
| 767 |
+
"scene004": {
|
| 768 |
+
"scene_tier": "easy",
|
| 769 |
+
"scene_score": 0.4592805555555555,
|
| 770 |
+
"phase_scores": [
|
| 771 |
+
0.4339333333333333,
|
| 772 |
+
0.551575,
|
| 773 |
+
0.3923333333333333
|
| 774 |
+
],
|
| 775 |
+
"phase_tiers": [
|
| 776 |
+
"easy",
|
| 777 |
+
"medium",
|
| 778 |
+
"easy"
|
| 779 |
+
],
|
| 780 |
+
"phase_indices": [
|
| 781 |
+
0,
|
| 782 |
+
1,
|
| 783 |
+
2
|
| 784 |
+
]
|
| 785 |
+
},
|
| 786 |
+
"scene040": {
|
| 787 |
+
"scene_tier": "hard",
|
| 788 |
+
"scene_score": 0.5899694444444444,
|
| 789 |
+
"phase_scores": [
|
| 790 |
+
0.6053166666666666,
|
| 791 |
+
0.5594250000000001,
|
| 792 |
+
0.6051666666666667
|
| 793 |
+
],
|
| 794 |
+
"phase_tiers": [
|
| 795 |
+
"hard",
|
| 796 |
+
"hard",
|
| 797 |
+
"hard"
|
| 798 |
+
],
|
| 799 |
+
"phase_indices": [
|
| 800 |
+
0,
|
| 801 |
+
1,
|
| 802 |
+
2
|
| 803 |
+
]
|
| 804 |
+
},
|
| 805 |
+
"scene041": {
|
| 806 |
+
"scene_tier": "hard",
|
| 807 |
+
"scene_score": 0.555911111111111,
|
| 808 |
+
"phase_scores": [
|
| 809 |
+
0.6246999999999998,
|
| 810 |
+
0.5631,
|
| 811 |
+
0.4799333333333333
|
| 812 |
+
],
|
| 813 |
+
"phase_tiers": [
|
| 814 |
+
"hard",
|
| 815 |
+
"hard",
|
| 816 |
+
"medium"
|
| 817 |
+
],
|
| 818 |
+
"phase_indices": [
|
| 819 |
+
0,
|
| 820 |
+
1,
|
| 821 |
+
2
|
| 822 |
+
]
|
| 823 |
+
},
|
| 824 |
+
"scene042": {
|
| 825 |
+
"scene_tier": "hard",
|
| 826 |
+
"scene_score": 0.6370472222222222,
|
| 827 |
+
"phase_scores": [
|
| 828 |
+
0.5939166666666666,
|
| 829 |
+
0.6439083333333333,
|
| 830 |
+
0.6733166666666667
|
| 831 |
+
],
|
| 832 |
+
"phase_tiers": [
|
| 833 |
+
"hard",
|
| 834 |
+
"hard",
|
| 835 |
+
"hard"
|
| 836 |
+
],
|
| 837 |
+
"phase_indices": [
|
| 838 |
+
0,
|
| 839 |
+
1,
|
| 840 |
+
2
|
| 841 |
+
]
|
| 842 |
+
},
|
| 843 |
+
"scene043": {
|
| 844 |
+
"scene_tier": "hard",
|
| 845 |
+
"scene_score": 0.6192222222222222,
|
| 846 |
+
"phase_scores": [
|
| 847 |
+
0.6347166666666667,
|
| 848 |
+
0.5523666666666666,
|
| 849 |
+
0.6705833333333333
|
| 850 |
+
],
|
| 851 |
+
"phase_tiers": [
|
| 852 |
+
"hard",
|
| 853 |
+
"medium",
|
| 854 |
+
"hard"
|
| 855 |
+
],
|
| 856 |
+
"phase_indices": [
|
| 857 |
+
0,
|
| 858 |
+
1,
|
| 859 |
+
2
|
| 860 |
+
]
|
| 861 |
+
},
|
| 862 |
+
"scene044": {
|
| 863 |
+
"scene_tier": "hard",
|
| 864 |
+
"scene_score": 0.5348361111111111,
|
| 865 |
+
"phase_scores": [
|
| 866 |
+
0.4839833333333333,
|
| 867 |
+
0.5523999999999999,
|
| 868 |
+
0.568125
|
| 869 |
+
],
|
| 870 |
+
"phase_tiers": [
|
| 871 |
+
"medium",
|
| 872 |
+
"medium",
|
| 873 |
+
"hard"
|
| 874 |
+
],
|
| 875 |
+
"phase_indices": [
|
| 876 |
+
0,
|
| 877 |
+
1,
|
| 878 |
+
2
|
| 879 |
+
]
|
| 880 |
+
},
|
| 881 |
+
"scene045": {
|
| 882 |
+
"scene_tier": "hard",
|
| 883 |
+
"scene_score": 0.6184250000000001,
|
| 884 |
+
"phase_scores": [
|
| 885 |
+
0.6123166666666667,
|
| 886 |
+
0.6184916666666667,
|
| 887 |
+
0.6244666666666666
|
| 888 |
+
],
|
| 889 |
+
"phase_tiers": [
|
| 890 |
+
"hard",
|
| 891 |
+
"hard",
|
| 892 |
+
"hard"
|
| 893 |
+
],
|
| 894 |
+
"phase_indices": [
|
| 895 |
+
0,
|
| 896 |
+
1,
|
| 897 |
+
2
|
| 898 |
+
]
|
| 899 |
+
},
|
| 900 |
+
"scene046": {
|
| 901 |
+
"scene_tier": "hard",
|
| 902 |
+
"scene_score": 0.5607888888888889,
|
| 903 |
+
"phase_scores": [
|
| 904 |
+
0.545,
|
| 905 |
+
0.59505,
|
| 906 |
+
0.5423166666666667
|
| 907 |
+
],
|
| 908 |
+
"phase_tiers": [
|
| 909 |
+
"medium",
|
| 910 |
+
"hard",
|
| 911 |
+
"medium"
|
| 912 |
+
],
|
| 913 |
+
"phase_indices": [
|
| 914 |
+
0,
|
| 915 |
+
1,
|
| 916 |
+
2
|
| 917 |
+
]
|
| 918 |
+
},
|
| 919 |
+
"scene047": {
|
| 920 |
+
"scene_tier": "medium",
|
| 921 |
+
"scene_score": 0.5037444444444444,
|
| 922 |
+
"phase_scores": [
|
| 923 |
+
0.649875,
|
| 924 |
+
0.453725,
|
| 925 |
+
0.40763333333333335
|
| 926 |
+
],
|
| 927 |
+
"phase_tiers": [
|
| 928 |
+
"hard",
|
| 929 |
+
"medium",
|
| 930 |
+
"easy"
|
| 931 |
+
],
|
| 932 |
+
"phase_indices": [
|
| 933 |
+
0,
|
| 934 |
+
1,
|
| 935 |
+
2
|
| 936 |
+
]
|
| 937 |
+
},
|
| 938 |
+
"scene048": {
|
| 939 |
+
"scene_tier": "medium",
|
| 940 |
+
"scene_score": 0.49618055555555546,
|
| 941 |
+
"phase_scores": [
|
| 942 |
+
0.5245749999999999,
|
| 943 |
+
0.5554333333333333,
|
| 944 |
+
0.4085333333333333
|
| 945 |
+
],
|
| 946 |
+
"phase_tiers": [
|
| 947 |
+
"medium",
|
| 948 |
+
"medium",
|
| 949 |
+
"easy"
|
| 950 |
+
],
|
| 951 |
+
"phase_indices": [
|
| 952 |
+
0,
|
| 953 |
+
1,
|
| 954 |
+
2
|
| 955 |
+
]
|
| 956 |
+
},
|
| 957 |
+
"scene049": {
|
| 958 |
+
"scene_tier": "hard",
|
| 959 |
+
"scene_score": 0.5623416666666666,
|
| 960 |
+
"phase_scores": [
|
| 961 |
+
0.5380833333333332,
|
| 962 |
+
0.5545749999999999,
|
| 963 |
+
0.5943666666666666
|
| 964 |
+
],
|
| 965 |
+
"phase_tiers": [
|
| 966 |
+
"medium",
|
| 967 |
+
"medium",
|
| 968 |
+
"hard"
|
| 969 |
+
],
|
| 970 |
+
"phase_indices": [
|
| 971 |
+
0,
|
| 972 |
+
1,
|
| 973 |
+
2
|
| 974 |
+
]
|
| 975 |
+
},
|
| 976 |
+
"scene005": {
|
| 977 |
+
"scene_tier": "hard",
|
| 978 |
+
"scene_score": 0.6023,
|
| 979 |
+
"phase_scores": [
|
| 980 |
+
0.6347333333333333,
|
| 981 |
+
0.6076666666666666,
|
| 982 |
+
0.5645
|
| 983 |
+
],
|
| 984 |
+
"phase_tiers": [
|
| 985 |
+
"hard",
|
| 986 |
+
"hard",
|
| 987 |
+
"hard"
|
| 988 |
+
],
|
| 989 |
+
"phase_indices": [
|
| 990 |
+
0,
|
| 991 |
+
1,
|
| 992 |
+
2
|
| 993 |
+
]
|
| 994 |
+
},
|
| 995 |
+
"scene050": {
|
| 996 |
+
"scene_tier": "medium",
|
| 997 |
+
"scene_score": 0.5188805555555556,
|
| 998 |
+
"phase_scores": [
|
| 999 |
+
0.5092833333333333,
|
| 1000 |
+
0.5228166666666667,
|
| 1001 |
+
0.5245416666666667
|
| 1002 |
+
],
|
| 1003 |
+
"phase_tiers": [
|
| 1004 |
+
"medium",
|
| 1005 |
+
"medium",
|
| 1006 |
+
"medium"
|
| 1007 |
+
],
|
| 1008 |
+
"phase_indices": [
|
| 1009 |
+
0,
|
| 1010 |
+
1,
|
| 1011 |
+
2
|
| 1012 |
+
]
|
| 1013 |
+
},
|
| 1014 |
+
"scene051": {
|
| 1015 |
+
"scene_tier": "easy",
|
| 1016 |
+
"scene_score": 0.4262361111111111,
|
| 1017 |
+
"phase_scores": [
|
| 1018 |
+
0.40309999999999996,
|
| 1019 |
+
0.433675,
|
| 1020 |
+
0.4419333333333333
|
| 1021 |
+
],
|
| 1022 |
+
"phase_tiers": [
|
| 1023 |
+
"easy",
|
| 1024 |
+
"easy",
|
| 1025 |
+
"easy"
|
| 1026 |
+
],
|
| 1027 |
+
"phase_indices": [
|
| 1028 |
+
0,
|
| 1029 |
+
1,
|
| 1030 |
+
2
|
| 1031 |
+
]
|
| 1032 |
+
},
|
| 1033 |
+
"scene052": {
|
| 1034 |
+
"scene_tier": "medium",
|
| 1035 |
+
"scene_score": 0.47970555555555555,
|
| 1036 |
+
"phase_scores": [
|
| 1037 |
+
0.5043,
|
| 1038 |
+
0.48013333333333336,
|
| 1039 |
+
0.45468333333333333
|
| 1040 |
+
],
|
| 1041 |
+
"phase_tiers": [
|
| 1042 |
+
"medium",
|
| 1043 |
+
"medium",
|
| 1044 |
+
"medium"
|
| 1045 |
+
],
|
| 1046 |
+
"phase_indices": [
|
| 1047 |
+
0,
|
| 1048 |
+
1,
|
| 1049 |
+
2
|
| 1050 |
+
]
|
| 1051 |
+
},
|
| 1052 |
+
"scene053": {
|
| 1053 |
+
"scene_tier": "easy",
|
| 1054 |
+
"scene_score": 0.421325,
|
| 1055 |
+
"phase_scores": [
|
| 1056 |
+
0.3779833333333333,
|
| 1057 |
+
0.47525833333333334,
|
| 1058 |
+
0.41073333333333334
|
| 1059 |
+
],
|
| 1060 |
+
"phase_tiers": [
|
| 1061 |
+
"easy",
|
| 1062 |
+
"medium",
|
| 1063 |
+
"easy"
|
| 1064 |
+
],
|
| 1065 |
+
"phase_indices": [
|
| 1066 |
+
0,
|
| 1067 |
+
1,
|
| 1068 |
+
2
|
| 1069 |
+
]
|
| 1070 |
+
},
|
| 1071 |
+
"scene054": {
|
| 1072 |
+
"scene_tier": "easy",
|
| 1073 |
+
"scene_score": 0.407875,
|
| 1074 |
+
"phase_scores": [
|
| 1075 |
+
0.40526666666666666,
|
| 1076 |
+
0.469125,
|
| 1077 |
+
0.3492333333333333
|
| 1078 |
+
],
|
| 1079 |
+
"phase_tiers": [
|
| 1080 |
+
"easy",
|
| 1081 |
+
"medium",
|
| 1082 |
+
"easy"
|
| 1083 |
+
],
|
| 1084 |
+
"phase_indices": [
|
| 1085 |
+
0,
|
| 1086 |
+
1,
|
| 1087 |
+
2
|
| 1088 |
+
]
|
| 1089 |
+
},
|
| 1090 |
+
"scene055": {
|
| 1091 |
+
"scene_tier": "easy",
|
| 1092 |
+
"scene_score": 0.403175,
|
| 1093 |
+
"phase_scores": [
|
| 1094 |
+
0.3581833333333333,
|
| 1095 |
+
0.4266333333333333,
|
| 1096 |
+
0.42470833333333335
|
| 1097 |
+
],
|
| 1098 |
+
"phase_tiers": [
|
| 1099 |
+
"easy",
|
| 1100 |
+
"easy",
|
| 1101 |
+
"easy"
|
| 1102 |
+
],
|
| 1103 |
+
"phase_indices": [
|
| 1104 |
+
0,
|
| 1105 |
+
1,
|
| 1106 |
+
2
|
| 1107 |
+
]
|
| 1108 |
+
},
|
| 1109 |
+
"scene056": {
|
| 1110 |
+
"scene_tier": "medium",
|
| 1111 |
+
"scene_score": 0.47480277777777785,
|
| 1112 |
+
"phase_scores": [
|
| 1113 |
+
0.5204916666666667,
|
| 1114 |
+
0.35708333333333336,
|
| 1115 |
+
0.5468333333333334
|
| 1116 |
+
],
|
| 1117 |
+
"phase_tiers": [
|
| 1118 |
+
"medium",
|
| 1119 |
+
"easy",
|
| 1120 |
+
"medium"
|
| 1121 |
+
],
|
| 1122 |
+
"phase_indices": [
|
| 1123 |
+
0,
|
| 1124 |
+
1,
|
| 1125 |
+
2
|
| 1126 |
+
]
|
| 1127 |
+
},
|
| 1128 |
+
"scene057": {
|
| 1129 |
+
"scene_tier": "easy",
|
| 1130 |
+
"scene_score": 0.41448888888888885,
|
| 1131 |
+
"phase_scores": [
|
| 1132 |
+
0.42516666666666664,
|
| 1133 |
+
0.42016666666666663,
|
| 1134 |
+
0.39813333333333334
|
| 1135 |
+
],
|
| 1136 |
+
"phase_tiers": [
|
| 1137 |
+
"easy",
|
| 1138 |
+
"easy",
|
| 1139 |
+
"easy"
|
| 1140 |
+
],
|
| 1141 |
+
"phase_indices": [
|
| 1142 |
+
0,
|
| 1143 |
+
1,
|
| 1144 |
+
2
|
| 1145 |
+
]
|
| 1146 |
+
},
|
| 1147 |
+
"scene058": {
|
| 1148 |
+
"scene_tier": "medium",
|
| 1149 |
+
"scene_score": 0.509888888888889,
|
| 1150 |
+
"phase_scores": [
|
| 1151 |
+
0.5733333333333333,
|
| 1152 |
+
0.5411,
|
| 1153 |
+
0.4152333333333333
|
| 1154 |
+
],
|
| 1155 |
+
"phase_tiers": [
|
| 1156 |
+
"hard",
|
| 1157 |
+
"medium",
|
| 1158 |
+
"easy"
|
| 1159 |
+
],
|
| 1160 |
+
"phase_indices": [
|
| 1161 |
+
0,
|
| 1162 |
+
1,
|
| 1163 |
+
2
|
| 1164 |
+
]
|
| 1165 |
+
},
|
| 1166 |
+
"scene059": {
|
| 1167 |
+
"scene_tier": "easy",
|
| 1168 |
+
"scene_score": 0.42731388888888894,
|
| 1169 |
+
"phase_scores": [
|
| 1170 |
+
0.39533333333333337,
|
| 1171 |
+
0.46447499999999997,
|
| 1172 |
+
0.4221333333333334
|
| 1173 |
+
],
|
| 1174 |
+
"phase_tiers": [
|
| 1175 |
+
"easy",
|
| 1176 |
+
"medium",
|
| 1177 |
+
"easy"
|
| 1178 |
+
],
|
| 1179 |
+
"phase_indices": [
|
| 1180 |
+
0,
|
| 1181 |
+
1,
|
| 1182 |
+
2
|
| 1183 |
+
]
|
| 1184 |
+
},
|
| 1185 |
+
"scene006": {
|
| 1186 |
+
"scene_tier": "medium",
|
| 1187 |
+
"scene_score": 0.4895611111111111,
|
| 1188 |
+
"phase_scores": [
|
| 1189 |
+
0.5482416666666667,
|
| 1190 |
+
0.41505,
|
| 1191 |
+
0.5053916666666667
|
| 1192 |
+
],
|
| 1193 |
+
"phase_tiers": [
|
| 1194 |
+
"medium",
|
| 1195 |
+
"easy",
|
| 1196 |
+
"medium"
|
| 1197 |
+
],
|
| 1198 |
+
"phase_indices": [
|
| 1199 |
+
0,
|
| 1200 |
+
1,
|
| 1201 |
+
2
|
| 1202 |
+
]
|
| 1203 |
+
},
|
| 1204 |
+
"scene060": {
|
| 1205 |
+
"scene_tier": "easy",
|
| 1206 |
+
"scene_score": 0.41835833333333333,
|
| 1207 |
+
"phase_scores": [
|
| 1208 |
+
0.4056333333333333,
|
| 1209 |
+
0.4658083333333333,
|
| 1210 |
+
0.3836333333333333
|
| 1211 |
+
],
|
| 1212 |
+
"phase_tiers": [
|
| 1213 |
+
"easy",
|
| 1214 |
+
"medium",
|
| 1215 |
+
"easy"
|
| 1216 |
+
],
|
| 1217 |
+
"phase_indices": [
|
| 1218 |
+
0,
|
| 1219 |
+
1,
|
| 1220 |
+
2
|
| 1221 |
+
]
|
| 1222 |
+
},
|
| 1223 |
+
"scene061": {
|
| 1224 |
+
"scene_tier": "hard",
|
| 1225 |
+
"scene_score": 0.6655083333333334,
|
| 1226 |
+
"phase_scores": [
|
| 1227 |
+
0.6531666666666667,
|
| 1228 |
+
0.6990416666666667,
|
| 1229 |
+
0.6443166666666665
|
| 1230 |
+
],
|
| 1231 |
+
"phase_tiers": [
|
| 1232 |
+
"hard",
|
| 1233 |
+
"hard",
|
| 1234 |
+
"hard"
|
| 1235 |
+
],
|
| 1236 |
+
"phase_indices": [
|
| 1237 |
+
0,
|
| 1238 |
+
1,
|
| 1239 |
+
2
|
| 1240 |
+
]
|
| 1241 |
+
},
|
| 1242 |
+
"scene062": {
|
| 1243 |
+
"scene_tier": "hard",
|
| 1244 |
+
"scene_score": 0.6463611111111112,
|
| 1245 |
+
"phase_scores": [
|
| 1246 |
+
0.6344916666666667,
|
| 1247 |
+
0.656925,
|
| 1248 |
+
0.6476666666666667
|
| 1249 |
+
],
|
| 1250 |
+
"phase_tiers": [
|
| 1251 |
+
"hard",
|
| 1252 |
+
"hard",
|
| 1253 |
+
"hard"
|
| 1254 |
+
],
|
| 1255 |
+
"phase_indices": [
|
| 1256 |
+
0,
|
| 1257 |
+
1,
|
| 1258 |
+
2
|
| 1259 |
+
]
|
| 1260 |
+
},
|
| 1261 |
+
"scene063": {
|
| 1262 |
+
"scene_tier": "hard",
|
| 1263 |
+
"scene_score": 0.63785,
|
| 1264 |
+
"phase_scores": [
|
| 1265 |
+
0.7262,
|
| 1266 |
+
0.6209749999999999,
|
| 1267 |
+
0.5663750000000001
|
| 1268 |
+
],
|
| 1269 |
+
"phase_tiers": [
|
| 1270 |
+
"hard",
|
| 1271 |
+
"hard",
|
| 1272 |
+
"hard"
|
| 1273 |
+
],
|
| 1274 |
+
"phase_indices": [
|
| 1275 |
+
0,
|
| 1276 |
+
1,
|
| 1277 |
+
2
|
| 1278 |
+
]
|
| 1279 |
+
},
|
| 1280 |
+
"scene064": {
|
| 1281 |
+
"scene_tier": "medium",
|
| 1282 |
+
"scene_score": 0.47275,
|
| 1283 |
+
"phase_scores": [
|
| 1284 |
+
0.4711333333333333,
|
| 1285 |
+
0.4714833333333333,
|
| 1286 |
+
0.47563333333333335
|
| 1287 |
+
],
|
| 1288 |
+
"phase_tiers": [
|
| 1289 |
+
"medium",
|
| 1290 |
+
"medium",
|
| 1291 |
+
"medium"
|
| 1292 |
+
],
|
| 1293 |
+
"phase_indices": [
|
| 1294 |
+
0,
|
| 1295 |
+
1,
|
| 1296 |
+
2
|
| 1297 |
+
]
|
| 1298 |
+
},
|
| 1299 |
+
"scene065": {
|
| 1300 |
+
"scene_tier": "medium",
|
| 1301 |
+
"scene_score": 0.49124999999999996,
|
| 1302 |
+
"phase_scores": [
|
| 1303 |
+
0.5003333333333333,
|
| 1304 |
+
0.5005833333333333,
|
| 1305 |
+
0.4728333333333333
|
| 1306 |
+
],
|
| 1307 |
+
"phase_tiers": [
|
| 1308 |
+
"medium",
|
| 1309 |
+
"medium",
|
| 1310 |
+
"medium"
|
| 1311 |
+
],
|
| 1312 |
+
"phase_indices": [
|
| 1313 |
+
0,
|
| 1314 |
+
1,
|
| 1315 |
+
2
|
| 1316 |
+
]
|
| 1317 |
+
},
|
| 1318 |
+
"scene066": {
|
| 1319 |
+
"scene_tier": "easy",
|
| 1320 |
+
"scene_score": 0.4316166666666666,
|
| 1321 |
+
"phase_scores": [
|
| 1322 |
+
0.4320833333333333,
|
| 1323 |
+
0.3977333333333333,
|
| 1324 |
+
0.4650333333333333
|
| 1325 |
+
],
|
| 1326 |
+
"phase_tiers": [
|
| 1327 |
+
"easy",
|
| 1328 |
+
"easy",
|
| 1329 |
+
"medium"
|
| 1330 |
+
],
|
| 1331 |
+
"phase_indices": [
|
| 1332 |
+
0,
|
| 1333 |
+
1,
|
| 1334 |
+
2
|
| 1335 |
+
]
|
| 1336 |
+
},
|
| 1337 |
+
"scene067": {
|
| 1338 |
+
"scene_tier": "hard",
|
| 1339 |
+
"scene_score": 0.5530805555555555,
|
| 1340 |
+
"phase_scores": [
|
| 1341 |
+
0.5627666666666665,
|
| 1342 |
+
0.51695,
|
| 1343 |
+
0.579525
|
| 1344 |
+
],
|
| 1345 |
+
"phase_tiers": [
|
| 1346 |
+
"hard",
|
| 1347 |
+
"medium",
|
| 1348 |
+
"hard"
|
| 1349 |
+
],
|
| 1350 |
+
"phase_indices": [
|
| 1351 |
+
0,
|
| 1352 |
+
1,
|
| 1353 |
+
2
|
| 1354 |
+
]
|
| 1355 |
+
},
|
| 1356 |
+
"scene068": {
|
| 1357 |
+
"scene_tier": "easy",
|
| 1358 |
+
"scene_score": 0.4241,
|
| 1359 |
+
"phase_scores": [
|
| 1360 |
+
0.3925333333333333,
|
| 1361 |
+
0.4436333333333333,
|
| 1362 |
+
0.4361333333333333
|
| 1363 |
+
],
|
| 1364 |
+
"phase_tiers": [
|
| 1365 |
+
"easy",
|
| 1366 |
+
"medium",
|
| 1367 |
+
"easy"
|
| 1368 |
+
],
|
| 1369 |
+
"phase_indices": [
|
| 1370 |
+
0,
|
| 1371 |
+
1,
|
| 1372 |
+
2
|
| 1373 |
+
]
|
| 1374 |
+
},
|
| 1375 |
+
"scene069": {
|
| 1376 |
+
"scene_tier": "medium",
|
| 1377 |
+
"scene_score": 0.46578333333333344,
|
| 1378 |
+
"phase_scores": [
|
| 1379 |
+
0.41598333333333337,
|
| 1380 |
+
0.42253333333333337,
|
| 1381 |
+
0.5588333333333334
|
| 1382 |
+
],
|
| 1383 |
+
"phase_tiers": [
|
| 1384 |
+
"easy",
|
| 1385 |
+
"easy",
|
| 1386 |
+
"medium"
|
| 1387 |
+
],
|
| 1388 |
+
"phase_indices": [
|
| 1389 |
+
0,
|
| 1390 |
+
1,
|
| 1391 |
+
2
|
| 1392 |
+
]
|
| 1393 |
+
},
|
| 1394 |
+
"scene007": {
|
| 1395 |
+
"scene_tier": "medium",
|
| 1396 |
+
"scene_score": 0.5189361111111112,
|
| 1397 |
+
"phase_scores": [
|
| 1398 |
+
0.564525,
|
| 1399 |
+
0.53335,
|
| 1400 |
+
0.4589333333333333
|
| 1401 |
+
],
|
| 1402 |
+
"phase_tiers": [
|
| 1403 |
+
"hard",
|
| 1404 |
+
"medium",
|
| 1405 |
+
"medium"
|
| 1406 |
+
],
|
| 1407 |
+
"phase_indices": [
|
| 1408 |
+
0,
|
| 1409 |
+
1,
|
| 1410 |
+
2
|
| 1411 |
+
]
|
| 1412 |
+
},
|
| 1413 |
+
"scene070": {
|
| 1414 |
+
"scene_tier": "medium",
|
| 1415 |
+
"scene_score": 0.5124222222222222,
|
| 1416 |
+
"phase_scores": [
|
| 1417 |
+
0.4133833333333333,
|
| 1418 |
+
0.56105,
|
| 1419 |
+
0.5628333333333333
|
| 1420 |
+
],
|
| 1421 |
+
"phase_tiers": [
|
| 1422 |
+
"easy",
|
| 1423 |
+
"hard",
|
| 1424 |
+
"hard"
|
| 1425 |
+
],
|
| 1426 |
+
"phase_indices": [
|
| 1427 |
+
0,
|
| 1428 |
+
1,
|
| 1429 |
+
2
|
| 1430 |
+
]
|
| 1431 |
+
},
|
| 1432 |
+
"scene071": {
|
| 1433 |
+
"scene_tier": "easy",
|
| 1434 |
+
"scene_score": 0.3830972222222222,
|
| 1435 |
+
"phase_scores": [
|
| 1436 |
+
0.438075,
|
| 1437 |
+
0.38138333333333335,
|
| 1438 |
+
0.3298333333333333
|
| 1439 |
+
],
|
| 1440 |
+
"phase_tiers": [
|
| 1441 |
+
"easy",
|
| 1442 |
+
"easy",
|
| 1443 |
+
"easy"
|
| 1444 |
+
],
|
| 1445 |
+
"phase_indices": [
|
| 1446 |
+
0,
|
| 1447 |
+
1,
|
| 1448 |
+
2
|
| 1449 |
+
]
|
| 1450 |
+
},
|
| 1451 |
+
"scene072": {
|
| 1452 |
+
"scene_tier": "medium",
|
| 1453 |
+
"scene_score": 0.4814444444444444,
|
| 1454 |
+
"phase_scores": [
|
| 1455 |
+
0.41558333333333336,
|
| 1456 |
+
0.5040666666666667,
|
| 1457 |
+
0.5246833333333333
|
| 1458 |
+
],
|
| 1459 |
+
"phase_tiers": [
|
| 1460 |
+
"easy",
|
| 1461 |
+
"medium",
|
| 1462 |
+
"medium"
|
| 1463 |
+
],
|
| 1464 |
+
"phase_indices": [
|
| 1465 |
+
0,
|
| 1466 |
+
1,
|
| 1467 |
+
2
|
| 1468 |
+
]
|
| 1469 |
+
},
|
| 1470 |
+
"scene073": {
|
| 1471 |
+
"scene_tier": "easy",
|
| 1472 |
+
"scene_score": 0.4608277777777778,
|
| 1473 |
+
"phase_scores": [
|
| 1474 |
+
0.45696666666666663,
|
| 1475 |
+
0.4947,
|
| 1476 |
+
0.43081666666666657
|
| 1477 |
+
],
|
| 1478 |
+
"phase_tiers": [
|
| 1479 |
+
"medium",
|
| 1480 |
+
"medium",
|
| 1481 |
+
"easy"
|
| 1482 |
+
],
|
| 1483 |
+
"phase_indices": [
|
| 1484 |
+
0,
|
| 1485 |
+
1,
|
| 1486 |
+
2
|
| 1487 |
+
]
|
| 1488 |
+
},
|
| 1489 |
+
"scene074": {
|
| 1490 |
+
"scene_tier": "medium",
|
| 1491 |
+
"scene_score": 0.4942722222222222,
|
| 1492 |
+
"phase_scores": [
|
| 1493 |
+
0.45802499999999996,
|
| 1494 |
+
0.5460333333333333,
|
| 1495 |
+
0.47875833333333334
|
| 1496 |
+
],
|
| 1497 |
+
"phase_tiers": [
|
| 1498 |
+
"medium",
|
| 1499 |
+
"medium",
|
| 1500 |
+
"medium"
|
| 1501 |
+
],
|
| 1502 |
+
"phase_indices": [
|
| 1503 |
+
0,
|
| 1504 |
+
1,
|
| 1505 |
+
2
|
| 1506 |
+
]
|
| 1507 |
+
},
|
| 1508 |
+
"scene075": {
|
| 1509 |
+
"scene_tier": "easy",
|
| 1510 |
+
"scene_score": 0.36883333333333335,
|
| 1511 |
+
"phase_scores": [
|
| 1512 |
+
0.3249333333333333,
|
| 1513 |
+
0.3728333333333333,
|
| 1514 |
+
0.4087333333333333
|
| 1515 |
+
],
|
| 1516 |
+
"phase_tiers": [
|
| 1517 |
+
"easy",
|
| 1518 |
+
"easy",
|
| 1519 |
+
"easy"
|
| 1520 |
+
],
|
| 1521 |
+
"phase_indices": [
|
| 1522 |
+
0,
|
| 1523 |
+
1,
|
| 1524 |
+
2
|
| 1525 |
+
]
|
| 1526 |
+
},
|
| 1527 |
+
"scene076": {
|
| 1528 |
+
"scene_tier": "medium",
|
| 1529 |
+
"scene_score": 0.5287722222222223,
|
| 1530 |
+
"phase_scores": [
|
| 1531 |
+
0.5760833333333333,
|
| 1532 |
+
0.4530416666666667,
|
| 1533 |
+
0.5571916666666666
|
| 1534 |
+
],
|
| 1535 |
+
"phase_tiers": [
|
| 1536 |
+
"hard",
|
| 1537 |
+
"medium",
|
| 1538 |
+
"medium"
|
| 1539 |
+
],
|
| 1540 |
+
"phase_indices": [
|
| 1541 |
+
0,
|
| 1542 |
+
1,
|
| 1543 |
+
2
|
| 1544 |
+
]
|
| 1545 |
+
},
|
| 1546 |
+
"scene077": {
|
| 1547 |
+
"scene_tier": "medium",
|
| 1548 |
+
"scene_score": 0.46187222222222224,
|
| 1549 |
+
"phase_scores": [
|
| 1550 |
+
0.5137916666666668,
|
| 1551 |
+
0.4457916666666667,
|
| 1552 |
+
0.4260333333333333
|
| 1553 |
+
],
|
| 1554 |
+
"phase_tiers": [
|
| 1555 |
+
"medium",
|
| 1556 |
+
"medium",
|
| 1557 |
+
"easy"
|
| 1558 |
+
],
|
| 1559 |
+
"phase_indices": [
|
| 1560 |
+
0,
|
| 1561 |
+
1,
|
| 1562 |
+
2
|
| 1563 |
+
]
|
| 1564 |
+
},
|
| 1565 |
+
"scene078": {
|
| 1566 |
+
"scene_tier": "medium",
|
| 1567 |
+
"scene_score": 0.49114444444444444,
|
| 1568 |
+
"phase_scores": [
|
| 1569 |
+
0.5320583333333334,
|
| 1570 |
+
0.4732416666666666,
|
| 1571 |
+
0.4681333333333333
|
| 1572 |
+
],
|
| 1573 |
+
"phase_tiers": [
|
| 1574 |
+
"medium",
|
| 1575 |
+
"medium",
|
| 1576 |
+
"medium"
|
| 1577 |
+
],
|
| 1578 |
+
"phase_indices": [
|
| 1579 |
+
0,
|
| 1580 |
+
1,
|
| 1581 |
+
2
|
| 1582 |
+
]
|
| 1583 |
+
},
|
| 1584 |
+
"scene079": {
|
| 1585 |
+
"scene_tier": "medium",
|
| 1586 |
+
"scene_score": 0.5231444444444445,
|
| 1587 |
+
"phase_scores": [
|
| 1588 |
+
0.51685,
|
| 1589 |
+
0.4876916666666667,
|
| 1590 |
+
0.5648916666666667
|
| 1591 |
+
],
|
| 1592 |
+
"phase_tiers": [
|
| 1593 |
+
"medium",
|
| 1594 |
+
"medium",
|
| 1595 |
+
"hard"
|
| 1596 |
+
],
|
| 1597 |
+
"phase_indices": [
|
| 1598 |
+
0,
|
| 1599 |
+
1,
|
| 1600 |
+
2
|
| 1601 |
+
]
|
| 1602 |
+
},
|
| 1603 |
+
"scene008": {
|
| 1604 |
+
"scene_tier": "easy",
|
| 1605 |
+
"scene_score": 0.4326388888888888,
|
| 1606 |
+
"phase_scores": [
|
| 1607 |
+
0.5396499999999999,
|
| 1608 |
+
0.33193333333333336,
|
| 1609 |
+
0.4263333333333333
|
| 1610 |
+
],
|
| 1611 |
+
"phase_tiers": [
|
| 1612 |
+
"medium",
|
| 1613 |
+
"easy",
|
| 1614 |
+
"easy"
|
| 1615 |
+
],
|
| 1616 |
+
"phase_indices": [
|
| 1617 |
+
0,
|
| 1618 |
+
1,
|
| 1619 |
+
2
|
| 1620 |
+
]
|
| 1621 |
+
},
|
| 1622 |
+
"scene080": {
|
| 1623 |
+
"scene_tier": "hard",
|
| 1624 |
+
"scene_score": 0.5662527777777778,
|
| 1625 |
+
"phase_scores": [
|
| 1626 |
+
0.5955833333333334,
|
| 1627 |
+
0.5319666666666667,
|
| 1628 |
+
0.5712083333333334
|
| 1629 |
+
],
|
| 1630 |
+
"phase_tiers": [
|
| 1631 |
+
"hard",
|
| 1632 |
+
"medium",
|
| 1633 |
+
"hard"
|
| 1634 |
+
],
|
| 1635 |
+
"phase_indices": [
|
| 1636 |
+
0,
|
| 1637 |
+
1,
|
| 1638 |
+
2
|
| 1639 |
+
]
|
| 1640 |
+
},
|
| 1641 |
+
"scene081": {
|
| 1642 |
+
"scene_tier": "hard",
|
| 1643 |
+
"scene_score": 0.6276083333333333,
|
| 1644 |
+
"phase_scores": [
|
| 1645 |
+
0.6868083333333332,
|
| 1646 |
+
0.59095,
|
| 1647 |
+
0.6050666666666666
|
| 1648 |
+
],
|
| 1649 |
+
"phase_tiers": [
|
| 1650 |
+
"hard",
|
| 1651 |
+
"hard",
|
| 1652 |
+
"hard"
|
| 1653 |
+
],
|
| 1654 |
+
"phase_indices": [
|
| 1655 |
+
0,
|
| 1656 |
+
1,
|
| 1657 |
+
2
|
| 1658 |
+
]
|
| 1659 |
+
},
|
| 1660 |
+
"scene082": {
|
| 1661 |
+
"scene_tier": "hard",
|
| 1662 |
+
"scene_score": 0.6168166666666668,
|
| 1663 |
+
"phase_scores": [
|
| 1664 |
+
0.6814833333333333,
|
| 1665 |
+
0.5802,
|
| 1666 |
+
0.5887666666666668
|
| 1667 |
+
],
|
| 1668 |
+
"phase_tiers": [
|
| 1669 |
+
"hard",
|
| 1670 |
+
"hard",
|
| 1671 |
+
"hard"
|
| 1672 |
+
],
|
| 1673 |
+
"phase_indices": [
|
| 1674 |
+
0,
|
| 1675 |
+
1,
|
| 1676 |
+
2
|
| 1677 |
+
]
|
| 1678 |
+
},
|
| 1679 |
+
"scene083": {
|
| 1680 |
+
"scene_tier": "hard",
|
| 1681 |
+
"scene_score": 0.5966527777777778,
|
| 1682 |
+
"phase_scores": [
|
| 1683 |
+
0.6264583333333333,
|
| 1684 |
+
0.6313583333333335,
|
| 1685 |
+
0.5321416666666666
|
| 1686 |
+
],
|
| 1687 |
+
"phase_tiers": [
|
| 1688 |
+
"hard",
|
| 1689 |
+
"hard",
|
| 1690 |
+
"medium"
|
| 1691 |
+
],
|
| 1692 |
+
"phase_indices": [
|
| 1693 |
+
0,
|
| 1694 |
+
1,
|
| 1695 |
+
2
|
| 1696 |
+
]
|
| 1697 |
+
},
|
| 1698 |
+
"scene084": {
|
| 1699 |
+
"scene_tier": "medium",
|
| 1700 |
+
"scene_score": 0.5270138888888889,
|
| 1701 |
+
"phase_scores": [
|
| 1702 |
+
0.5040833333333333,
|
| 1703 |
+
0.6059249999999999,
|
| 1704 |
+
0.4710333333333333
|
| 1705 |
+
],
|
| 1706 |
+
"phase_tiers": [
|
| 1707 |
+
"medium",
|
| 1708 |
+
"hard",
|
| 1709 |
+
"medium"
|
| 1710 |
+
],
|
| 1711 |
+
"phase_indices": [
|
| 1712 |
+
0,
|
| 1713 |
+
1,
|
| 1714 |
+
2
|
| 1715 |
+
]
|
| 1716 |
+
},
|
| 1717 |
+
"scene085": {
|
| 1718 |
+
"scene_tier": "hard",
|
| 1719 |
+
"scene_score": 0.5577388888888889,
|
| 1720 |
+
"phase_scores": [
|
| 1721 |
+
0.592,
|
| 1722 |
+
0.6117833333333332,
|
| 1723 |
+
0.4694333333333333
|
| 1724 |
+
],
|
| 1725 |
+
"phase_tiers": [
|
| 1726 |
+
"hard",
|
| 1727 |
+
"hard",
|
| 1728 |
+
"medium"
|
| 1729 |
+
],
|
| 1730 |
+
"phase_indices": [
|
| 1731 |
+
0,
|
| 1732 |
+
1,
|
| 1733 |
+
2
|
| 1734 |
+
]
|
| 1735 |
+
},
|
| 1736 |
+
"scene086": {
|
| 1737 |
+
"scene_tier": "medium",
|
| 1738 |
+
"scene_score": 0.5003722222222221,
|
| 1739 |
+
"phase_scores": [
|
| 1740 |
+
0.6167166666666666,
|
| 1741 |
+
0.5006666666666667,
|
| 1742 |
+
0.38373333333333337
|
| 1743 |
+
],
|
| 1744 |
+
"phase_tiers": [
|
| 1745 |
+
"hard",
|
| 1746 |
+
"medium",
|
| 1747 |
+
"easy"
|
| 1748 |
+
],
|
| 1749 |
+
"phase_indices": [
|
| 1750 |
+
0,
|
| 1751 |
+
1,
|
| 1752 |
+
2
|
| 1753 |
+
]
|
| 1754 |
+
},
|
| 1755 |
+
"scene087": {
|
| 1756 |
+
"scene_tier": "hard",
|
| 1757 |
+
"scene_score": 0.6168305555555555,
|
| 1758 |
+
"phase_scores": [
|
| 1759 |
+
0.6043833333333333,
|
| 1760 |
+
0.64275,
|
| 1761 |
+
0.6033583333333333
|
| 1762 |
+
],
|
| 1763 |
+
"phase_tiers": [
|
| 1764 |
+
"hard",
|
| 1765 |
+
"hard",
|
| 1766 |
+
"hard"
|
| 1767 |
+
],
|
| 1768 |
+
"phase_indices": [
|
| 1769 |
+
0,
|
| 1770 |
+
1,
|
| 1771 |
+
2
|
| 1772 |
+
]
|
| 1773 |
+
},
|
| 1774 |
+
"scene088": {
|
| 1775 |
+
"scene_tier": "hard",
|
| 1776 |
+
"scene_score": 0.6028611111111112,
|
| 1777 |
+
"phase_scores": [
|
| 1778 |
+
0.5945583333333333,
|
| 1779 |
+
0.6192,
|
| 1780 |
+
0.594825
|
| 1781 |
+
],
|
| 1782 |
+
"phase_tiers": [
|
| 1783 |
+
"hard",
|
| 1784 |
+
"hard",
|
| 1785 |
+
"hard"
|
| 1786 |
+
],
|
| 1787 |
+
"phase_indices": [
|
| 1788 |
+
0,
|
| 1789 |
+
1,
|
| 1790 |
+
2
|
| 1791 |
+
]
|
| 1792 |
+
},
|
| 1793 |
+
"scene089": {
|
| 1794 |
+
"scene_tier": "medium",
|
| 1795 |
+
"scene_score": 0.5285944444444445,
|
| 1796 |
+
"phase_scores": [
|
| 1797 |
+
0.49651666666666666,
|
| 1798 |
+
0.6020833333333333,
|
| 1799 |
+
0.48718333333333325
|
| 1800 |
+
],
|
| 1801 |
+
"phase_tiers": [
|
| 1802 |
+
"medium",
|
| 1803 |
+
"hard",
|
| 1804 |
+
"medium"
|
| 1805 |
+
],
|
| 1806 |
+
"phase_indices": [
|
| 1807 |
+
0,
|
| 1808 |
+
1,
|
| 1809 |
+
2
|
| 1810 |
+
]
|
| 1811 |
+
},
|
| 1812 |
+
"scene009": {
|
| 1813 |
+
"scene_tier": "medium",
|
| 1814 |
+
"scene_score": 0.5295166666666666,
|
| 1815 |
+
"phase_scores": [
|
| 1816 |
+
0.6262583333333333,
|
| 1817 |
+
0.5307583333333333,
|
| 1818 |
+
0.4315333333333334
|
| 1819 |
+
],
|
| 1820 |
+
"phase_tiers": [
|
| 1821 |
+
"hard",
|
| 1822 |
+
"medium",
|
| 1823 |
+
"easy"
|
| 1824 |
+
],
|
| 1825 |
+
"phase_indices": [
|
| 1826 |
+
0,
|
| 1827 |
+
1,
|
| 1828 |
+
2
|
| 1829 |
+
]
|
| 1830 |
+
},
|
| 1831 |
+
"scene090": {
|
| 1832 |
+
"scene_tier": "medium",
|
| 1833 |
+
"scene_score": 0.4646083333333333,
|
| 1834 |
+
"phase_scores": [
|
| 1835 |
+
0.5522083333333332,
|
| 1836 |
+
0.4321833333333333,
|
| 1837 |
+
0.40943333333333337
|
| 1838 |
+
],
|
| 1839 |
+
"phase_tiers": [
|
| 1840 |
+
"medium",
|
| 1841 |
+
"easy",
|
| 1842 |
+
"easy"
|
| 1843 |
+
],
|
| 1844 |
+
"phase_indices": [
|
| 1845 |
+
0,
|
| 1846 |
+
1,
|
| 1847 |
+
2
|
| 1848 |
+
]
|
| 1849 |
+
},
|
| 1850 |
+
"scene091": {
|
| 1851 |
+
"scene_tier": "medium",
|
| 1852 |
+
"scene_score": 0.5136527777777777,
|
| 1853 |
+
"phase_scores": [
|
| 1854 |
+
0.5720333333333334,
|
| 1855 |
+
0.3724416666666666,
|
| 1856 |
+
0.5964833333333333
|
| 1857 |
+
],
|
| 1858 |
+
"phase_tiers": [
|
| 1859 |
+
"hard",
|
| 1860 |
+
"easy",
|
| 1861 |
+
"hard"
|
| 1862 |
+
],
|
| 1863 |
+
"phase_indices": [
|
| 1864 |
+
0,
|
| 1865 |
+
1,
|
| 1866 |
+
2
|
| 1867 |
+
]
|
| 1868 |
+
},
|
| 1869 |
+
"scene092": {
|
| 1870 |
+
"scene_tier": "easy",
|
| 1871 |
+
"scene_score": 0.40691111111111106,
|
| 1872 |
+
"phase_scores": [
|
| 1873 |
+
0.4064833333333333,
|
| 1874 |
+
0.35501666666666665,
|
| 1875 |
+
0.4592333333333333
|
| 1876 |
+
],
|
| 1877 |
+
"phase_tiers": [
|
| 1878 |
+
"easy",
|
| 1879 |
+
"easy",
|
| 1880 |
+
"medium"
|
| 1881 |
+
],
|
| 1882 |
+
"phase_indices": [
|
| 1883 |
+
0,
|
| 1884 |
+
1,
|
| 1885 |
+
2
|
| 1886 |
+
]
|
| 1887 |
+
},
|
| 1888 |
+
"scene093": {
|
| 1889 |
+
"scene_tier": "easy",
|
| 1890 |
+
"scene_score": 0.41915277777777776,
|
| 1891 |
+
"phase_scores": [
|
| 1892 |
+
0.41473333333333334,
|
| 1893 |
+
0.4181916666666667,
|
| 1894 |
+
0.4245333333333333
|
| 1895 |
+
],
|
| 1896 |
+
"phase_tiers": [
|
| 1897 |
+
"easy",
|
| 1898 |
+
"easy",
|
| 1899 |
+
"easy"
|
| 1900 |
+
],
|
| 1901 |
+
"phase_indices": [
|
| 1902 |
+
0,
|
| 1903 |
+
1,
|
| 1904 |
+
2
|
| 1905 |
+
]
|
| 1906 |
+
},
|
| 1907 |
+
"scene094": {
|
| 1908 |
+
"scene_tier": "easy",
|
| 1909 |
+
"scene_score": 0.4509138888888889,
|
| 1910 |
+
"phase_scores": [
|
| 1911 |
+
0.5101916666666666,
|
| 1912 |
+
0.2788833333333333,
|
| 1913 |
+
0.5636666666666666
|
| 1914 |
+
],
|
| 1915 |
+
"phase_tiers": [
|
| 1916 |
+
"medium",
|
| 1917 |
+
"easy",
|
| 1918 |
+
"hard"
|
| 1919 |
+
],
|
| 1920 |
+
"phase_indices": [
|
| 1921 |
+
0,
|
| 1922 |
+
1,
|
| 1923 |
+
2
|
| 1924 |
+
]
|
| 1925 |
+
},
|
| 1926 |
+
"scene095": {
|
| 1927 |
+
"scene_tier": "hard",
|
| 1928 |
+
"scene_score": 0.5366222222222222,
|
| 1929 |
+
"phase_scores": [
|
| 1930 |
+
0.6091749999999999,
|
| 1931 |
+
0.4383083333333333,
|
| 1932 |
+
0.5623833333333333
|
| 1933 |
+
],
|
| 1934 |
+
"phase_tiers": [
|
| 1935 |
+
"hard",
|
| 1936 |
+
"easy",
|
| 1937 |
+
"hard"
|
| 1938 |
+
],
|
| 1939 |
+
"phase_indices": [
|
| 1940 |
+
0,
|
| 1941 |
+
1,
|
| 1942 |
+
2
|
| 1943 |
+
]
|
| 1944 |
+
},
|
| 1945 |
+
"scene096": {
|
| 1946 |
+
"scene_tier": "hard",
|
| 1947 |
+
"scene_score": 0.5959888888888889,
|
| 1948 |
+
"phase_scores": [
|
| 1949 |
+
0.5952999999999999,
|
| 1950 |
+
0.6239166666666668,
|
| 1951 |
+
0.56875
|
| 1952 |
+
],
|
| 1953 |
+
"phase_tiers": [
|
| 1954 |
+
"hard",
|
| 1955 |
+
"hard",
|
| 1956 |
+
"hard"
|
| 1957 |
+
],
|
| 1958 |
+
"phase_indices": [
|
| 1959 |
+
0,
|
| 1960 |
+
1,
|
| 1961 |
+
2
|
| 1962 |
+
]
|
| 1963 |
+
},
|
| 1964 |
+
"scene097": {
|
| 1965 |
+
"scene_tier": "medium",
|
| 1966 |
+
"scene_score": 0.4855277777777778,
|
| 1967 |
+
"phase_scores": [
|
| 1968 |
+
0.53715,
|
| 1969 |
+
0.5043,
|
| 1970 |
+
0.4151333333333333
|
| 1971 |
+
],
|
| 1972 |
+
"phase_tiers": [
|
| 1973 |
+
"medium",
|
| 1974 |
+
"medium",
|
| 1975 |
+
"easy"
|
| 1976 |
+
],
|
| 1977 |
+
"phase_indices": [
|
| 1978 |
+
0,
|
| 1979 |
+
1,
|
| 1980 |
+
2
|
| 1981 |
+
]
|
| 1982 |
+
},
|
| 1983 |
+
"scene098": {
|
| 1984 |
+
"scene_tier": "hard",
|
| 1985 |
+
"scene_score": 0.5440666666666666,
|
| 1986 |
+
"phase_scores": [
|
| 1987 |
+
0.5893333333333333,
|
| 1988 |
+
0.5139833333333332,
|
| 1989 |
+
0.5288833333333333
|
| 1990 |
+
],
|
| 1991 |
+
"phase_tiers": [
|
| 1992 |
+
"hard",
|
| 1993 |
+
"medium",
|
| 1994 |
+
"medium"
|
| 1995 |
+
],
|
| 1996 |
+
"phase_indices": [
|
| 1997 |
+
0,
|
| 1998 |
+
1,
|
| 1999 |
+
2
|
| 2000 |
+
]
|
| 2001 |
+
},
|
| 2002 |
+
"scene099": {
|
| 2003 |
+
"scene_tier": "medium",
|
| 2004 |
+
"scene_score": 0.5283555555555556,
|
| 2005 |
+
"phase_scores": [
|
| 2006 |
+
0.5448000000000001,
|
| 2007 |
+
0.5045499999999999,
|
| 2008 |
+
0.5357166666666666
|
| 2009 |
+
],
|
| 2010 |
+
"phase_tiers": [
|
| 2011 |
+
"medium",
|
| 2012 |
+
"medium",
|
| 2013 |
+
"medium"
|
| 2014 |
+
],
|
| 2015 |
+
"phase_indices": [
|
| 2016 |
+
0,
|
| 2017 |
+
1,
|
| 2018 |
+
2
|
| 2019 |
+
]
|
| 2020 |
+
}
|
| 2021 |
+
},
|
| 2022 |
+
"provenance": {
|
| 2023 |
+
"input_sha256": "b9d1b95e3aa013b4ec1c2849cadf1c53a8e697ec7631e11fc6ec9286fa5e09e8",
|
| 2024 |
+
"feature_set_version": "v1.0",
|
| 2025 |
+
"scoring_version": "effort_stratified_v1",
|
| 2026 |
+
"primary_method": "mean_pn",
|
| 2027 |
+
"weights": {
|
| 2028 |
+
"iter_mean": 0.125,
|
| 2029 |
+
"iter_max": 0.125,
|
| 2030 |
+
"obj_mean": 0.03,
|
| 2031 |
+
"obj_std": 0.03,
|
| 2032 |
+
"obj_consist": 0.03,
|
| 2033 |
+
"occ_mean": 0.03,
|
| 2034 |
+
"occ_p90": 0.03,
|
| 2035 |
+
"occ_heavy": 0.03,
|
| 2036 |
+
"depth_invalid": 0.03,
|
| 2037 |
+
"depth_invalid_mask": 0.03,
|
| 2038 |
+
"depth_std": 0.03,
|
| 2039 |
+
"depth_std_mask": 0.03,
|
| 2040 |
+
"specular": 0.03,
|
| 2041 |
+
"dark": 0.03,
|
| 2042 |
+
"area_cv": 0.03,
|
| 2043 |
+
"area_drop": 0.03,
|
| 2044 |
+
"vis_instability": 0.03,
|
| 2045 |
+
"trans_mean": 0.03,
|
| 2046 |
+
"trans_p90": 0.03,
|
| 2047 |
+
"rot_mean": 0.03,
|
| 2048 |
+
"rot_p90": 0.03,
|
| 2049 |
+
"jerk": 0.03,
|
| 2050 |
+
"fisheye_dark": 0.03,
|
| 2051 |
+
"fisheye_bright": 0.03,
|
| 2052 |
+
"fisheye_sharpness": 0.03,
|
| 2053 |
+
"fisheye_corr": 0.03,
|
| 2054 |
+
"fisheye_texture": 0.03
|
| 2055 |
+
},
|
| 2056 |
+
"feature_names": [
|
| 2057 |
+
"iter_mean",
|
| 2058 |
+
"iter_max",
|
| 2059 |
+
"obj_mean",
|
| 2060 |
+
"obj_std",
|
| 2061 |
+
"obj_consist",
|
| 2062 |
+
"occ_mean",
|
| 2063 |
+
"occ_p90",
|
| 2064 |
+
"occ_heavy",
|
| 2065 |
+
"depth_invalid",
|
| 2066 |
+
"depth_invalid_mask",
|
| 2067 |
+
"depth_std",
|
| 2068 |
+
"depth_std_mask",
|
| 2069 |
+
"specular",
|
| 2070 |
+
"dark",
|
| 2071 |
+
"area_cv",
|
| 2072 |
+
"area_drop",
|
| 2073 |
+
"vis_instability",
|
| 2074 |
+
"trans_mean",
|
| 2075 |
+
"trans_p90",
|
| 2076 |
+
"rot_mean",
|
| 2077 |
+
"rot_p90",
|
| 2078 |
+
"jerk",
|
| 2079 |
+
"fisheye_dark",
|
| 2080 |
+
"fisheye_bright",
|
| 2081 |
+
"fisheye_sharpness",
|
| 2082 |
+
"fisheye_corr",
|
| 2083 |
+
"fisheye_texture"
|
| 2084 |
+
],
|
| 2085 |
+
"n_entries": 300,
|
| 2086 |
+
"generated_at_utc": "2026-05-11T16:09:57Z",
|
| 2087 |
+
"script_version": "4a85b498912aeb821dc62d77615034e6cccf34e4",
|
| 2088 |
+
"extra": {
|
| 2089 |
+
"mi_metadata": {
|
| 2090 |
+
"effort_alpha": 0.25
|
| 2091 |
+
}
|
| 2092 |
+
}
|
| 2093 |
+
}
|
| 2094 |
+
}
|