Release fixed-123 NavLock-BreachSynth benchmark
Browse filesCompressed 123-scene test-only multimodal benchmark with public metadata, frozen predictions, and SHA-256 checksums.
- .gitattributes +1 -0
- CITATION.cff +19 -0
- DATA_LICENSE.md +12 -0
- README.md +96 -1
- checksums.sha256 +36 -0
- data/test-scenes-00000-of-00019.tar.gz +3 -0
- data/test-scenes-00001-of-00019.tar.gz +3 -0
- data/test-scenes-00002-of-00019.tar.gz +3 -0
- data/test-scenes-00003-of-00019.tar.gz +3 -0
- data/test-scenes-00004-of-00019.tar.gz +3 -0
- data/test-scenes-00005-of-00019.tar.gz +3 -0
- data/test-scenes-00006-of-00019.tar.gz +3 -0
- data/test-scenes-00007-of-00019.tar.gz +3 -0
- data/test-scenes-00008-of-00019.tar.gz +3 -0
- data/test-scenes-00009-of-00019.tar.gz +3 -0
- data/test-scenes-00010-of-00019.tar.gz +3 -0
- data/test-scenes-00011-of-00019.tar.gz +3 -0
- data/test-scenes-00012-of-00019.tar.gz +3 -0
- data/test-scenes-00013-of-00019.tar.gz +3 -0
- data/test-scenes-00014-of-00019.tar.gz +3 -0
- data/test-scenes-00015-of-00019.tar.gz +3 -0
- data/test-scenes-00016-of-00019.tar.gz +3 -0
- data/test-scenes-00017-of-00019.tar.gz +3 -0
- data/test-scenes-00018-of-00019.tar.gz +3 -0
- index/test_frames.jsonl +0 -0
- index/test_scenes.jsonl +0 -0
- metadata/release_manifest.json +342 -0
- metadata/ress_evaluation_manifest_123.json +0 -0
- metadata/ress_expert_review_123_public.json +1335 -0
- metadata/ress_method_comparison_protocol_39.json +958 -0
- metadata/ress_method_comparison_statistics.json +0 -0
- metadata/ress_oracle_operational_state_123.json +0 -0
- metadata/ress_warning_protocol.json +96 -0
- metadata/ress_warning_statistics_123.json +0 -0
- predictions/hydro3dnet_predictions_123.json +0 -0
- predictions/hydro_frame_mapping_123.json +0 -0
- predictions/perception_warning_baselines_123.json +0 -0
- predictions/rtmdet_predictions_123.json +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
predictions/rtmdet_predictions_123.json filter=lfs diff=lfs merge=lfs -text
|
CITATION.cff
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
cff-version: 1.2.0
|
| 2 |
+
message: "If you use this dataset, please cite the associated manuscript."
|
| 3 |
+
title: "NavLock-BreachSynth"
|
| 4 |
+
type: dataset
|
| 5 |
+
authors:
|
| 6 |
+
- family-names: Lu
|
| 7 |
+
given-names: Xiaodong
|
| 8 |
+
- family-names: Li
|
| 9 |
+
given-names: Boju
|
| 10 |
+
- family-names: Wu
|
| 11 |
+
given-names: Shishuang
|
| 12 |
+
- family-names: Liu
|
| 13 |
+
given-names: Jun
|
| 14 |
+
- family-names: Xu
|
| 15 |
+
given-names: Sudong
|
| 16 |
+
version: 1.0.0
|
| 17 |
+
date-released: 2026-08-01
|
| 18 |
+
repository-code: "https://github.com/serendipitylxd/NavLock-BreachSynth"
|
| 19 |
+
url: "https://huggingface.co/datasets/serendipitylxd/NavLock-BreachSynth"
|
DATA_LICENSE.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Data License and Access Policy
|
| 2 |
+
|
| 3 |
+
NavLock-BreachSynth contains sensor observations derived from the NavLock-HY
|
| 4 |
+
controlled academic preview. It follows the source dataset's current access
|
| 5 |
+
and reuse policy:
|
| 6 |
+
|
| 7 |
+
https://huggingface.co/datasets/serendipitylxd/NavLock-HY
|
| 8 |
+
|
| 9 |
+
The Apache License 2.0 in the GitHub code repository applies only to software.
|
| 10 |
+
It does not grant additional rights over camera images, point clouds, labels,
|
| 11 |
+
or derived sensor observations in this dataset. The final data license and
|
| 12 |
+
access policy will be updated together with NavLock-HY.
|
README.md
CHANGED
|
@@ -1,3 +1,98 @@
|
|
| 1 |
---
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
pretty_name: NavLock-BreachSynth
|
| 3 |
+
license: other
|
| 4 |
+
size_categories:
|
| 5 |
+
- 1K<n<10K
|
| 6 |
+
task_categories:
|
| 7 |
+
- object-detection
|
| 8 |
+
- robotics
|
| 9 |
+
tags:
|
| 10 |
+
- navigation-lock
|
| 11 |
+
- multimodal
|
| 12 |
+
- multi-camera
|
| 13 |
+
- lidar
|
| 14 |
+
- counterfactual-synthesis
|
| 15 |
+
- warning-reliability
|
| 16 |
+
configs:
|
| 17 |
+
- config_name: default
|
| 18 |
+
data_files:
|
| 19 |
+
- split: test
|
| 20 |
+
path: index/test_frames.jsonl
|
| 21 |
---
|
| 22 |
+
|
| 23 |
+
# NavLock-BreachSynth
|
| 24 |
+
|
| 25 |
+
NavLock-BreachSynth is a fixed, test-only multimodal counterfactual benchmark
|
| 26 |
+
for navigation-lock warning reliability assessment. It pairs each generated
|
| 27 |
+
hazard scene with its factual source observation in
|
| 28 |
+
[NavLock-HY](https://huggingface.co/datasets/serendipitylxd/NavLock-HY) through
|
| 29 |
+
the stable `sample_idx` field. Project code is available at
|
| 30 |
+
<https://github.com/serendipitylxd/NavLock-BreachSynth>.
|
| 31 |
+
|
| 32 |
+
## Release Scope
|
| 33 |
+
|
| 34 |
+
- `123` fixed test scenes and `1186` synchronized frames;
|
| 35 |
+
- eight camera images per generated frame;
|
| 36 |
+
- merged LiDAR and inserted-vessel point files per frame;
|
| 37 |
+
- frame labels, generation metadata, final public expert labels, operational
|
| 38 |
+
context, warning protocols, and aggregate statistics;
|
| 39 |
+
- frozen RTMDet, Hydro3DNet, and warning-chain predictions without model
|
| 40 |
+
checkpoints.
|
| 41 |
+
|
| 42 |
+
The hazard-stage distribution is `29`
|
| 43 |
+
entry-path-not-clear, `81` unauthorized-entry,
|
| 44 |
+
and `13` insufficient-capacity scenes.
|
| 45 |
+
Generated-vessel 3D evidence is complete in `90` scenes and
|
| 46 |
+
missing or incomplete in `33` scenes; background/original
|
| 47 |
+
LiDAR remains available in the latter group.
|
| 48 |
+
|
| 49 |
+
## Files
|
| 50 |
+
|
| 51 |
+
The sensor payload is compressed into `19` deterministic `tar.gz`
|
| 52 |
+
archives totaling approximately `6.86` GiB. A scene is never split across
|
| 53 |
+
archives. Extract every shard into the same destination:
|
| 54 |
+
|
| 55 |
+
```bash
|
| 56 |
+
mkdir -p NavLock-BreachSynth
|
| 57 |
+
for archive in data/test-scenes-*.tar.gz; do
|
| 58 |
+
tar -xzf "$archive" -C NavLock-BreachSynth
|
| 59 |
+
done
|
| 60 |
+
```
|
| 61 |
+
|
| 62 |
+
`index/test_scenes.jsonl` is the scene-level index and
|
| 63 |
+
`index/test_frames.jsonl` is the frame-level index used by the Hub viewer.
|
| 64 |
+
`metadata/release_manifest.json` records shard membership and checksums.
|
| 65 |
+
`checksums.sha256` covers every published file except itself.
|
| 66 |
+
|
| 67 |
+
## Evaluation Boundary
|
| 68 |
+
|
| 69 |
+
All samples are `TEST_ONLY`. They must not be moved into training or validation
|
| 70 |
+
splits, used for detector fitting, threshold selection, or early stopping. The
|
| 71 |
+
primary task is paired `WARN` versus `NO_WARN` evaluation. Hazard-stage
|
| 72 |
+
recognition is secondary and uses `ENTRY_PATH_NOT_CLEAR`, `UNAUTHORIZED_ENTRY`,
|
| 73 |
+
and `INSUFFICIENT_CAPACITY` only for generated hazards.
|
| 74 |
+
|
| 75 |
+
The 123 scenes are designed safety tests, not observations of real breach
|
| 76 |
+
frequency. Delayed warning is recorded as delay; only absence of warning over
|
| 77 |
+
the complete observed clip is a detection failure. Results do not establish
|
| 78 |
+
deployed-system reliability or real-world event prevalence.
|
| 79 |
+
|
| 80 |
+
## Source Data and License
|
| 81 |
+
|
| 82 |
+
This release is derived from NavLock-HY and follows its current controlled
|
| 83 |
+
academic-preview policy. The dataset card therefore uses `license: other`.
|
| 84 |
+
Apache-2.0 applies to the GitHub code repository, not to these sensor files.
|
| 85 |
+
See `DATA_LICENSE.md` and the NavLock-HY dataset card before reuse.
|
| 86 |
+
|
| 87 |
+
## Citation
|
| 88 |
+
|
| 89 |
+
```bibtex
|
| 90 |
+
@article{lu2026navlockbreachsynth,
|
| 91 |
+
title = {NavLock-BreachSynth: Rule-Constrained Multimodal Counterfactual
|
| 92 |
+
Synthesis for Navigation-Lock Warning Reliability Assessment},
|
| 93 |
+
author = {Lu, Xiaodong and Li, Boju and Wu, Shishuang and Liu, Jun and Xu, Sudong},
|
| 94 |
+
journal = {Reliability Engineering \& System Safety},
|
| 95 |
+
year = {2026},
|
| 96 |
+
note = {Manuscript in preparation}
|
| 97 |
+
}
|
| 98 |
+
```
|
checksums.sha256
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
a256e4355a3e03a77537a0d175e74caca713cc89b17ea90288ce4b856eac0ae8 CITATION.cff
|
| 2 |
+
31091175df2f716a014ce31c744c0aeaaae6386d719846e67ca14936892edf05 DATA_LICENSE.md
|
| 3 |
+
57723d53360ce109a5644033d099a46a823bcf7ab23a021e91a30dc36919c33e README.md
|
| 4 |
+
8d5352b5cfcabc12325a4b7c2189ebd7960722f0652c81a93abd4ff20b20ef04 data/test-scenes-00000-of-00019.tar.gz
|
| 5 |
+
d65ff37e8ec4307f0775743fc70e0cea1a8e1988051bab4e5718dba7fdd89092 data/test-scenes-00001-of-00019.tar.gz
|
| 6 |
+
69f40562ff7ed15f6357f22d9270cabfdf7cc3813420901334f15ff5fba38763 data/test-scenes-00002-of-00019.tar.gz
|
| 7 |
+
eb050e660cd99687c6dcbd4ecc02059f14ddd0d91cff91905914a2425bd1d545 data/test-scenes-00003-of-00019.tar.gz
|
| 8 |
+
fe7ff6b6b45a125eb6a900ed00ee5052b98820a3b0d6aaa268225ce2c301ce01 data/test-scenes-00004-of-00019.tar.gz
|
| 9 |
+
6095f6da2d45e4a44cf3c4d44066aea817e5b6bc6e78c808eacea4082c4f50cf data/test-scenes-00005-of-00019.tar.gz
|
| 10 |
+
d288be36fcf8ec57d210aeb00a2fd995b77fa5368d95b096e0776d28ab7929bb data/test-scenes-00006-of-00019.tar.gz
|
| 11 |
+
b42c7f2da37b8298d7b25ebca71a25610c63e4730ecfa963a44e59eeca4946df data/test-scenes-00007-of-00019.tar.gz
|
| 12 |
+
1c4f0fbaf53a9d7f48c241b0494281710f720e20caacc779f9c2897ae90e4a0f data/test-scenes-00008-of-00019.tar.gz
|
| 13 |
+
dff3ee6a8a9d67e2fccc637c3ea2f600f04ec46d58e360318472838e26efc458 data/test-scenes-00009-of-00019.tar.gz
|
| 14 |
+
2d38cbf928bdc5d565bef84ef6be2158e25a45ee3250d23816a1cb27b7e4ea7c data/test-scenes-00010-of-00019.tar.gz
|
| 15 |
+
beaeb1cbeee08e76bf5705e8bb0cd942f356815f97c6619ba6f97995f4878bdf data/test-scenes-00011-of-00019.tar.gz
|
| 16 |
+
529da16b1ef43b1f00d06953ea7870bad894cb2b931ed01cf51f0c66049712e7 data/test-scenes-00012-of-00019.tar.gz
|
| 17 |
+
f8889c3ee9590d7f33d45ae24f9a2162842303275fdeb89a17298ba63542ee57 data/test-scenes-00013-of-00019.tar.gz
|
| 18 |
+
561a7c46fa85b30b7ea1cb72103ef7eb62ccdcd5d5e173e049b32eab3f794a16 data/test-scenes-00014-of-00019.tar.gz
|
| 19 |
+
3eec48dd4ee40e7d555fa91aa234687df131cf52c29b9ad76df9305b5f57d050 data/test-scenes-00015-of-00019.tar.gz
|
| 20 |
+
54450a028975e1bed3fd6ca252aec5f76239b4d037e4f94bae994548a46aed21 data/test-scenes-00016-of-00019.tar.gz
|
| 21 |
+
5cba72453e3d251c29eca9ea0384ac2c4219d08b9dc68cdf47264a2b4e978635 data/test-scenes-00017-of-00019.tar.gz
|
| 22 |
+
ae9a5aca62542eef1d3d009dcde01a41521a7dbe85703f1f33c8adccf99e2761 data/test-scenes-00018-of-00019.tar.gz
|
| 23 |
+
bb6563c1c853f1e679ab4743f0c8a19e58753167613067dd160dcdb96d7f89d7 index/test_frames.jsonl
|
| 24 |
+
017751fd40cbcdf71f39b73e4aca57e279b9b5a2b3f1339f9b7b58cd5534c273 index/test_scenes.jsonl
|
| 25 |
+
f2b7434a35b4ff1a5d4fe7cfcce59bc18896e89171b3533eb9f3bcf716e65b01 metadata/release_manifest.json
|
| 26 |
+
b94065460a7c3acd0a1c5ebe71ef30399ccbf1b8a51f4aaa1703a943f264ced9 metadata/ress_evaluation_manifest_123.json
|
| 27 |
+
ad12faa01f2b7c0acb2cbcfed533a777420ec9d76f92cf35ca93a363cbbdaf73 metadata/ress_expert_review_123_public.json
|
| 28 |
+
a210daceb8d5c1048664bf95f0475161c625c906e177d07dbfef3450bc43aa23 metadata/ress_method_comparison_protocol_39.json
|
| 29 |
+
21e6c858a5de9520975e1aa9434d4e71720385125978b132f5042143930407c3 metadata/ress_method_comparison_statistics.json
|
| 30 |
+
9b7685afe7d6b6280ef8ca10b24bca09f7d97edb5c1f8ccf663fb6fc2f9478c7 metadata/ress_oracle_operational_state_123.json
|
| 31 |
+
38af5ccceae437aea4c6e2a523f6c1a9f087c9b45aecd7c74acbc57bb6a66707 metadata/ress_warning_protocol.json
|
| 32 |
+
0f74abe29e211831439096727315c4a5327ed5c474157799b48a3c64c04d46a5 metadata/ress_warning_statistics_123.json
|
| 33 |
+
6b1a969d0e0a5e9c39fb62fda4831edcf2bcb294aaa8c0d6cb192441825376b8 predictions/hydro3dnet_predictions_123.json
|
| 34 |
+
4dfa50fa9881d3c234290ecbbd1bf07e929bbfc44c70b3232160e5a90c7c56ff predictions/hydro_frame_mapping_123.json
|
| 35 |
+
8b274a37979396038d8d6b4ee2596923448bd032790ca2e55d53d0b8d91a4b93 predictions/perception_warning_baselines_123.json
|
| 36 |
+
4658145a579e4d39e4aeb2fbf2481f9dfa9e65b6c3660d9fef399fbac3fd4e4f predictions/rtmdet_predictions_123.json
|
data/test-scenes-00000-of-00019.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8d5352b5cfcabc12325a4b7c2189ebd7960722f0652c81a93abd4ff20b20ef04
|
| 3 |
+
size 416905426
|
data/test-scenes-00001-of-00019.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d65ff37e8ec4307f0775743fc70e0cea1a8e1988051bab4e5718dba7fdd89092
|
| 3 |
+
size 247232706
|
data/test-scenes-00002-of-00019.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69f40562ff7ed15f6357f22d9270cabfdf7cc3813420901334f15ff5fba38763
|
| 3 |
+
size 421230973
|
data/test-scenes-00003-of-00019.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb050e660cd99687c6dcbd4ecc02059f14ddd0d91cff91905914a2425bd1d545
|
| 3 |
+
size 412867541
|
data/test-scenes-00004-of-00019.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fe7ff6b6b45a125eb6a900ed00ee5052b98820a3b0d6aaa268225ce2c301ce01
|
| 3 |
+
size 322714103
|
data/test-scenes-00005-of-00019.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6095f6da2d45e4a44cf3c4d44066aea817e5b6bc6e78c808eacea4082c4f50cf
|
| 3 |
+
size 327743940
|
data/test-scenes-00006-of-00019.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d288be36fcf8ec57d210aeb00a2fd995b77fa5368d95b096e0776d28ab7929bb
|
| 3 |
+
size 458070039
|
data/test-scenes-00007-of-00019.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b42c7f2da37b8298d7b25ebca71a25610c63e4730ecfa963a44e59eeca4946df
|
| 3 |
+
size 322850780
|
data/test-scenes-00008-of-00019.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c4f0fbaf53a9d7f48c241b0494281710f720e20caacc779f9c2897ae90e4a0f
|
| 3 |
+
size 394233912
|
data/test-scenes-00009-of-00019.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dff3ee6a8a9d67e2fccc637c3ea2f600f04ec46d58e360318472838e26efc458
|
| 3 |
+
size 419654061
|
data/test-scenes-00010-of-00019.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d38cbf928bdc5d565bef84ef6be2158e25a45ee3250d23816a1cb27b7e4ea7c
|
| 3 |
+
size 394222591
|
data/test-scenes-00011-of-00019.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:beaeb1cbeee08e76bf5705e8bb0cd942f356815f97c6619ba6f97995f4878bdf
|
| 3 |
+
size 417776273
|
data/test-scenes-00012-of-00019.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:529da16b1ef43b1f00d06953ea7870bad894cb2b931ed01cf51f0c66049712e7
|
| 3 |
+
size 408337375
|
data/test-scenes-00013-of-00019.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8889c3ee9590d7f33d45ae24f9a2162842303275fdeb89a17298ba63542ee57
|
| 3 |
+
size 445202523
|
data/test-scenes-00014-of-00019.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:561a7c46fa85b30b7ea1cb72103ef7eb62ccdcd5d5e173e049b32eab3f794a16
|
| 3 |
+
size 242015849
|
data/test-scenes-00015-of-00019.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3eec48dd4ee40e7d555fa91aa234687df131cf52c29b9ad76df9305b5f57d050
|
| 3 |
+
size 417694498
|
data/test-scenes-00016-of-00019.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:54450a028975e1bed3fd6ca252aec5f76239b4d037e4f94bae994548a46aed21
|
| 3 |
+
size 439969896
|
data/test-scenes-00017-of-00019.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5cba72453e3d251c29eca9ea0384ac2c4219d08b9dc68cdf47264a2b4e978635
|
| 3 |
+
size 440121935
|
data/test-scenes-00018-of-00019.tar.gz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae9a5aca62542eef1d3d009dcde01a41521a7dbe85703f1f33c8adccf99e2761
|
| 3 |
+
size 418662507
|
index/test_frames.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
index/test_scenes.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/release_manifest.json
ADDED
|
@@ -0,0 +1,342 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"compression": {
|
| 3 |
+
"deterministic_mtime": 0,
|
| 4 |
+
"format": "tar.gz",
|
| 5 |
+
"gzip_level": 3,
|
| 6 |
+
"scene_split_across_shards": false,
|
| 7 |
+
"target_uncompressed_bytes_per_shard": 536870912
|
| 8 |
+
},
|
| 9 |
+
"dataset": "NavLock-BreachSynth",
|
| 10 |
+
"prediction_files": [
|
| 11 |
+
"hydro3dnet_predictions_123.json",
|
| 12 |
+
"hydro_frame_mapping_123.json",
|
| 13 |
+
"perception_warning_baselines_123.json",
|
| 14 |
+
"rtmdet_predictions_123.json"
|
| 15 |
+
],
|
| 16 |
+
"public_metadata_files": [
|
| 17 |
+
"ress_evaluation_manifest_123.json",
|
| 18 |
+
"ress_expert_review_123_public.json",
|
| 19 |
+
"ress_method_comparison_protocol_39.json",
|
| 20 |
+
"ress_method_comparison_statistics.json",
|
| 21 |
+
"ress_oracle_operational_state_123.json",
|
| 22 |
+
"ress_warning_protocol.json",
|
| 23 |
+
"ress_warning_statistics_123.json"
|
| 24 |
+
],
|
| 25 |
+
"release": "fixed-123-test-only",
|
| 26 |
+
"schema_version": "1.0",
|
| 27 |
+
"shards": [
|
| 28 |
+
{
|
| 29 |
+
"compressed_bytes": 416905426,
|
| 30 |
+
"path": "data/test-scenes-00000-of-00019.tar.gz",
|
| 31 |
+
"scene_count": 7,
|
| 32 |
+
"scene_ids": [
|
| 33 |
+
"scene_001",
|
| 34 |
+
"scene_002",
|
| 35 |
+
"scene_003",
|
| 36 |
+
"scene_004",
|
| 37 |
+
"scene_005",
|
| 38 |
+
"scene_006",
|
| 39 |
+
"scene_007"
|
| 40 |
+
],
|
| 41 |
+
"sha256": "8d5352b5cfcabc12325a4b7c2189ebd7960722f0652c81a93abd4ff20b20ef04",
|
| 42 |
+
"uncompressed_bytes": 518284261
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"compressed_bytes": 247232706,
|
| 46 |
+
"path": "data/test-scenes-00001-of-00019.tar.gz",
|
| 47 |
+
"scene_count": 3,
|
| 48 |
+
"scene_ids": [
|
| 49 |
+
"scene_008",
|
| 50 |
+
"scene_009",
|
| 51 |
+
"scene_010"
|
| 52 |
+
],
|
| 53 |
+
"sha256": "d65ff37e8ec4307f0775743fc70e0cea1a8e1988051bab4e5718dba7fdd89092",
|
| 54 |
+
"uncompressed_bytes": 309411094
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"compressed_bytes": 421230973,
|
| 58 |
+
"path": "data/test-scenes-00002-of-00019.tar.gz",
|
| 59 |
+
"scene_count": 11,
|
| 60 |
+
"scene_ids": [
|
| 61 |
+
"scene_011",
|
| 62 |
+
"scene_012",
|
| 63 |
+
"scene_013",
|
| 64 |
+
"scene_014",
|
| 65 |
+
"scene_015",
|
| 66 |
+
"scene_016",
|
| 67 |
+
"scene_017",
|
| 68 |
+
"scene_018",
|
| 69 |
+
"scene_019",
|
| 70 |
+
"scene_020",
|
| 71 |
+
"scene_021"
|
| 72 |
+
],
|
| 73 |
+
"sha256": "69f40562ff7ed15f6357f22d9270cabfdf7cc3813420901334f15ff5fba38763",
|
| 74 |
+
"uncompressed_bytes": 528176903
|
| 75 |
+
},
|
| 76 |
+
{
|
| 77 |
+
"compressed_bytes": 412867541,
|
| 78 |
+
"path": "data/test-scenes-00003-of-00019.tar.gz",
|
| 79 |
+
"scene_count": 10,
|
| 80 |
+
"scene_ids": [
|
| 81 |
+
"scene_022",
|
| 82 |
+
"scene_023",
|
| 83 |
+
"scene_024",
|
| 84 |
+
"scene_025",
|
| 85 |
+
"scene_026",
|
| 86 |
+
"scene_027",
|
| 87 |
+
"scene_028",
|
| 88 |
+
"scene_029",
|
| 89 |
+
"scene_030",
|
| 90 |
+
"scene_031"
|
| 91 |
+
],
|
| 92 |
+
"sha256": "eb050e660cd99687c6dcbd4ecc02059f14ddd0d91cff91905914a2425bd1d545",
|
| 93 |
+
"uncompressed_bytes": 526607886
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"compressed_bytes": 322714103,
|
| 97 |
+
"path": "data/test-scenes-00004-of-00019.tar.gz",
|
| 98 |
+
"scene_count": 16,
|
| 99 |
+
"scene_ids": [
|
| 100 |
+
"scene_032",
|
| 101 |
+
"scene_033",
|
| 102 |
+
"scene_034",
|
| 103 |
+
"scene_035",
|
| 104 |
+
"scene_036",
|
| 105 |
+
"scene_037",
|
| 106 |
+
"scene_038",
|
| 107 |
+
"scene_039",
|
| 108 |
+
"scene_040",
|
| 109 |
+
"scene_041",
|
| 110 |
+
"scene_042",
|
| 111 |
+
"scene_043",
|
| 112 |
+
"scene_044",
|
| 113 |
+
"scene_045",
|
| 114 |
+
"scene_046",
|
| 115 |
+
"scene_047"
|
| 116 |
+
],
|
| 117 |
+
"sha256": "fe7ff6b6b45a125eb6a900ed00ee5052b98820a3b0d6aaa268225ce2c301ce01",
|
| 118 |
+
"uncompressed_bytes": 404573723
|
| 119 |
+
},
|
| 120 |
+
{
|
| 121 |
+
"compressed_bytes": 327743940,
|
| 122 |
+
"path": "data/test-scenes-00005-of-00019.tar.gz",
|
| 123 |
+
"scene_count": 7,
|
| 124 |
+
"scene_ids": [
|
| 125 |
+
"scene_048",
|
| 126 |
+
"scene_049",
|
| 127 |
+
"scene_050",
|
| 128 |
+
"scene_051",
|
| 129 |
+
"scene_052",
|
| 130 |
+
"scene_053",
|
| 131 |
+
"scene_054"
|
| 132 |
+
],
|
| 133 |
+
"sha256": "6095f6da2d45e4a44cf3c4d44066aea817e5b6bc6e78c808eacea4082c4f50cf",
|
| 134 |
+
"uncompressed_bytes": 434205541
|
| 135 |
+
},
|
| 136 |
+
{
|
| 137 |
+
"compressed_bytes": 458070039,
|
| 138 |
+
"path": "data/test-scenes-00006-of-00019.tar.gz",
|
| 139 |
+
"scene_count": 8,
|
| 140 |
+
"scene_ids": [
|
| 141 |
+
"scene_055",
|
| 142 |
+
"scene_056",
|
| 143 |
+
"scene_057",
|
| 144 |
+
"scene_058",
|
| 145 |
+
"scene_059",
|
| 146 |
+
"scene_060",
|
| 147 |
+
"scene_061",
|
| 148 |
+
"scene_062"
|
| 149 |
+
],
|
| 150 |
+
"sha256": "d288be36fcf8ec57d210aeb00a2fd995b77fa5368d95b096e0776d28ab7929bb",
|
| 151 |
+
"uncompressed_bytes": 528054563
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"compressed_bytes": 322850780,
|
| 155 |
+
"path": "data/test-scenes-00007-of-00019.tar.gz",
|
| 156 |
+
"scene_count": 7,
|
| 157 |
+
"scene_ids": [
|
| 158 |
+
"scene_063",
|
| 159 |
+
"scene_064",
|
| 160 |
+
"scene_065",
|
| 161 |
+
"scene_066",
|
| 162 |
+
"scene_067",
|
| 163 |
+
"scene_068",
|
| 164 |
+
"scene_069"
|
| 165 |
+
],
|
| 166 |
+
"sha256": "b42c7f2da37b8298d7b25ebca71a25610c63e4730ecfa963a44e59eeca4946df",
|
| 167 |
+
"uncompressed_bytes": 382990640
|
| 168 |
+
},
|
| 169 |
+
{
|
| 170 |
+
"compressed_bytes": 394233912,
|
| 171 |
+
"path": "data/test-scenes-00008-of-00019.tar.gz",
|
| 172 |
+
"scene_count": 3,
|
| 173 |
+
"scene_ids": [
|
| 174 |
+
"scene_070",
|
| 175 |
+
"scene_071",
|
| 176 |
+
"scene_072"
|
| 177 |
+
],
|
| 178 |
+
"sha256": "1c4f0fbaf53a9d7f48c241b0494281710f720e20caacc779f9c2897ae90e4a0f",
|
| 179 |
+
"uncompressed_bytes": 459268980
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"compressed_bytes": 419654061,
|
| 183 |
+
"path": "data/test-scenes-00009-of-00019.tar.gz",
|
| 184 |
+
"scene_count": 3,
|
| 185 |
+
"scene_ids": [
|
| 186 |
+
"scene_073",
|
| 187 |
+
"scene_074",
|
| 188 |
+
"scene_075"
|
| 189 |
+
],
|
| 190 |
+
"sha256": "dff3ee6a8a9d67e2fccc637c3ea2f600f04ec46d58e360318472838e26efc458",
|
| 191 |
+
"uncompressed_bytes": 486840579
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"compressed_bytes": 394222591,
|
| 195 |
+
"path": "data/test-scenes-00010-of-00019.tar.gz",
|
| 196 |
+
"scene_count": 2,
|
| 197 |
+
"scene_ids": [
|
| 198 |
+
"scene_076",
|
| 199 |
+
"scene_077"
|
| 200 |
+
],
|
| 201 |
+
"sha256": "2d38cbf928bdc5d565bef84ef6be2158e25a45ee3250d23816a1cb27b7e4ea7c",
|
| 202 |
+
"uncompressed_bytes": 494607033
|
| 203 |
+
},
|
| 204 |
+
{
|
| 205 |
+
"compressed_bytes": 417776273,
|
| 206 |
+
"path": "data/test-scenes-00011-of-00019.tar.gz",
|
| 207 |
+
"scene_count": 3,
|
| 208 |
+
"scene_ids": [
|
| 209 |
+
"scene_078",
|
| 210 |
+
"scene_079",
|
| 211 |
+
"scene_080"
|
| 212 |
+
],
|
| 213 |
+
"sha256": "beaeb1cbeee08e76bf5705e8bb0cd942f356815f97c6619ba6f97995f4878bdf",
|
| 214 |
+
"uncompressed_bytes": 511009862
|
| 215 |
+
},
|
| 216 |
+
{
|
| 217 |
+
"compressed_bytes": 408337375,
|
| 218 |
+
"path": "data/test-scenes-00012-of-00019.tar.gz",
|
| 219 |
+
"scene_count": 12,
|
| 220 |
+
"scene_ids": [
|
| 221 |
+
"scene_081",
|
| 222 |
+
"scene_082",
|
| 223 |
+
"scene_083",
|
| 224 |
+
"scene_084",
|
| 225 |
+
"scene_085",
|
| 226 |
+
"scene_086",
|
| 227 |
+
"scene_087",
|
| 228 |
+
"scene_088",
|
| 229 |
+
"scene_089",
|
| 230 |
+
"scene_090",
|
| 231 |
+
"scene_091",
|
| 232 |
+
"scene_092"
|
| 233 |
+
],
|
| 234 |
+
"sha256": "529da16b1ef43b1f00d06953ea7870bad894cb2b931ed01cf51f0c66049712e7",
|
| 235 |
+
"uncompressed_bytes": 513208821
|
| 236 |
+
},
|
| 237 |
+
{
|
| 238 |
+
"compressed_bytes": 445202523,
|
| 239 |
+
"path": "data/test-scenes-00013-of-00019.tar.gz",
|
| 240 |
+
"scene_count": 11,
|
| 241 |
+
"scene_ids": [
|
| 242 |
+
"scene_093",
|
| 243 |
+
"scene_094",
|
| 244 |
+
"scene_095",
|
| 245 |
+
"scene_096",
|
| 246 |
+
"scene_097",
|
| 247 |
+
"scene_098",
|
| 248 |
+
"scene_099",
|
| 249 |
+
"scene_100",
|
| 250 |
+
"scene_101",
|
| 251 |
+
"scene_102",
|
| 252 |
+
"scene_103"
|
| 253 |
+
],
|
| 254 |
+
"sha256": "f8889c3ee9590d7f33d45ae24f9a2162842303275fdeb89a17298ba63542ee57",
|
| 255 |
+
"uncompressed_bytes": 519695771
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"compressed_bytes": 242015849,
|
| 259 |
+
"path": "data/test-scenes-00014-of-00019.tar.gz",
|
| 260 |
+
"scene_count": 1,
|
| 261 |
+
"scene_ids": [
|
| 262 |
+
"scene_104"
|
| 263 |
+
],
|
| 264 |
+
"sha256": "561a7c46fa85b30b7ea1cb72103ef7eb62ccdcd5d5e173e049b32eab3f794a16",
|
| 265 |
+
"uncompressed_bytes": 314715474
|
| 266 |
+
},
|
| 267 |
+
{
|
| 268 |
+
"compressed_bytes": 417694498,
|
| 269 |
+
"path": "data/test-scenes-00015-of-00019.tar.gz",
|
| 270 |
+
"scene_count": 2,
|
| 271 |
+
"scene_ids": [
|
| 272 |
+
"scene_105",
|
| 273 |
+
"scene_106"
|
| 274 |
+
],
|
| 275 |
+
"sha256": "3eec48dd4ee40e7d555fa91aa234687df131cf52c29b9ad76df9305b5f57d050",
|
| 276 |
+
"uncompressed_bytes": 520773934
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"compressed_bytes": 439969896,
|
| 280 |
+
"path": "data/test-scenes-00016-of-00019.tar.gz",
|
| 281 |
+
"scene_count": 3,
|
| 282 |
+
"scene_ids": [
|
| 283 |
+
"scene_107",
|
| 284 |
+
"scene_108",
|
| 285 |
+
"scene_109"
|
| 286 |
+
],
|
| 287 |
+
"sha256": "54450a028975e1bed3fd6ca252aec5f76239b4d037e4f94bae994548a46aed21",
|
| 288 |
+
"uncompressed_bytes": 517075028
|
| 289 |
+
},
|
| 290 |
+
{
|
| 291 |
+
"compressed_bytes": 440121935,
|
| 292 |
+
"path": "data/test-scenes-00017-of-00019.tar.gz",
|
| 293 |
+
"scene_count": 4,
|
| 294 |
+
"scene_ids": [
|
| 295 |
+
"scene_110",
|
| 296 |
+
"scene_111",
|
| 297 |
+
"scene_112",
|
| 298 |
+
"scene_113"
|
| 299 |
+
],
|
| 300 |
+
"sha256": "5cba72453e3d251c29eca9ea0384ac2c4219d08b9dc68cdf47264a2b4e978635",
|
| 301 |
+
"uncompressed_bytes": 513702961
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"compressed_bytes": 418662507,
|
| 305 |
+
"path": "data/test-scenes-00018-of-00019.tar.gz",
|
| 306 |
+
"scene_count": 10,
|
| 307 |
+
"scene_ids": [
|
| 308 |
+
"scene_114",
|
| 309 |
+
"scene_115",
|
| 310 |
+
"scene_116",
|
| 311 |
+
"scene_117",
|
| 312 |
+
"scene_118",
|
| 313 |
+
"scene_119",
|
| 314 |
+
"scene_120",
|
| 315 |
+
"scene_121",
|
| 316 |
+
"scene_122",
|
| 317 |
+
"scene_123"
|
| 318 |
+
],
|
| 319 |
+
"sha256": "ae9a5aca62542eef1d3d009dcde01a41521a7dbe85703f1f33c8adccf99e2761",
|
| 320 |
+
"uncompressed_bytes": 497989564
|
| 321 |
+
}
|
| 322 |
+
],
|
| 323 |
+
"source_dataset": "serendipitylxd/NavLock-HY",
|
| 324 |
+
"source_evaluation_manifest": "ress_evaluation_manifest_123.json",
|
| 325 |
+
"source_evaluation_manifest_sha256": "b94065460a7c3acd0a1c5ebe71ef30399ccbf1b8a51f4aaa1703a943f264ced9",
|
| 326 |
+
"summary": {
|
| 327 |
+
"archive_count": 19,
|
| 328 |
+
"camera_image_count": 9488,
|
| 329 |
+
"complete_generated_3d_scene_count": 90,
|
| 330 |
+
"compressed_bytes": 7367506928,
|
| 331 |
+
"frame_count": 1186,
|
| 332 |
+
"incomplete_generated_3d_scene_count": 33,
|
| 333 |
+
"label_file_count": 1186,
|
| 334 |
+
"lidar_file_count": 2372,
|
| 335 |
+
"scene_count": 123,
|
| 336 |
+
"stage_counts": {
|
| 337 |
+
"ENTRY_PATH_NOT_CLEAR": 29,
|
| 338 |
+
"INSUFFICIENT_CAPACITY": 13,
|
| 339 |
+
"UNAUTHORIZED_ENTRY": 81
|
| 340 |
+
}
|
| 341 |
+
}
|
| 342 |
+
}
|
metadata/ress_evaluation_manifest_123.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/ress_expert_review_123_public.json
ADDED
|
@@ -0,0 +1,1335 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "3.0-public-adjudicated",
|
| 3 |
+
"dataset": "NavLock-BreachSynth",
|
| 4 |
+
"release": "fixed-123-v1",
|
| 5 |
+
"annotation_unit": "scenario",
|
| 6 |
+
"review_status": "third_expert_adjudication_complete",
|
| 7 |
+
"provenance_notes": [
|
| 8 |
+
"Frame counts reflect the current fixed synthetic outputs.",
|
| 9 |
+
"The first expert reviewed the current 2-frame scene_020 clip and 4-frame scene_038 clip. An earlier template version recorded their frame counts as 7 and 20. During the independent targeted re-review, the first expert updated scene_038 to ENTRY_PATH_NOT_CLEAR/C1/P3.",
|
| 10 |
+
"Scene_084 was regenerated after the first expert pass to enforce zero vessel overlap in the upper-gate-side camera group. The expert reviewed the refreshed four-frame clip and changed its labels from INSUFFICIENT_CAPACITY/C3/P2 to ENTRY_PATH_NOT_CLEAR/C1/P3.",
|
| 11 |
+
"Scene_059 was regenerated after the first expert pass with a lower-gate CAM_6/CAM_7 overlap-priority rule. The first expert initially retained UNAUTHORIZED_ENTRY/C3/P2 on the current two-frame clip, then independently updated the stage to INSUFFICIENT_CAPACITY during targeted re-review.",
|
| 12 |
+
"The blinded second expert completed all 123 current clips. Both experts then separately re-reviewed related ratings while remaining blinded to each other; this targeted Round 2 was not reconciliation or adjudication.",
|
| 13 |
+
"Round 1 initial agreement used all 123 paired ratings: hazard-stage agreement was 112/123 with nominal Cohen's kappa 0.814556; linear-weighted kappa was 0.400958 for criticality and 0.419115 for perception challenge.",
|
| 14 |
+
"Round 2 independent targeted re-review also uses all 123 paired ratings: hazard-stage agreement is 119/123 with nominal Cohen's kappa 0.935067; linear-weighted kappa is 0.768310 for criticality and 0.905515 for perception challenge. Round 1 remains separately preserved and Round 2 remains pre-adjudication.",
|
| 15 |
+
"All hazardous clips begin in a hazardous state at frame 1, but frame 1 is not a hard warning deadline. A later warning remains a detection and is measured by its frame delay; only no warning throughout the observed clip is a miss.",
|
| 16 |
+
"A third expert independently reviewed all 24 Round 2 disagreement scenes while blinded to both prior ratings and the disputed fields; all three target fields were rated for every scene.",
|
| 17 |
+
"Field-level adjudication resolved 29 of 30 disputed fields by a predefined two-of-three majority. The Scene 38 criticality three-way split was resolved only after a documented first-expert follow-up re-review changed the rating from C1 to C2, matching the third expert. This follow-up is not part of Round 2 agreement.",
|
| 18 |
+
"The scenario labels below are final adjudicated labels. Round 1 and Round 2 kappa values remain pre-adjudication agreement estimates and were not recomputed from these labels."
|
| 19 |
+
],
|
| 20 |
+
"post_review_refreshes": [
|
| 21 |
+
{
|
| 22 |
+
"scene_id": "scene_084",
|
| 23 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_06_line20_seg013_18_44_55_116521",
|
| 24 |
+
"status": "EXPERT_RECONFIRMED_WITH_LABEL_UPDATE",
|
| 25 |
+
"reconfirmation_date": "2026-07-15",
|
| 26 |
+
"reason": "Regenerated with a capacity-constrained, open-gate-side zero-overlap source rule.",
|
| 27 |
+
"previous_labels": {
|
| 28 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 29 |
+
"criticality": "C3",
|
| 30 |
+
"perception_challenge": "P2"
|
| 31 |
+
},
|
| 32 |
+
"updated_labels": {
|
| 33 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 34 |
+
"criticality": "C1",
|
| 35 |
+
"perception_challenge": "P3"
|
| 36 |
+
}
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"scene_id": "scene_059",
|
| 40 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_01_line09_seg060_09_53_06_066391",
|
| 41 |
+
"status": "EXPERT_RECONFIRMED_THEN_UPDATED_IN_INDEPENDENT_TARGETED_RE_REVIEW",
|
| 42 |
+
"refresh_date": "2026-07-16",
|
| 43 |
+
"reconfirmation_date": "2026-07-16",
|
| 44 |
+
"reason": "Regenerated as a same-category two-frame 2D fleet sequence with zero effective CAM_6/CAM_7 overlap; edge intersections with a shortest side of at most 5 px remain tolerable.",
|
| 45 |
+
"previous_frame_count": 4,
|
| 46 |
+
"current_frame_count": 2,
|
| 47 |
+
"round_1_confirmed_labels": {
|
| 48 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 49 |
+
"criticality": "C3",
|
| 50 |
+
"perception_challenge": "P2"
|
| 51 |
+
},
|
| 52 |
+
"round_2_updated_labels": {
|
| 53 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 54 |
+
"criticality": "C3",
|
| 55 |
+
"perception_challenge": "P2"
|
| 56 |
+
}
|
| 57 |
+
}
|
| 58 |
+
],
|
| 59 |
+
"expert_review_rounds": [
|
| 60 |
+
{
|
| 61 |
+
"round_id": "ROUND_1_INITIAL_INDEPENDENT_REVIEW",
|
| 62 |
+
"targeted_re_review": false,
|
| 63 |
+
"ratings_reconciled_or_adjudicated": false,
|
| 64 |
+
"hazard_stage_raw_agreement": 0.910569,
|
| 65 |
+
"hazard_stage_nominal_cohen_kappa": 0.814556,
|
| 66 |
+
"criticality_linear_weighted_cohen_kappa": 0.400958,
|
| 67 |
+
"perception_challenge_linear_weighted_cohen_kappa": 0.419115,
|
| 68 |
+
"local_snapshot_sha256": "018f58bb2179494a8a13ed5a1f950bae9fe320eb3f1cac576d0c030a536a9307"
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"round_id": "ROUND_2_INDEPENDENT_TARGETED_RE_REVIEW",
|
| 72 |
+
"targeted_re_review": true,
|
| 73 |
+
"experts_reviewed_separately": true,
|
| 74 |
+
"experts_blinded_to_each_others_ratings": true,
|
| 75 |
+
"ratings_reconciled_or_adjudicated": false,
|
| 76 |
+
"hazard_stage_raw_agreement": 0.96748,
|
| 77 |
+
"hazard_stage_nominal_cohen_kappa": 0.935067,
|
| 78 |
+
"criticality_linear_weighted_cohen_kappa": 0.76831,
|
| 79 |
+
"perception_challenge_linear_weighted_cohen_kappa": 0.905515,
|
| 80 |
+
"remaining_hazard_stage_disagreement_count": 4
|
| 81 |
+
},
|
| 82 |
+
{
|
| 83 |
+
"round_id": "THIRD_EXPERT_BLINDED_DISAGREEMENT_REVIEW",
|
| 84 |
+
"reviewed_scene_count": 24,
|
| 85 |
+
"rated_fields_per_scene": [
|
| 86 |
+
"hazard_stage",
|
| 87 |
+
"criticality",
|
| 88 |
+
"perception_challenge"
|
| 89 |
+
],
|
| 90 |
+
"blinded_to_prior_ratings": true,
|
| 91 |
+
"blinded_to_disputed_fields": true,
|
| 92 |
+
"disputed_field_count": 30,
|
| 93 |
+
"two_of_three_majority_field_count": 29,
|
| 94 |
+
"three_way_split_field_count": 1,
|
| 95 |
+
"ratings_reconciled_or_adjudicated": true
|
| 96 |
+
}
|
| 97 |
+
],
|
| 98 |
+
"field_definitions": {
|
| 99 |
+
"scene_id": "Stable one-based index in the fixed 123-scenario review set.",
|
| 100 |
+
"generated_scenario_name": "Name of the generated scenario in the fixed 123-scenario set.",
|
| 101 |
+
"frame_count": "Number of frames in the generated scenario.",
|
| 102 |
+
"target_gate": "Gate associated with the generated vessel-entry scenario.",
|
| 103 |
+
"hazard_stage": "Mutually exclusive operational hazard stage assigned by the domain expert.",
|
| 104 |
+
"criticality": "Conditional hazard criticality assigned by the domain expert.",
|
| 105 |
+
"perception_challenge": "Perception difficulty assigned by the domain expert."
|
| 106 |
+
},
|
| 107 |
+
"label_definitions": {
|
| 108 |
+
"hazard_stage": {
|
| 109 |
+
"ENTRY_PATH_NOT_CLEAR": "While the gate is opening or closing, a vessel or fleet occupies the outside gate-approach clearance zone and obstructs normal vessel entry or exit; warning is required at first observation.",
|
| 110 |
+
"UNAUTHORIZED_ENTRY": "Vessel or fleet has already entered without authorization, but chamber capacity has not been exceeded.",
|
| 111 |
+
"INSUFFICIENT_CAPACITY": "Vessel or fleet has already entered and chamber capacity has been exceeded."
|
| 112 |
+
},
|
| 113 |
+
"criticality": {
|
| 114 |
+
"C0": "Invalid or non-hazardous.",
|
| 115 |
+
"C1": "Hazardous state with comfortable intervention margin.",
|
| 116 |
+
"C2": "Warning is required and intervention margin is limited.",
|
| 117 |
+
"C3": "Immediate warning is required because the remaining margin is very small or a serious conflict is developing."
|
| 118 |
+
},
|
| 119 |
+
"perception_challenge": {
|
| 120 |
+
"P0": "Invalid or unusable.",
|
| 121 |
+
"P1": "Easy.",
|
| 122 |
+
"P2": "Moderate.",
|
| 123 |
+
"P3": "Difficult."
|
| 124 |
+
}
|
| 125 |
+
},
|
| 126 |
+
"evaluation_policy": {
|
| 127 |
+
"hazard_stages_are_mutually_exclusive": true,
|
| 128 |
+
"hazard_onset": "FIRST_OBSERVED_FRAME",
|
| 129 |
+
"detection_success": "FIRST_WARNING_IN_ANY_OBSERVED_SCENE_FRAME",
|
| 130 |
+
"miss_definition": "NO_WARNING_IN_ANY_OBSERVED_SCENE_FRAME",
|
| 131 |
+
"warning_delay_frames": "first_warning_frame_index - 1",
|
| 132 |
+
"control_correct_definition": "NO_WARNING_IN_ANY_RAW_CONTROL_SCENE_FRAME",
|
| 133 |
+
"control_false_alarm_definition": "WARNING_IN_ANY_RAW_CONTROL_SCENE_FRAME",
|
| 134 |
+
"supplementary_false_alarm_metrics": [
|
| 135 |
+
"FRAME_LEVEL_FALSE_ALARM_RATE",
|
| 136 |
+
"OPERATING_TIME_NORMALIZED_FALSE_ALARM_RATE"
|
| 137 |
+
],
|
| 138 |
+
"hard_warning_deadline_applicable": false,
|
| 139 |
+
"warning_lead_time_applicable": false,
|
| 140 |
+
"stage_tasks": {
|
| 141 |
+
"ENTRY_PATH_NOT_CLEAR": "PATH_CLEARANCE_OBSTRUCTION_WARNING",
|
| 142 |
+
"UNAUTHORIZED_ENTRY": "UNAUTHORIZED_ENTRY_RECOGNITION",
|
| 143 |
+
"INSUFFICIENT_CAPACITY": "OVERCAPACITY_RECOGNITION"
|
| 144 |
+
},
|
| 145 |
+
"timing_metric": "Scene-level warning recall and first-warning delay in frames."
|
| 146 |
+
},
|
| 147 |
+
"evaluation_cohorts": {
|
| 148 |
+
"camera_all": {
|
| 149 |
+
"scene_pair_count": 123,
|
| 150 |
+
"frame_pair_count": 1186
|
| 151 |
+
},
|
| 152 |
+
"camera_lidar_3d_consistent": {
|
| 153 |
+
"scene_pair_count": 90,
|
| 154 |
+
"frame_pair_count": 1077,
|
| 155 |
+
"criterion": "The generated vessel has inserted 3D points in every scene frame."
|
| 156 |
+
},
|
| 157 |
+
"camera_lidar_missing_3d_evidence": {
|
| 158 |
+
"scene_pair_count": 33,
|
| 159 |
+
"frame_pair_count": 109,
|
| 160 |
+
"composition": "32 pure-2D scenes plus mixed-evidence scene_092.",
|
| 161 |
+
"reporting_role": "Separate missing/incomplete-3D-evidence robustness cohort; excluded from the 3D-consistent primary fusion estimate."
|
| 162 |
+
}
|
| 163 |
+
},
|
| 164 |
+
"expert_label_evaluation_role": {
|
| 165 |
+
"criticality": "Ordinal evaluation stratum for warning recall, delay, and failure analysis; not a model prediction target.",
|
| 166 |
+
"perception_challenge": "Ordinal evaluation stratum for warning recall, delay, and failure analysis; not a model prediction target or event probability.",
|
| 167 |
+
"combined_risk_score_applicable": false,
|
| 168 |
+
"restriction": "Do not multiply criticality and perception challenge into an uncalibrated risk score or infer real breach frequency without validated weights and operational exposure data."
|
| 169 |
+
},
|
| 170 |
+
"cohort_invariants": {
|
| 171 |
+
"admissibility": "VALID",
|
| 172 |
+
"hazard_validity": "HAZARDOUS_COUNTERFACTUAL",
|
| 173 |
+
"expected_warning": "WARN"
|
| 174 |
+
},
|
| 175 |
+
"summary": {
|
| 176 |
+
"scenario_count": 123,
|
| 177 |
+
"hazard_stage": {
|
| 178 |
+
"ENTRY_PATH_NOT_CLEAR": 29,
|
| 179 |
+
"INSUFFICIENT_CAPACITY": 13,
|
| 180 |
+
"UNAUTHORIZED_ENTRY": 81
|
| 181 |
+
},
|
| 182 |
+
"criticality": {
|
| 183 |
+
"C1": 29,
|
| 184 |
+
"C2": 80,
|
| 185 |
+
"C3": 14
|
| 186 |
+
},
|
| 187 |
+
"perception_challenge": {
|
| 188 |
+
"P1": 62,
|
| 189 |
+
"P2": 32,
|
| 190 |
+
"P3": 29
|
| 191 |
+
}
|
| 192 |
+
},
|
| 193 |
+
"scenarios": [
|
| 194 |
+
{
|
| 195 |
+
"scene_id": "scene_001",
|
| 196 |
+
"generated_scenario_name": "scene_2025_10_30_downstream_01_line02_seg001_11_05_58_833555",
|
| 197 |
+
"frame_count": 8,
|
| 198 |
+
"target_gate": "upper",
|
| 199 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 200 |
+
"criticality": "C2",
|
| 201 |
+
"perception_challenge": "P1"
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"scene_id": "scene_002",
|
| 205 |
+
"generated_scenario_name": "scene_2025_10_30_downstream_01_line02_seg002_11_06_58_833555",
|
| 206 |
+
"frame_count": 10,
|
| 207 |
+
"target_gate": "upper",
|
| 208 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 209 |
+
"criticality": "C2",
|
| 210 |
+
"perception_challenge": "P1"
|
| 211 |
+
},
|
| 212 |
+
{
|
| 213 |
+
"scene_id": "scene_003",
|
| 214 |
+
"generated_scenario_name": "scene_2025_10_30_downstream_01_line02_seg003_11_07_58_833555",
|
| 215 |
+
"frame_count": 10,
|
| 216 |
+
"target_gate": "upper",
|
| 217 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 218 |
+
"criticality": "C2",
|
| 219 |
+
"perception_challenge": "P1"
|
| 220 |
+
},
|
| 221 |
+
{
|
| 222 |
+
"scene_id": "scene_004",
|
| 223 |
+
"generated_scenario_name": "scene_2025_10_30_downstream_01_line02_seg004_11_08_58_833555",
|
| 224 |
+
"frame_count": 12,
|
| 225 |
+
"target_gate": "upper",
|
| 226 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 227 |
+
"criticality": "C2",
|
| 228 |
+
"perception_challenge": "P1"
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"scene_id": "scene_005",
|
| 232 |
+
"generated_scenario_name": "scene_2025_10_30_downstream_01_line02_seg005_11_09_58_833555",
|
| 233 |
+
"frame_count": 13,
|
| 234 |
+
"target_gate": "upper",
|
| 235 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 236 |
+
"criticality": "C2",
|
| 237 |
+
"perception_challenge": "P1"
|
| 238 |
+
},
|
| 239 |
+
{
|
| 240 |
+
"scene_id": "scene_006",
|
| 241 |
+
"generated_scenario_name": "scene_2025_10_30_downstream_01_line02_seg029_11_33_58_833555",
|
| 242 |
+
"frame_count": 4,
|
| 243 |
+
"target_gate": "lower",
|
| 244 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 245 |
+
"criticality": "C1",
|
| 246 |
+
"perception_challenge": "P3"
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"scene_id": "scene_007",
|
| 250 |
+
"generated_scenario_name": "scene_2025_10_30_downstream_01_line02_seg030_11_34_58_833555",
|
| 251 |
+
"frame_count": 5,
|
| 252 |
+
"target_gate": "lower",
|
| 253 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 254 |
+
"criticality": "C1",
|
| 255 |
+
"perception_challenge": "P3"
|
| 256 |
+
},
|
| 257 |
+
{
|
| 258 |
+
"scene_id": "scene_008",
|
| 259 |
+
"generated_scenario_name": "scene_2025_10_30_downstream_01_line02_seg031_11_35_58_833555",
|
| 260 |
+
"frame_count": 5,
|
| 261 |
+
"target_gate": "lower",
|
| 262 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 263 |
+
"criticality": "C1",
|
| 264 |
+
"perception_challenge": "P3"
|
| 265 |
+
},
|
| 266 |
+
{
|
| 267 |
+
"scene_id": "scene_009",
|
| 268 |
+
"generated_scenario_name": "scene_2025_10_30_downstream_01_line02_seg032_11_36_58_833555",
|
| 269 |
+
"frame_count": 3,
|
| 270 |
+
"target_gate": "lower",
|
| 271 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 272 |
+
"criticality": "C1",
|
| 273 |
+
"perception_challenge": "P3"
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"scene_id": "scene_010",
|
| 277 |
+
"generated_scenario_name": "scene_2025_10_30_downstream_01_line02_seg045_11_49_58_833555",
|
| 278 |
+
"frame_count": 28,
|
| 279 |
+
"target_gate": "lower",
|
| 280 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 281 |
+
"criticality": "C2",
|
| 282 |
+
"perception_challenge": "P1"
|
| 283 |
+
},
|
| 284 |
+
{
|
| 285 |
+
"scene_id": "scene_011",
|
| 286 |
+
"generated_scenario_name": "scene_2025_10_30_downstream_01_line02_seg046_11_50_58_833555",
|
| 287 |
+
"frame_count": 33,
|
| 288 |
+
"target_gate": "lower",
|
| 289 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 290 |
+
"criticality": "C2",
|
| 291 |
+
"perception_challenge": "P1"
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"scene_id": "scene_012",
|
| 295 |
+
"generated_scenario_name": "scene_2025_10_30_downstream_01_line02_seg047_11_51_58_833555",
|
| 296 |
+
"frame_count": 9,
|
| 297 |
+
"target_gate": "lower",
|
| 298 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 299 |
+
"criticality": "C2",
|
| 300 |
+
"perception_challenge": "P1"
|
| 301 |
+
},
|
| 302 |
+
{
|
| 303 |
+
"scene_id": "scene_013",
|
| 304 |
+
"generated_scenario_name": "scene_2025_10_30_downstream_02_line04_seg001_12_40_10_783059",
|
| 305 |
+
"frame_count": 2,
|
| 306 |
+
"target_gate": "upper",
|
| 307 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 308 |
+
"criticality": "C2",
|
| 309 |
+
"perception_challenge": "P1"
|
| 310 |
+
},
|
| 311 |
+
{
|
| 312 |
+
"scene_id": "scene_014",
|
| 313 |
+
"generated_scenario_name": "scene_2025_10_30_downstream_02_line04_seg002_12_41_10_783059",
|
| 314 |
+
"frame_count": 1,
|
| 315 |
+
"target_gate": "upper",
|
| 316 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 317 |
+
"criticality": "C2",
|
| 318 |
+
"perception_challenge": "P1"
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"scene_id": "scene_015",
|
| 322 |
+
"generated_scenario_name": "scene_2025_10_30_downstream_02_line04_seg003_12_42_10_783059",
|
| 323 |
+
"frame_count": 1,
|
| 324 |
+
"target_gate": "upper",
|
| 325 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 326 |
+
"criticality": "C2",
|
| 327 |
+
"perception_challenge": "P1"
|
| 328 |
+
},
|
| 329 |
+
{
|
| 330 |
+
"scene_id": "scene_016",
|
| 331 |
+
"generated_scenario_name": "scene_2025_10_30_downstream_02_line04_seg241_16_40_10_783059",
|
| 332 |
+
"frame_count": 5,
|
| 333 |
+
"target_gate": "lower",
|
| 334 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 335 |
+
"criticality": "C2",
|
| 336 |
+
"perception_challenge": "P1"
|
| 337 |
+
},
|
| 338 |
+
{
|
| 339 |
+
"scene_id": "scene_017",
|
| 340 |
+
"generated_scenario_name": "scene_2025_10_30_downstream_02_line04_seg242_16_41_10_783059",
|
| 341 |
+
"frame_count": 1,
|
| 342 |
+
"target_gate": "lower",
|
| 343 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 344 |
+
"criticality": "C2",
|
| 345 |
+
"perception_challenge": "P1"
|
| 346 |
+
},
|
| 347 |
+
{
|
| 348 |
+
"scene_id": "scene_018",
|
| 349 |
+
"generated_scenario_name": "scene_2025_10_30_downstream_02_line04_seg244_16_43_10_783059",
|
| 350 |
+
"frame_count": 2,
|
| 351 |
+
"target_gate": "lower",
|
| 352 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 353 |
+
"criticality": "C2",
|
| 354 |
+
"perception_challenge": "P1"
|
| 355 |
+
},
|
| 356 |
+
{
|
| 357 |
+
"scene_id": "scene_019",
|
| 358 |
+
"generated_scenario_name": "scene_2025_10_30_downstream_03_line05_seg001_16_44_23_313565",
|
| 359 |
+
"frame_count": 2,
|
| 360 |
+
"target_gate": "lower",
|
| 361 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 362 |
+
"criticality": "C2",
|
| 363 |
+
"perception_challenge": "P1"
|
| 364 |
+
},
|
| 365 |
+
{
|
| 366 |
+
"scene_id": "scene_020",
|
| 367 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_02_line03_seg003_11_54_20_446744",
|
| 368 |
+
"frame_count": 2,
|
| 369 |
+
"target_gate": "lower",
|
| 370 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 371 |
+
"criticality": "C3",
|
| 372 |
+
"perception_challenge": "P1"
|
| 373 |
+
},
|
| 374 |
+
{
|
| 375 |
+
"scene_id": "scene_021",
|
| 376 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_02_line03_seg004_11_55_20_446744",
|
| 377 |
+
"frame_count": 5,
|
| 378 |
+
"target_gate": "lower",
|
| 379 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 380 |
+
"criticality": "C3",
|
| 381 |
+
"perception_challenge": "P1"
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"scene_id": "scene_022",
|
| 385 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_02_line03_seg005_11_56_20_446744",
|
| 386 |
+
"frame_count": 8,
|
| 387 |
+
"target_gate": "lower",
|
| 388 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 389 |
+
"criticality": "C3",
|
| 390 |
+
"perception_challenge": "P1"
|
| 391 |
+
},
|
| 392 |
+
{
|
| 393 |
+
"scene_id": "scene_023",
|
| 394 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_02_line03_seg006_11_57_20_446744",
|
| 395 |
+
"frame_count": 9,
|
| 396 |
+
"target_gate": "lower",
|
| 397 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 398 |
+
"criticality": "C3",
|
| 399 |
+
"perception_challenge": "P1"
|
| 400 |
+
},
|
| 401 |
+
{
|
| 402 |
+
"scene_id": "scene_024",
|
| 403 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_02_line03_seg007_11_58_20_446744",
|
| 404 |
+
"frame_count": 10,
|
| 405 |
+
"target_gate": "lower",
|
| 406 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 407 |
+
"criticality": "C3",
|
| 408 |
+
"perception_challenge": "P1"
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"scene_id": "scene_025",
|
| 412 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_02_line03_seg033_12_24_20_446744",
|
| 413 |
+
"frame_count": 7,
|
| 414 |
+
"target_gate": "upper",
|
| 415 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 416 |
+
"criticality": "C1",
|
| 417 |
+
"perception_challenge": "P3"
|
| 418 |
+
},
|
| 419 |
+
{
|
| 420 |
+
"scene_id": "scene_026",
|
| 421 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_02_line03_seg034_12_25_20_446744",
|
| 422 |
+
"frame_count": 6,
|
| 423 |
+
"target_gate": "upper",
|
| 424 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 425 |
+
"criticality": "C1",
|
| 426 |
+
"perception_challenge": "P3"
|
| 427 |
+
},
|
| 428 |
+
{
|
| 429 |
+
"scene_id": "scene_027",
|
| 430 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_02_line03_seg035_12_26_20_446744",
|
| 431 |
+
"frame_count": 5,
|
| 432 |
+
"target_gate": "upper",
|
| 433 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 434 |
+
"criticality": "C1",
|
| 435 |
+
"perception_challenge": "P3"
|
| 436 |
+
},
|
| 437 |
+
{
|
| 438 |
+
"scene_id": "scene_028",
|
| 439 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_02_line03_seg036_12_27_20_446744",
|
| 440 |
+
"frame_count": 5,
|
| 441 |
+
"target_gate": "upper",
|
| 442 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 443 |
+
"criticality": "C1",
|
| 444 |
+
"perception_challenge": "P3"
|
| 445 |
+
},
|
| 446 |
+
{
|
| 447 |
+
"scene_id": "scene_029",
|
| 448 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_02_line03_seg043_12_34_20_446744",
|
| 449 |
+
"frame_count": 1,
|
| 450 |
+
"target_gate": "upper",
|
| 451 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 452 |
+
"criticality": "C2",
|
| 453 |
+
"perception_challenge": "P1"
|
| 454 |
+
},
|
| 455 |
+
{
|
| 456 |
+
"scene_id": "scene_030",
|
| 457 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_02_line03_seg044_12_35_20_446744",
|
| 458 |
+
"frame_count": 1,
|
| 459 |
+
"target_gate": "upper",
|
| 460 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 461 |
+
"criticality": "C3",
|
| 462 |
+
"perception_challenge": "P1"
|
| 463 |
+
},
|
| 464 |
+
{
|
| 465 |
+
"scene_id": "scene_031",
|
| 466 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_02_line03_seg048_12_39_20_446744",
|
| 467 |
+
"frame_count": 4,
|
| 468 |
+
"target_gate": "upper",
|
| 469 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 470 |
+
"criticality": "C2",
|
| 471 |
+
"perception_challenge": "P1"
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"scene_id": "scene_032",
|
| 475 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_03_line06_seg001_18_05_16_096287",
|
| 476 |
+
"frame_count": 3,
|
| 477 |
+
"target_gate": "lower",
|
| 478 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 479 |
+
"criticality": "C2",
|
| 480 |
+
"perception_challenge": "P2"
|
| 481 |
+
},
|
| 482 |
+
{
|
| 483 |
+
"scene_id": "scene_033",
|
| 484 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_03_line06_seg008_18_12_16_096287",
|
| 485 |
+
"frame_count": 3,
|
| 486 |
+
"target_gate": "lower",
|
| 487 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 488 |
+
"criticality": "C3",
|
| 489 |
+
"perception_challenge": "P2"
|
| 490 |
+
},
|
| 491 |
+
{
|
| 492 |
+
"scene_id": "scene_034",
|
| 493 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_03_line06_seg011_18_15_16_096287",
|
| 494 |
+
"frame_count": 1,
|
| 495 |
+
"target_gate": "lower",
|
| 496 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 497 |
+
"criticality": "C1",
|
| 498 |
+
"perception_challenge": "P3"
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"scene_id": "scene_035",
|
| 502 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_03_line06_seg012_18_16_16_096287",
|
| 503 |
+
"frame_count": 1,
|
| 504 |
+
"target_gate": "lower",
|
| 505 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 506 |
+
"criticality": "C1",
|
| 507 |
+
"perception_challenge": "P3"
|
| 508 |
+
},
|
| 509 |
+
{
|
| 510 |
+
"scene_id": "scene_036",
|
| 511 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_03_line06_seg013_18_17_16_096287",
|
| 512 |
+
"frame_count": 1,
|
| 513 |
+
"target_gate": "lower",
|
| 514 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 515 |
+
"criticality": "C1",
|
| 516 |
+
"perception_challenge": "P3"
|
| 517 |
+
},
|
| 518 |
+
{
|
| 519 |
+
"scene_id": "scene_037",
|
| 520 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_03_line06_seg039_18_43_16_096287",
|
| 521 |
+
"frame_count": 7,
|
| 522 |
+
"target_gate": "upper",
|
| 523 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 524 |
+
"criticality": "C2",
|
| 525 |
+
"perception_challenge": "P2"
|
| 526 |
+
},
|
| 527 |
+
{
|
| 528 |
+
"scene_id": "scene_038",
|
| 529 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_03_line06_seg040_18_44_16_096287",
|
| 530 |
+
"frame_count": 4,
|
| 531 |
+
"target_gate": "upper",
|
| 532 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 533 |
+
"criticality": "C2",
|
| 534 |
+
"perception_challenge": "P2"
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"scene_id": "scene_039",
|
| 538 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_03_line06_seg043_18_47_16_096287",
|
| 539 |
+
"frame_count": 4,
|
| 540 |
+
"target_gate": "upper",
|
| 541 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 542 |
+
"criticality": "C2",
|
| 543 |
+
"perception_challenge": "P2"
|
| 544 |
+
},
|
| 545 |
+
{
|
| 546 |
+
"scene_id": "scene_040",
|
| 547 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_03_line06_seg057_19_01_16_096287",
|
| 548 |
+
"frame_count": 5,
|
| 549 |
+
"target_gate": "lower",
|
| 550 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 551 |
+
"criticality": "C1",
|
| 552 |
+
"perception_challenge": "P3"
|
| 553 |
+
},
|
| 554 |
+
{
|
| 555 |
+
"scene_id": "scene_041",
|
| 556 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_03_line06_seg058_19_02_16_096287",
|
| 557 |
+
"frame_count": 2,
|
| 558 |
+
"target_gate": "lower",
|
| 559 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 560 |
+
"criticality": "C2",
|
| 561 |
+
"perception_challenge": "P2"
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"scene_id": "scene_042",
|
| 565 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_03_line06_seg059_19_03_16_096287",
|
| 566 |
+
"frame_count": 3,
|
| 567 |
+
"target_gate": "lower",
|
| 568 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 569 |
+
"criticality": "C2",
|
| 570 |
+
"perception_challenge": "P2"
|
| 571 |
+
},
|
| 572 |
+
{
|
| 573 |
+
"scene_id": "scene_043",
|
| 574 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_03_line06_seg060_19_04_16_096287",
|
| 575 |
+
"frame_count": 3,
|
| 576 |
+
"target_gate": "lower",
|
| 577 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 578 |
+
"criticality": "C2",
|
| 579 |
+
"perception_challenge": "P2"
|
| 580 |
+
},
|
| 581 |
+
{
|
| 582 |
+
"scene_id": "scene_044",
|
| 583 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_04_line07_seg001_19_04_33_096884",
|
| 584 |
+
"frame_count": 5,
|
| 585 |
+
"target_gate": "lower",
|
| 586 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 587 |
+
"criticality": "C2",
|
| 588 |
+
"perception_challenge": "P2"
|
| 589 |
+
},
|
| 590 |
+
{
|
| 591 |
+
"scene_id": "scene_045",
|
| 592 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_04_line07_seg002_19_05_33_096884",
|
| 593 |
+
"frame_count": 5,
|
| 594 |
+
"target_gate": "lower",
|
| 595 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 596 |
+
"criticality": "C2",
|
| 597 |
+
"perception_challenge": "P2"
|
| 598 |
+
},
|
| 599 |
+
{
|
| 600 |
+
"scene_id": "scene_046",
|
| 601 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_04_line07_seg003_19_06_33_096884",
|
| 602 |
+
"frame_count": 8,
|
| 603 |
+
"target_gate": "lower",
|
| 604 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 605 |
+
"criticality": "C2",
|
| 606 |
+
"perception_challenge": "P2"
|
| 607 |
+
},
|
| 608 |
+
{
|
| 609 |
+
"scene_id": "scene_047",
|
| 610 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_04_line07_seg004_19_07_33_096884",
|
| 611 |
+
"frame_count": 1,
|
| 612 |
+
"target_gate": "lower",
|
| 613 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 614 |
+
"criticality": "C2",
|
| 615 |
+
"perception_challenge": "P2"
|
| 616 |
+
},
|
| 617 |
+
{
|
| 618 |
+
"scene_id": "scene_048",
|
| 619 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_04_line07_seg047_19_50_33_096884",
|
| 620 |
+
"frame_count": 16,
|
| 621 |
+
"target_gate": "upper",
|
| 622 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 623 |
+
"criticality": "C2",
|
| 624 |
+
"perception_challenge": "P2"
|
| 625 |
+
},
|
| 626 |
+
{
|
| 627 |
+
"scene_id": "scene_049",
|
| 628 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_04_line07_seg048_19_51_33_096884",
|
| 629 |
+
"frame_count": 12,
|
| 630 |
+
"target_gate": "upper",
|
| 631 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 632 |
+
"criticality": "C2",
|
| 633 |
+
"perception_challenge": "P2"
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"scene_id": "scene_050",
|
| 637 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_04_line07_seg049_19_52_33_096884",
|
| 638 |
+
"frame_count": 15,
|
| 639 |
+
"target_gate": "upper",
|
| 640 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 641 |
+
"criticality": "C2",
|
| 642 |
+
"perception_challenge": "P2"
|
| 643 |
+
},
|
| 644 |
+
{
|
| 645 |
+
"scene_id": "scene_051",
|
| 646 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_04_line08_seg002_20_04_03_182587",
|
| 647 |
+
"frame_count": 1,
|
| 648 |
+
"target_gate": "lower",
|
| 649 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 650 |
+
"criticality": "C1",
|
| 651 |
+
"perception_challenge": "P3"
|
| 652 |
+
},
|
| 653 |
+
{
|
| 654 |
+
"scene_id": "scene_052",
|
| 655 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_04_line08_seg003_20_05_03_182587",
|
| 656 |
+
"frame_count": 2,
|
| 657 |
+
"target_gate": "lower",
|
| 658 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 659 |
+
"criticality": "C1",
|
| 660 |
+
"perception_challenge": "P3"
|
| 661 |
+
},
|
| 662 |
+
{
|
| 663 |
+
"scene_id": "scene_053",
|
| 664 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_04_line08_seg004_20_06_03_182587",
|
| 665 |
+
"frame_count": 2,
|
| 666 |
+
"target_gate": "lower",
|
| 667 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 668 |
+
"criticality": "C1",
|
| 669 |
+
"perception_challenge": "P3"
|
| 670 |
+
},
|
| 671 |
+
{
|
| 672 |
+
"scene_id": "scene_054",
|
| 673 |
+
"generated_scenario_name": "scene_2025_10_30_upstream_04_line08_seg005_20_07_03_182587",
|
| 674 |
+
"frame_count": 1,
|
| 675 |
+
"target_gate": "lower",
|
| 676 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 677 |
+
"criticality": "C1",
|
| 678 |
+
"perception_challenge": "P3"
|
| 679 |
+
},
|
| 680 |
+
{
|
| 681 |
+
"scene_id": "scene_055",
|
| 682 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_01_line09_seg002_08_55_06_066391",
|
| 683 |
+
"frame_count": 27,
|
| 684 |
+
"target_gate": "upper",
|
| 685 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 686 |
+
"criticality": "C3",
|
| 687 |
+
"perception_challenge": "P1"
|
| 688 |
+
},
|
| 689 |
+
{
|
| 690 |
+
"scene_id": "scene_056",
|
| 691 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_01_line09_seg003_08_56_06_066391",
|
| 692 |
+
"frame_count": 20,
|
| 693 |
+
"target_gate": "upper",
|
| 694 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 695 |
+
"criticality": "C3",
|
| 696 |
+
"perception_challenge": "P1"
|
| 697 |
+
},
|
| 698 |
+
{
|
| 699 |
+
"scene_id": "scene_057",
|
| 700 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_01_line09_seg007_09_00_06_066391",
|
| 701 |
+
"frame_count": 5,
|
| 702 |
+
"target_gate": "upper",
|
| 703 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 704 |
+
"criticality": "C3",
|
| 705 |
+
"perception_challenge": "P2"
|
| 706 |
+
},
|
| 707 |
+
{
|
| 708 |
+
"scene_id": "scene_058",
|
| 709 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_01_line09_seg008_09_01_06_066391",
|
| 710 |
+
"frame_count": 2,
|
| 711 |
+
"target_gate": "upper",
|
| 712 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 713 |
+
"criticality": "C1",
|
| 714 |
+
"perception_challenge": "P3"
|
| 715 |
+
},
|
| 716 |
+
{
|
| 717 |
+
"scene_id": "scene_059",
|
| 718 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_01_line09_seg060_09_53_06_066391",
|
| 719 |
+
"frame_count": 2,
|
| 720 |
+
"target_gate": "lower",
|
| 721 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 722 |
+
"criticality": "C3",
|
| 723 |
+
"perception_challenge": "P2"
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"scene_id": "scene_060",
|
| 727 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_02_line11_seg001_10_39_18_185878",
|
| 728 |
+
"frame_count": 10,
|
| 729 |
+
"target_gate": "upper",
|
| 730 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 731 |
+
"criticality": "C2",
|
| 732 |
+
"perception_challenge": "P1"
|
| 733 |
+
},
|
| 734 |
+
{
|
| 735 |
+
"scene_id": "scene_061",
|
| 736 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_02_line11_seg029_11_07_18_185878",
|
| 737 |
+
"frame_count": 4,
|
| 738 |
+
"target_gate": "lower",
|
| 739 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 740 |
+
"criticality": "C1",
|
| 741 |
+
"perception_challenge": "P3"
|
| 742 |
+
},
|
| 743 |
+
{
|
| 744 |
+
"scene_id": "scene_062",
|
| 745 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_03_line13_seg001_12_09_25_170563",
|
| 746 |
+
"frame_count": 4,
|
| 747 |
+
"target_gate": "upper",
|
| 748 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 749 |
+
"criticality": "C2",
|
| 750 |
+
"perception_challenge": "P1"
|
| 751 |
+
},
|
| 752 |
+
{
|
| 753 |
+
"scene_id": "scene_063",
|
| 754 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_03_line13_seg023_12_31_25_170563",
|
| 755 |
+
"frame_count": 2,
|
| 756 |
+
"target_gate": "lower",
|
| 757 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 758 |
+
"criticality": "C1",
|
| 759 |
+
"perception_challenge": "P3"
|
| 760 |
+
},
|
| 761 |
+
{
|
| 762 |
+
"scene_id": "scene_064",
|
| 763 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_03_line13_seg024_12_32_25_170563",
|
| 764 |
+
"frame_count": 4,
|
| 765 |
+
"target_gate": "lower",
|
| 766 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 767 |
+
"criticality": "C1",
|
| 768 |
+
"perception_challenge": "P3"
|
| 769 |
+
},
|
| 770 |
+
{
|
| 771 |
+
"scene_id": "scene_065",
|
| 772 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_03_line13_seg025_12_33_25_170563",
|
| 773 |
+
"frame_count": 7,
|
| 774 |
+
"target_gate": "lower",
|
| 775 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 776 |
+
"criticality": "C1",
|
| 777 |
+
"perception_challenge": "P3"
|
| 778 |
+
},
|
| 779 |
+
{
|
| 780 |
+
"scene_id": "scene_066",
|
| 781 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_03_line13_seg026_12_34_25_170563",
|
| 782 |
+
"frame_count": 1,
|
| 783 |
+
"target_gate": "lower",
|
| 784 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 785 |
+
"criticality": "C1",
|
| 786 |
+
"perception_challenge": "P3"
|
| 787 |
+
},
|
| 788 |
+
{
|
| 789 |
+
"scene_id": "scene_067",
|
| 790 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_03_line13_seg038_12_46_25_170563",
|
| 791 |
+
"frame_count": 12,
|
| 792 |
+
"target_gate": "lower",
|
| 793 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 794 |
+
"criticality": "C2",
|
| 795 |
+
"perception_challenge": "P1"
|
| 796 |
+
},
|
| 797 |
+
{
|
| 798 |
+
"scene_id": "scene_068",
|
| 799 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_03_line13_seg039_12_47_25_170563",
|
| 800 |
+
"frame_count": 20,
|
| 801 |
+
"target_gate": "lower",
|
| 802 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 803 |
+
"criticality": "C2",
|
| 804 |
+
"perception_challenge": "P1"
|
| 805 |
+
},
|
| 806 |
+
{
|
| 807 |
+
"scene_id": "scene_069",
|
| 808 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_03_line13_seg040_12_48_25_170563",
|
| 809 |
+
"frame_count": 9,
|
| 810 |
+
"target_gate": "lower",
|
| 811 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 812 |
+
"criticality": "C2",
|
| 813 |
+
"perception_challenge": "P1"
|
| 814 |
+
},
|
| 815 |
+
{
|
| 816 |
+
"scene_id": "scene_070",
|
| 817 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_03_line13_seg041_12_49_25_170563",
|
| 818 |
+
"frame_count": 23,
|
| 819 |
+
"target_gate": "lower",
|
| 820 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 821 |
+
"criticality": "C2",
|
| 822 |
+
"perception_challenge": "P1"
|
| 823 |
+
},
|
| 824 |
+
{
|
| 825 |
+
"scene_id": "scene_071",
|
| 826 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_03_line13_seg042_12_50_25_170563",
|
| 827 |
+
"frame_count": 22,
|
| 828 |
+
"target_gate": "lower",
|
| 829 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 830 |
+
"criticality": "C2",
|
| 831 |
+
"perception_challenge": "P1"
|
| 832 |
+
},
|
| 833 |
+
{
|
| 834 |
+
"scene_id": "scene_072",
|
| 835 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_03_line13_seg043_12_51_25_170563",
|
| 836 |
+
"frame_count": 25,
|
| 837 |
+
"target_gate": "lower",
|
| 838 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 839 |
+
"criticality": "C2",
|
| 840 |
+
"perception_challenge": "P1"
|
| 841 |
+
},
|
| 842 |
+
{
|
| 843 |
+
"scene_id": "scene_073",
|
| 844 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_03_line13_seg044_12_52_25_170563",
|
| 845 |
+
"frame_count": 31,
|
| 846 |
+
"target_gate": "lower",
|
| 847 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 848 |
+
"criticality": "C2",
|
| 849 |
+
"perception_challenge": "P1"
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"scene_id": "scene_074",
|
| 853 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_03_line13_seg045_12_53_25_170563",
|
| 854 |
+
"frame_count": 24,
|
| 855 |
+
"target_gate": "lower",
|
| 856 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 857 |
+
"criticality": "C2",
|
| 858 |
+
"perception_challenge": "P1"
|
| 859 |
+
},
|
| 860 |
+
{
|
| 861 |
+
"scene_id": "scene_075",
|
| 862 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_03_line13_seg046_12_54_25_170563",
|
| 863 |
+
"frame_count": 20,
|
| 864 |
+
"target_gate": "lower",
|
| 865 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 866 |
+
"criticality": "C2",
|
| 867 |
+
"perception_challenge": "P1"
|
| 868 |
+
},
|
| 869 |
+
{
|
| 870 |
+
"scene_id": "scene_076",
|
| 871 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_03_line13_seg047_12_55_25_170563",
|
| 872 |
+
"frame_count": 22,
|
| 873 |
+
"target_gate": "lower",
|
| 874 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 875 |
+
"criticality": "C2",
|
| 876 |
+
"perception_challenge": "P1"
|
| 877 |
+
},
|
| 878 |
+
{
|
| 879 |
+
"scene_id": "scene_077",
|
| 880 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_03_line13_seg048_12_56_25_170563",
|
| 881 |
+
"frame_count": 38,
|
| 882 |
+
"target_gate": "lower",
|
| 883 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 884 |
+
"criticality": "C2",
|
| 885 |
+
"perception_challenge": "P1"
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"scene_id": "scene_078",
|
| 889 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_03_line13_seg049_12_57_25_170563",
|
| 890 |
+
"frame_count": 24,
|
| 891 |
+
"target_gate": "lower",
|
| 892 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 893 |
+
"criticality": "C2",
|
| 894 |
+
"perception_challenge": "P1"
|
| 895 |
+
},
|
| 896 |
+
{
|
| 897 |
+
"scene_id": "scene_079",
|
| 898 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_05_line18_seg001_16_54_23_482344",
|
| 899 |
+
"frame_count": 38,
|
| 900 |
+
"target_gate": "upper",
|
| 901 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 902 |
+
"criticality": "C2",
|
| 903 |
+
"perception_challenge": "P1"
|
| 904 |
+
},
|
| 905 |
+
{
|
| 906 |
+
"scene_id": "scene_080",
|
| 907 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_05_line18_seg002_16_55_23_482344",
|
| 908 |
+
"frame_count": 2,
|
| 909 |
+
"target_gate": "upper",
|
| 910 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 911 |
+
"criticality": "C2",
|
| 912 |
+
"perception_challenge": "P1"
|
| 913 |
+
},
|
| 914 |
+
{
|
| 915 |
+
"scene_id": "scene_081",
|
| 916 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_05_line18_seg049_17_42_23_482344",
|
| 917 |
+
"frame_count": 12,
|
| 918 |
+
"target_gate": "lower",
|
| 919 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 920 |
+
"criticality": "C2",
|
| 921 |
+
"perception_challenge": "P2"
|
| 922 |
+
},
|
| 923 |
+
{
|
| 924 |
+
"scene_id": "scene_082",
|
| 925 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_05_line18_seg050_17_43_23_482344",
|
| 926 |
+
"frame_count": 8,
|
| 927 |
+
"target_gate": "lower",
|
| 928 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 929 |
+
"criticality": "C2",
|
| 930 |
+
"perception_challenge": "P2"
|
| 931 |
+
},
|
| 932 |
+
{
|
| 933 |
+
"scene_id": "scene_083",
|
| 934 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_05_line18_seg051_17_44_23_482344",
|
| 935 |
+
"frame_count": 7,
|
| 936 |
+
"target_gate": "lower",
|
| 937 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 938 |
+
"criticality": "C2",
|
| 939 |
+
"perception_challenge": "P2"
|
| 940 |
+
},
|
| 941 |
+
{
|
| 942 |
+
"scene_id": "scene_084",
|
| 943 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_06_line20_seg013_18_44_55_116521",
|
| 944 |
+
"frame_count": 4,
|
| 945 |
+
"target_gate": "upper",
|
| 946 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 947 |
+
"criticality": "C1",
|
| 948 |
+
"perception_challenge": "P3"
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"scene_id": "scene_085",
|
| 952 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_06_line20_seg041_19_12_55_116521",
|
| 953 |
+
"frame_count": 8,
|
| 954 |
+
"target_gate": "lower",
|
| 955 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 956 |
+
"criticality": "C2",
|
| 957 |
+
"perception_challenge": "P2"
|
| 958 |
+
},
|
| 959 |
+
{
|
| 960 |
+
"scene_id": "scene_086",
|
| 961 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_06_line20_seg042_19_13_55_116521",
|
| 962 |
+
"frame_count": 6,
|
| 963 |
+
"target_gate": "lower",
|
| 964 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 965 |
+
"criticality": "C2",
|
| 966 |
+
"perception_challenge": "P2"
|
| 967 |
+
},
|
| 968 |
+
{
|
| 969 |
+
"scene_id": "scene_087",
|
| 970 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_06_line20_seg043_19_14_55_116521",
|
| 971 |
+
"frame_count": 3,
|
| 972 |
+
"target_gate": "lower",
|
| 973 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 974 |
+
"criticality": "C2",
|
| 975 |
+
"perception_challenge": "P2"
|
| 976 |
+
},
|
| 977 |
+
{
|
| 978 |
+
"scene_id": "scene_088",
|
| 979 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_06_line20_seg044_19_15_55_116521",
|
| 980 |
+
"frame_count": 1,
|
| 981 |
+
"target_gate": "lower",
|
| 982 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 983 |
+
"criticality": "C2",
|
| 984 |
+
"perception_challenge": "P2"
|
| 985 |
+
},
|
| 986 |
+
{
|
| 987 |
+
"scene_id": "scene_089",
|
| 988 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_07_line22_seg004_19_55_57_513379",
|
| 989 |
+
"frame_count": 3,
|
| 990 |
+
"target_gate": "upper",
|
| 991 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 992 |
+
"criticality": "C2",
|
| 993 |
+
"perception_challenge": "P2"
|
| 994 |
+
},
|
| 995 |
+
{
|
| 996 |
+
"scene_id": "scene_090",
|
| 997 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_07_line22_seg005_19_56_57_513379",
|
| 998 |
+
"frame_count": 12,
|
| 999 |
+
"target_gate": "upper",
|
| 1000 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1001 |
+
"criticality": "C2",
|
| 1002 |
+
"perception_challenge": "P2"
|
| 1003 |
+
},
|
| 1004 |
+
{
|
| 1005 |
+
"scene_id": "scene_091",
|
| 1006 |
+
"generated_scenario_name": "scene_2025_10_31_downstream_07_line22_seg006_19_57_57_513379",
|
| 1007 |
+
"frame_count": 3,
|
| 1008 |
+
"target_gate": "upper",
|
| 1009 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1010 |
+
"criticality": "C2",
|
| 1011 |
+
"perception_challenge": "P2"
|
| 1012 |
+
},
|
| 1013 |
+
{
|
| 1014 |
+
"scene_id": "scene_092",
|
| 1015 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_01_line10_seg001_09_59_35_450203",
|
| 1016 |
+
"frame_count": 5,
|
| 1017 |
+
"target_gate": "lower",
|
| 1018 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 1019 |
+
"criticality": "C3",
|
| 1020 |
+
"perception_challenge": "P1"
|
| 1021 |
+
},
|
| 1022 |
+
{
|
| 1023 |
+
"scene_id": "scene_093",
|
| 1024 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_01_line10_seg014_10_12_35_450203",
|
| 1025 |
+
"frame_count": 4,
|
| 1026 |
+
"target_gate": "lower",
|
| 1027 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 1028 |
+
"criticality": "C1",
|
| 1029 |
+
"perception_challenge": "P3"
|
| 1030 |
+
},
|
| 1031 |
+
{
|
| 1032 |
+
"scene_id": "scene_094",
|
| 1033 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_01_line10_seg018_10_16_35_450203",
|
| 1034 |
+
"frame_count": 2,
|
| 1035 |
+
"target_gate": "lower",
|
| 1036 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 1037 |
+
"criticality": "C1",
|
| 1038 |
+
"perception_challenge": "P3"
|
| 1039 |
+
},
|
| 1040 |
+
{
|
| 1041 |
+
"scene_id": "scene_095",
|
| 1042 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_01_line10_seg039_10_37_35_450203",
|
| 1043 |
+
"frame_count": 16,
|
| 1044 |
+
"target_gate": "upper",
|
| 1045 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1046 |
+
"criticality": "C2",
|
| 1047 |
+
"perception_challenge": "P1"
|
| 1048 |
+
},
|
| 1049 |
+
{
|
| 1050 |
+
"scene_id": "scene_096",
|
| 1051 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_01_line10_seg040_10_38_35_450203",
|
| 1052 |
+
"frame_count": 12,
|
| 1053 |
+
"target_gate": "upper",
|
| 1054 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1055 |
+
"criticality": "C2",
|
| 1056 |
+
"perception_challenge": "P1"
|
| 1057 |
+
},
|
| 1058 |
+
{
|
| 1059 |
+
"scene_id": "scene_097",
|
| 1060 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_02_line12_seg003_11_33_55_348456",
|
| 1061 |
+
"frame_count": 4,
|
| 1062 |
+
"target_gate": "lower",
|
| 1063 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1064 |
+
"criticality": "C2",
|
| 1065 |
+
"perception_challenge": "P1"
|
| 1066 |
+
},
|
| 1067 |
+
{
|
| 1068 |
+
"scene_id": "scene_098",
|
| 1069 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_02_line12_seg008_11_38_55_348456",
|
| 1070 |
+
"frame_count": 4,
|
| 1071 |
+
"target_gate": "lower",
|
| 1072 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 1073 |
+
"criticality": "C1",
|
| 1074 |
+
"perception_challenge": "P3"
|
| 1075 |
+
},
|
| 1076 |
+
{
|
| 1077 |
+
"scene_id": "scene_099",
|
| 1078 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_02_line12_seg032_12_02_55_348456",
|
| 1079 |
+
"frame_count": 4,
|
| 1080 |
+
"target_gate": "upper",
|
| 1081 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 1082 |
+
"criticality": "C3",
|
| 1083 |
+
"perception_challenge": "P1"
|
| 1084 |
+
},
|
| 1085 |
+
{
|
| 1086 |
+
"scene_id": "scene_100",
|
| 1087 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_02_line12_seg035_12_05_55_348456",
|
| 1088 |
+
"frame_count": 7,
|
| 1089 |
+
"target_gate": "upper",
|
| 1090 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1091 |
+
"criticality": "C2",
|
| 1092 |
+
"perception_challenge": "P1"
|
| 1093 |
+
},
|
| 1094 |
+
{
|
| 1095 |
+
"scene_id": "scene_101",
|
| 1096 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_02_line12_seg036_12_06_55_348456",
|
| 1097 |
+
"frame_count": 9,
|
| 1098 |
+
"target_gate": "upper",
|
| 1099 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1100 |
+
"criticality": "C2",
|
| 1101 |
+
"perception_challenge": "P1"
|
| 1102 |
+
},
|
| 1103 |
+
{
|
| 1104 |
+
"scene_id": "scene_102",
|
| 1105 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_02_line12_seg037_12_07_55_348456",
|
| 1106 |
+
"frame_count": 5,
|
| 1107 |
+
"target_gate": "upper",
|
| 1108 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1109 |
+
"criticality": "C2",
|
| 1110 |
+
"perception_challenge": "P1"
|
| 1111 |
+
},
|
| 1112 |
+
{
|
| 1113 |
+
"scene_id": "scene_103",
|
| 1114 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_02_line12_seg038_12_08_55_348456",
|
| 1115 |
+
"frame_count": 5,
|
| 1116 |
+
"target_gate": "upper",
|
| 1117 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1118 |
+
"criticality": "C2",
|
| 1119 |
+
"perception_challenge": "P1"
|
| 1120 |
+
},
|
| 1121 |
+
{
|
| 1122 |
+
"scene_id": "scene_104",
|
| 1123 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_03_line14_seg001_12_57_48_340024",
|
| 1124 |
+
"frame_count": 33,
|
| 1125 |
+
"target_gate": "lower",
|
| 1126 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1127 |
+
"criticality": "C2",
|
| 1128 |
+
"perception_challenge": "P1"
|
| 1129 |
+
},
|
| 1130 |
+
{
|
| 1131 |
+
"scene_id": "scene_105",
|
| 1132 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_03_line14_seg002_12_58_48_340024",
|
| 1133 |
+
"frame_count": 38,
|
| 1134 |
+
"target_gate": "lower",
|
| 1135 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1136 |
+
"criticality": "C2",
|
| 1137 |
+
"perception_challenge": "P1"
|
| 1138 |
+
},
|
| 1139 |
+
{
|
| 1140 |
+
"scene_id": "scene_106",
|
| 1141 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_03_line14_seg003_12_59_48_340024",
|
| 1142 |
+
"frame_count": 26,
|
| 1143 |
+
"target_gate": "lower",
|
| 1144 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1145 |
+
"criticality": "C2",
|
| 1146 |
+
"perception_challenge": "P1"
|
| 1147 |
+
},
|
| 1148 |
+
{
|
| 1149 |
+
"scene_id": "scene_107",
|
| 1150 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_03_line14_seg004_13_00_48_340024",
|
| 1151 |
+
"frame_count": 25,
|
| 1152 |
+
"target_gate": "lower",
|
| 1153 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1154 |
+
"criticality": "C2",
|
| 1155 |
+
"perception_challenge": "P1"
|
| 1156 |
+
},
|
| 1157 |
+
{
|
| 1158 |
+
"scene_id": "scene_108",
|
| 1159 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_03_line14_seg005_13_01_48_340024",
|
| 1160 |
+
"frame_count": 25,
|
| 1161 |
+
"target_gate": "lower",
|
| 1162 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1163 |
+
"criticality": "C2",
|
| 1164 |
+
"perception_challenge": "P1"
|
| 1165 |
+
},
|
| 1166 |
+
{
|
| 1167 |
+
"scene_id": "scene_109",
|
| 1168 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_03_line14_seg006_13_02_48_340024",
|
| 1169 |
+
"frame_count": 26,
|
| 1170 |
+
"target_gate": "lower",
|
| 1171 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1172 |
+
"criticality": "C2",
|
| 1173 |
+
"perception_challenge": "P1"
|
| 1174 |
+
},
|
| 1175 |
+
{
|
| 1176 |
+
"scene_id": "scene_110",
|
| 1177 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_03_line14_seg007_13_03_48_340024",
|
| 1178 |
+
"frame_count": 21,
|
| 1179 |
+
"target_gate": "lower",
|
| 1180 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1181 |
+
"criticality": "C2",
|
| 1182 |
+
"perception_challenge": "P1"
|
| 1183 |
+
},
|
| 1184 |
+
{
|
| 1185 |
+
"scene_id": "scene_111",
|
| 1186 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_03_line14_seg008_13_04_48_340024",
|
| 1187 |
+
"frame_count": 27,
|
| 1188 |
+
"target_gate": "lower",
|
| 1189 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1190 |
+
"criticality": "C2",
|
| 1191 |
+
"perception_challenge": "P1"
|
| 1192 |
+
},
|
| 1193 |
+
{
|
| 1194 |
+
"scene_id": "scene_112",
|
| 1195 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_03_line14_seg009_13_05_48_340024",
|
| 1196 |
+
"frame_count": 23,
|
| 1197 |
+
"target_gate": "lower",
|
| 1198 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1199 |
+
"criticality": "C2",
|
| 1200 |
+
"perception_challenge": "P1"
|
| 1201 |
+
},
|
| 1202 |
+
{
|
| 1203 |
+
"scene_id": "scene_113",
|
| 1204 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_05_line17_seg001_15_33_23_127499",
|
| 1205 |
+
"frame_count": 5,
|
| 1206 |
+
"target_gate": "upper",
|
| 1207 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1208 |
+
"criticality": "C2",
|
| 1209 |
+
"perception_challenge": "P1"
|
| 1210 |
+
},
|
| 1211 |
+
{
|
| 1212 |
+
"scene_id": "scene_114",
|
| 1213 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_05_line17_seg076_16_48_23_127499",
|
| 1214 |
+
"frame_count": 4,
|
| 1215 |
+
"target_gate": "upper",
|
| 1216 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 1217 |
+
"criticality": "C3",
|
| 1218 |
+
"perception_challenge": "P2"
|
| 1219 |
+
},
|
| 1220 |
+
{
|
| 1221 |
+
"scene_id": "scene_115",
|
| 1222 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_05_line17_seg081_16_53_23_127499",
|
| 1223 |
+
"frame_count": 33,
|
| 1224 |
+
"target_gate": "upper",
|
| 1225 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1226 |
+
"criticality": "C2",
|
| 1227 |
+
"perception_challenge": "P1"
|
| 1228 |
+
},
|
| 1229 |
+
{
|
| 1230 |
+
"scene_id": "scene_116",
|
| 1231 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_05_line17_seg082_16_54_23_127499",
|
| 1232 |
+
"frame_count": 1,
|
| 1233 |
+
"target_gate": "upper",
|
| 1234 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1235 |
+
"criticality": "C2",
|
| 1236 |
+
"perception_challenge": "P1"
|
| 1237 |
+
},
|
| 1238 |
+
{
|
| 1239 |
+
"scene_id": "scene_117",
|
| 1240 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_06_line19_seg001_17_45_13_694057",
|
| 1241 |
+
"frame_count": 19,
|
| 1242 |
+
"target_gate": "lower",
|
| 1243 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1244 |
+
"criticality": "C2",
|
| 1245 |
+
"perception_challenge": "P2"
|
| 1246 |
+
},
|
| 1247 |
+
{
|
| 1248 |
+
"scene_id": "scene_118",
|
| 1249 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_06_line19_seg014_17_58_13_694057",
|
| 1250 |
+
"frame_count": 1,
|
| 1251 |
+
"target_gate": "lower",
|
| 1252 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 1253 |
+
"criticality": "C1",
|
| 1254 |
+
"perception_challenge": "P3"
|
| 1255 |
+
},
|
| 1256 |
+
{
|
| 1257 |
+
"scene_id": "scene_119",
|
| 1258 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_07_line21_seg001_19_16_04_675726",
|
| 1259 |
+
"frame_count": 6,
|
| 1260 |
+
"target_gate": "lower",
|
| 1261 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1262 |
+
"criticality": "C2",
|
| 1263 |
+
"perception_challenge": "P2"
|
| 1264 |
+
},
|
| 1265 |
+
{
|
| 1266 |
+
"scene_id": "scene_120",
|
| 1267 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_07_line21_seg002_19_17_04_675726",
|
| 1268 |
+
"frame_count": 3,
|
| 1269 |
+
"target_gate": "lower",
|
| 1270 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1271 |
+
"criticality": "C2",
|
| 1272 |
+
"perception_challenge": "P2"
|
| 1273 |
+
},
|
| 1274 |
+
{
|
| 1275 |
+
"scene_id": "scene_121",
|
| 1276 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_07_line21_seg007_19_22_04_675726",
|
| 1277 |
+
"frame_count": 3,
|
| 1278 |
+
"target_gate": "lower",
|
| 1279 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 1280 |
+
"criticality": "C1",
|
| 1281 |
+
"perception_challenge": "P3"
|
| 1282 |
+
},
|
| 1283 |
+
{
|
| 1284 |
+
"scene_id": "scene_122",
|
| 1285 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_07_line21_seg008_19_23_04_675726",
|
| 1286 |
+
"frame_count": 1,
|
| 1287 |
+
"target_gate": "lower",
|
| 1288 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 1289 |
+
"criticality": "C1",
|
| 1290 |
+
"perception_challenge": "P3"
|
| 1291 |
+
},
|
| 1292 |
+
{
|
| 1293 |
+
"scene_id": "scene_123",
|
| 1294 |
+
"generated_scenario_name": "scene_2025_10_31_upstream_07_line21_seg032_19_47_04_675726",
|
| 1295 |
+
"frame_count": 2,
|
| 1296 |
+
"target_gate": "upper",
|
| 1297 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 1298 |
+
"criticality": "C2",
|
| 1299 |
+
"perception_challenge": "P2"
|
| 1300 |
+
}
|
| 1301 |
+
],
|
| 1302 |
+
"adjudication_summary": {
|
| 1303 |
+
"third_expert_scene_count": 24,
|
| 1304 |
+
"disputed_field_count": 30,
|
| 1305 |
+
"two_of_three_majority_field_count": 29,
|
| 1306 |
+
"documented_follow_up_convergence_field_count": 1,
|
| 1307 |
+
"unresolved_field_count": 0,
|
| 1308 |
+
"agreement_metrics_recomputed_after_adjudication": false,
|
| 1309 |
+
"individual_second_and_third_expert_ratings_public": false,
|
| 1310 |
+
"local_source_hashes": {
|
| 1311 |
+
"round_2_agreement_report_sha256": "84d837eac8b61e72e928cce33cad6cb43e070ce1e93ea8a0bf832abe43a2c4c0",
|
| 1312 |
+
"third_expert_template_sha256": "ee35085c6ac80efb9a487d3504a0e3d18f92d8a9a4ac7072015e01c51474f86e",
|
| 1313 |
+
"facilitator_mapping_sha256": "d2726dc04220ca4dd843be30904c1e83e7de001de54dcf6cd6a5e232d5803e5f",
|
| 1314 |
+
"round_2_public_snapshot_sha256": "299053e197afddb86cb136530b2505eac76e2a6cf33cf64872a5c339de2a26df",
|
| 1315 |
+
"first_expert_follow_up_sha256": "f7c5b2d2eccae580e8c0946549e7edd9ac7a6ad9edf9bb4bb241ce19e7e853bd"
|
| 1316 |
+
}
|
| 1317 |
+
},
|
| 1318 |
+
"benchmark_partition": {
|
| 1319 |
+
"designation": "TEST_ONLY",
|
| 1320 |
+
"scene_pair_count": 123,
|
| 1321 |
+
"training_scene_pair_count": 0,
|
| 1322 |
+
"validation_scene_pair_count": 0,
|
| 1323 |
+
"test_scene_pair_count": 123,
|
| 1324 |
+
"matched_control_hazard_pairs_share_partition": true,
|
| 1325 |
+
"prohibited_uses": [
|
| 1326 |
+
"MODEL_TRAINING",
|
| 1327 |
+
"MODEL_SELECTION",
|
| 1328 |
+
"HYPERPARAMETER_TUNING",
|
| 1329 |
+
"THRESHOLD_SELECTION",
|
| 1330 |
+
"VALIDATION_OR_EARLY_STOPPING"
|
| 1331 |
+
],
|
| 1332 |
+
"leakage_exclusion_rule": "Exclude any training or validation candidate that matches a test target lockage, target frame, source lockage, source frame, or source vessel instance.",
|
| 1333 |
+
"private_exclusion_audit_required_before_training": true
|
| 1334 |
+
}
|
| 1335 |
+
}
|
metadata/ress_method_comparison_protocol_39.json
ADDED
|
@@ -0,0 +1,958 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "1.0-method-comparison-protocol",
|
| 3 |
+
"dataset": "NavLock-BreachSynth",
|
| 4 |
+
"release": "fixed-123-v1",
|
| 5 |
+
"status": "FROZEN_OUTPUTS_WITH_PRE_REVIEW_BLINDING_PROTOCOL",
|
| 6 |
+
"source_evaluation_manifest_sha256": "b94065460a7c3acd0a1c5ebe71ef30399ccbf1b8a51f4aaa1703a943f264ced9",
|
| 7 |
+
"comparison_purpose": "EXTERNAL_COUNTERFACTUAL_SYNTHESIS_METHOD_COMPARISON",
|
| 8 |
+
"protocol_amendments": [
|
| 9 |
+
{
|
| 10 |
+
"date": "2026-07-29",
|
| 11 |
+
"scope": "MOBI_COMMON_COMPLETE_3D_INPUT_VALIDITY",
|
| 12 |
+
"trigger": "A pre-formal-run smoke test exposed non-finite diffusion sampling when an area-only camera choice projected target-box corners behind the image plane, and exposed target lengths beyond the released range model's support.",
|
| 13 |
+
"changes": [
|
| 14 |
+
"REQUIRE_ALL_TARGET_3D_BOX_CORNERS_IN_FRONT_OF_IMAGE_PLANE",
|
| 15 |
+
"REVERSIBLY_NORMALIZE_TARGET_LENGTH_TO_AT_MOST_20_M_IN_MODEL_SPACE"
|
| 16 |
+
],
|
| 17 |
+
"cohort_or_scene_identity_changed": false,
|
| 18 |
+
"generated_output_quality_used": false
|
| 19 |
+
},
|
| 20 |
+
{
|
| 21 |
+
"date": "2026-07-29",
|
| 22 |
+
"scope": "BLINDED_EXPERT_REVIEW_ADMINISTRATION",
|
| 23 |
+
"trigger": "ALL_EXECUTABLE_METHOD_OUTPUTS_COMPLETED_BEFORE_EXPERT_SCORING",
|
| 24 |
+
"changes": [
|
| 25 |
+
"TWO_INDEPENDENT_REVIEWER_ROUNDS_WITH_PRIVATE_RANDOMIZED_MAPPINGS",
|
| 26 |
+
"COUNT_SCENE_LEVEL_GENERATION_FAILURES_AS_AUTOMATIC_ENDPOINT_FAILURES",
|
| 27 |
+
"REVIEW_EACH_UNIQUE_METHOD_SCENE_PAIR_ONCE_ACROSS_OVERLAPPING_PANELS"
|
| 28 |
+
],
|
| 29 |
+
"cohort_or_scene_identity_changed": false,
|
| 30 |
+
"generated_output_quality_used": false
|
| 31 |
+
}
|
| 32 |
+
],
|
| 33 |
+
"methods": [
|
| 34 |
+
{
|
| 35 |
+
"method_id": "simple_copy_paste",
|
| 36 |
+
"display_name": "Simple Copy-Paste",
|
| 37 |
+
"citation_key": "ghiasi2021copypaste",
|
| 38 |
+
"publication": "CVPR 2021",
|
| 39 |
+
"official_repository": null,
|
| 40 |
+
"execution_route": "LOCAL_REIMPLEMENTATION_OF_PUBLISHED_COPY_PASTE_OPERATOR",
|
| 41 |
+
"input_modalities": [
|
| 42 |
+
"CAMERA",
|
| 43 |
+
"INSTANCE_MASK"
|
| 44 |
+
],
|
| 45 |
+
"output_modalities": [
|
| 46 |
+
"CAMERA"
|
| 47 |
+
],
|
| 48 |
+
"native_temporal_model": false,
|
| 49 |
+
"native_multiview_model": false
|
| 50 |
+
},
|
| 51 |
+
{
|
| 52 |
+
"method_id": "paint_by_example",
|
| 53 |
+
"display_name": "Paint-by-Example",
|
| 54 |
+
"citation_key": "yang2023paint",
|
| 55 |
+
"publication": "CVPR 2023",
|
| 56 |
+
"official_repository": "https://github.com/Fantasy-Studio/Paint-by-Example",
|
| 57 |
+
"execution_route": "OFFICIAL_DIFFUSERS_CHECKPOINT_AND_PIPELINE",
|
| 58 |
+
"input_modalities": [
|
| 59 |
+
"CAMERA",
|
| 60 |
+
"REFERENCE_IMAGE",
|
| 61 |
+
"TARGET_MASK"
|
| 62 |
+
],
|
| 63 |
+
"output_modalities": [
|
| 64 |
+
"CAMERA"
|
| 65 |
+
],
|
| 66 |
+
"native_temporal_model": false,
|
| 67 |
+
"native_multiview_model": false
|
| 68 |
+
},
|
| 69 |
+
{
|
| 70 |
+
"method_id": "pointaugmenting",
|
| 71 |
+
"display_name": "PointAugmenting",
|
| 72 |
+
"citation_key": "wang2021pointaugmenting",
|
| 73 |
+
"publication": "CVPR 2021",
|
| 74 |
+
"official_repository": "https://github.com/VISION-SJTU/PointAugmenting",
|
| 75 |
+
"execution_route": "LOCAL_DOMAIN_ADAPTATION_OF_PUBLISHED_CROSS_MODAL_OPERATOR",
|
| 76 |
+
"input_modalities": [
|
| 77 |
+
"CAMERA",
|
| 78 |
+
"LIDAR",
|
| 79 |
+
"CALIBRATION",
|
| 80 |
+
"3D_BOX",
|
| 81 |
+
"REFERENCE_IMAGE"
|
| 82 |
+
],
|
| 83 |
+
"output_modalities": [
|
| 84 |
+
"CAMERA",
|
| 85 |
+
"LIDAR"
|
| 86 |
+
],
|
| 87 |
+
"native_temporal_model": false,
|
| 88 |
+
"native_multiview_model": false
|
| 89 |
+
},
|
| 90 |
+
{
|
| 91 |
+
"method_id": "anydoor",
|
| 92 |
+
"display_name": "AnyDoor",
|
| 93 |
+
"citation_key": "chen2024anydoor",
|
| 94 |
+
"publication": "CVPR 2024",
|
| 95 |
+
"official_repository": "https://github.com/ali-vilab/AnyDoor",
|
| 96 |
+
"execution_route": "OFFICIAL_REPOSITORY_AND_CHECKPOINT_ADAPTER",
|
| 97 |
+
"input_modalities": [
|
| 98 |
+
"CAMERA",
|
| 99 |
+
"REFERENCE_IMAGE",
|
| 100 |
+
"REFERENCE_MASK",
|
| 101 |
+
"TARGET_MASK"
|
| 102 |
+
],
|
| 103 |
+
"output_modalities": [
|
| 104 |
+
"CAMERA"
|
| 105 |
+
],
|
| 106 |
+
"native_temporal_model": false,
|
| 107 |
+
"native_multiview_model": false
|
| 108 |
+
},
|
| 109 |
+
{
|
| 110 |
+
"method_id": "mobi",
|
| 111 |
+
"display_name": "MObI",
|
| 112 |
+
"citation_key": "buburuzan2025mobi",
|
| 113 |
+
"publication": "CVPRW 2025",
|
| 114 |
+
"official_repository": "https://github.com/alexbuburuzan/MObI",
|
| 115 |
+
"execution_route": "OFFICIAL_REPOSITORY_AND_CHECKPOINT_ADAPTER",
|
| 116 |
+
"input_modalities": [
|
| 117 |
+
"CAMERA",
|
| 118 |
+
"LIDAR",
|
| 119 |
+
"CALIBRATION",
|
| 120 |
+
"3D_BOX",
|
| 121 |
+
"REFERENCE_IMAGE"
|
| 122 |
+
],
|
| 123 |
+
"output_modalities": [
|
| 124 |
+
"CAMERA",
|
| 125 |
+
"LIDAR"
|
| 126 |
+
],
|
| 127 |
+
"native_view_scope": "SINGLE_CALIBRATED_CAMERA_PLUS_LIDAR",
|
| 128 |
+
"native_temporal_model": false,
|
| 129 |
+
"native_multiview_model": false
|
| 130 |
+
},
|
| 131 |
+
{
|
| 132 |
+
"method_id": "navlock_breachsynth",
|
| 133 |
+
"display_name": "NavLock-BreachSynth",
|
| 134 |
+
"citation_key": null,
|
| 135 |
+
"publication": "OURS",
|
| 136 |
+
"official_repository": null,
|
| 137 |
+
"execution_route": "NATIVE_PROJECT_IMPLEMENTATION",
|
| 138 |
+
"input_modalities": [
|
| 139 |
+
"CAMERA",
|
| 140 |
+
"LIDAR",
|
| 141 |
+
"CALIBRATION",
|
| 142 |
+
"INSTANCE_MASK",
|
| 143 |
+
"OPERATIONAL_CONTEXT"
|
| 144 |
+
],
|
| 145 |
+
"output_modalities": [
|
| 146 |
+
"CAMERA",
|
| 147 |
+
"LIDAR"
|
| 148 |
+
],
|
| 149 |
+
"native_temporal_model": true,
|
| 150 |
+
"native_multiview_model": true
|
| 151 |
+
}
|
| 152 |
+
],
|
| 153 |
+
"sampling_design": {
|
| 154 |
+
"source_partition": "TEST_ONLY",
|
| 155 |
+
"source_scene_pair_count": 123,
|
| 156 |
+
"selection_uses_method_outputs": false,
|
| 157 |
+
"selection_seed": 20260728,
|
| 158 |
+
"scenes_per_hazard_stage": 13,
|
| 159 |
+
"selected_scene_count": 39,
|
| 160 |
+
"selected_frame_count": 286,
|
| 161 |
+
"hazard_stage_counts": {
|
| 162 |
+
"ENTRY_PATH_NOT_CLEAR": 13,
|
| 163 |
+
"INSUFFICIENT_CAPACITY": 13,
|
| 164 |
+
"UNAUTHORIZED_ENTRY": 13
|
| 165 |
+
},
|
| 166 |
+
"balancing_variables": [
|
| 167 |
+
"target_gate",
|
| 168 |
+
"illumination",
|
| 169 |
+
"evidence_profile",
|
| 170 |
+
"perception_challenge",
|
| 171 |
+
"frame_count_band"
|
| 172 |
+
],
|
| 173 |
+
"selection_rule": "Within each hazard stage, greedily minimize the squared deviation from that stage's full-cohort proportions; break ties with a seeded SHA256 ordering.",
|
| 174 |
+
"prevalence_interpretation": "REPORT_STAGE_SPECIFIC_AND_EQUAL_STAGE_MACRO_AVERAGES_ONLY"
|
| 175 |
+
},
|
| 176 |
+
"comparison_panels": {
|
| 177 |
+
"CAMERA_39": {
|
| 178 |
+
"scene_count": 39,
|
| 179 |
+
"frame_count": 286,
|
| 180 |
+
"method_ids": [
|
| 181 |
+
"simple_copy_paste",
|
| 182 |
+
"paint_by_example",
|
| 183 |
+
"anydoor",
|
| 184 |
+
"navlock_breachsynth"
|
| 185 |
+
],
|
| 186 |
+
"role": "PRIMARY_CAMERA_SYNTHESIS_COMPARISON_ACROSS_THREE_HAZARD_STAGES"
|
| 187 |
+
},
|
| 188 |
+
"COMMON_COMPLETE_3D": {
|
| 189 |
+
"scene_count": 22,
|
| 190 |
+
"frame_count": 223,
|
| 191 |
+
"hazard_stage_counts": {
|
| 192 |
+
"INSUFFICIENT_CAPACITY": 9,
|
| 193 |
+
"UNAUTHORIZED_ENTRY": 13
|
| 194 |
+
},
|
| 195 |
+
"method_ids": [
|
| 196 |
+
"simple_copy_paste",
|
| 197 |
+
"paint_by_example",
|
| 198 |
+
"pointaugmenting",
|
| 199 |
+
"anydoor",
|
| 200 |
+
"mobi",
|
| 201 |
+
"navlock_breachsynth"
|
| 202 |
+
],
|
| 203 |
+
"role": "COMMON_INPUT_COMPARISON_FOR_CAMERA_AND_MULTIMODAL_METHODS",
|
| 204 |
+
"common_frame_input": "ONE_PRIMARY_CALIBRATED_CAMERA_PLUS_LIDAR",
|
| 205 |
+
"primary_camera_selection": "Among cameras for which all target 3D-box corners project in front of the image plane, choose the largest nominal target-box area; break equal-area ties by camera identifier. The rule is fixed before method execution and does not inspect generated outputs.",
|
| 206 |
+
"scope_limitation": "No ENTRY_PATH_NOT_CLEAR scene in the selected cohort has complete counterfactual 3D evidence; this panel cannot estimate all-stage performance."
|
| 207 |
+
}
|
| 208 |
+
},
|
| 209 |
+
"fair_input_policy": {
|
| 210 |
+
"shared_across_methods": [
|
| 211 |
+
"TARGET_CONTROL_CLIP",
|
| 212 |
+
"DONOR_IDENTITY_AND_REFERENCE_FRAMES",
|
| 213 |
+
"NOMINAL_2D_OR_3D_PLACEMENT",
|
| 214 |
+
"OUTPUT_RESOLUTION",
|
| 215 |
+
"PRIMARY_RANDOM_SEED"
|
| 216 |
+
],
|
| 217 |
+
"capability_specific_inputs": "Camera-only methods receive the common camera reference and target mask. LiDAR-capable methods additionally receive the common point crop, calibration, and nominal 3D box.",
|
| 218 |
+
"camera_only_lidar_policy": "REPORT_IMAGE_LIDAR_CONSISTENCY_AS_NOT_APPLICABLE",
|
| 219 |
+
"single_view_cross_view_policy": "REPORT_CROSS_VIEW_CONSISTENCY_AS_NOT_APPLICABLE_FOR_NATIVE_SINGLE_VIEW_METHODS",
|
| 220 |
+
"generated_failure_policy": "COUNT_FAILURES_IN_THE_PRESPECIFIED_METHOD_ELIGIBLE_PANEL_DENOMINATOR",
|
| 221 |
+
"seed_policy": "ONE_FIXED_PRIMARY_SEED_WITH_THREE_SEED_SENSITIVITY_FOR_STOCHASTIC_METHODS"
|
| 222 |
+
},
|
| 223 |
+
"evaluation": {
|
| 224 |
+
"primary_unit": "SCENE",
|
| 225 |
+
"nested_unit": "FRAME_AND_CAMERA_WITHIN_SCENE",
|
| 226 |
+
"cluster_unit": "TARGET_LOCKAGE",
|
| 227 |
+
"primary_endpoints": [
|
| 228 |
+
"GENERATION_SUCCESS_RATE",
|
| 229 |
+
"BLINDED_EXPERT_ADMISSIBILITY_RATE",
|
| 230 |
+
"TEMPORAL_IDENTITY_PASS_RATE",
|
| 231 |
+
"CROSS_VIEW_CONSISTENCY_PASS_RATE",
|
| 232 |
+
"OPERATIONAL_HAZARD_VALIDITY_RATE"
|
| 233 |
+
],
|
| 234 |
+
"capability_conditioned_endpoint": "CAMERA_LIDAR_CONSISTENCY_PASS_RATE",
|
| 235 |
+
"secondary_endpoints": [
|
| 236 |
+
"FROZEN_WARNING_RECALL",
|
| 237 |
+
"FROZEN_HAZARD_STAGE_ACCURACY",
|
| 238 |
+
"RUNTIME_SECONDS_PER_SCENE",
|
| 239 |
+
"PEAK_GPU_MEMORY_GIB"
|
| 240 |
+
],
|
| 241 |
+
"uncertainty": "PAIRED_TARGET_LOCKAGE_CLUSTER_BOOTSTRAP_95_PERCENT_INTERVAL",
|
| 242 |
+
"multiple_comparisons": "HOLM_ADJUSTMENT_VERSUS_NAVLOCK_BREACHSYNTH",
|
| 243 |
+
"warning_result_role": "SECONDARY_STRESS_TEST_BECAUSE_VISIBLE_ARTIFACTS_CAN INCREASE DETECTOR RESPONSE"
|
| 244 |
+
},
|
| 245 |
+
"blinded_expert_review": {
|
| 246 |
+
"reviewer_round_count": 2,
|
| 247 |
+
"reviewer_metadata_policy": "NOT_COLLECTED_FOR_PRIVACY",
|
| 248 |
+
"unique_method_scene_item_count": 200,
|
| 249 |
+
"camera_39_item_count": 156,
|
| 250 |
+
"additional_complete_3d_item_count": 44,
|
| 251 |
+
"duplicate_review_across_overlapping_panels": false,
|
| 252 |
+
"randomization": "INDEPENDENT_PRIVATE_METHOD_SCENE_ORDER_PER_REVIEWER;_METHOD_AND_SCENE_IDENTITY_HIDDEN_UNTIL_BOTH_REVIEW_FORMS_ARE_FROZEN",
|
| 253 |
+
"presented_evidence": "MATCHED_FACTUAL_AND_CANDIDATE_CAMERA_CLIPS;_LOCAL_EQUAL_SCALE_LIDAR_BEV_ONLY_FOR_METHODS_WITH_CAMERA_AND_LIDAR_OUTPUT",
|
| 254 |
+
"generation_failure_rule": "A_METHOD_SCENE_WITH_ANY_REQUIRED_FRAME_GENERATION_FAILURE_IS_AN_AUTOMATIC_SCENE_LEVEL_FAILURE_AND_IS_NOT_EXPERT_SCORED",
|
| 255 |
+
"reviewed_endpoints": [
|
| 256 |
+
"VISUAL_ADMISSIBILITY",
|
| 257 |
+
"TEMPORAL_IDENTITY",
|
| 258 |
+
"CROSS_VIEW_CONSISTENCY_WHEN_APPLICABLE",
|
| 259 |
+
"OPERATIONAL_HAZARD_VALIDITY",
|
| 260 |
+
"CAMERA_LIDAR_CONSISTENCY_WHEN_APPLICABLE"
|
| 261 |
+
],
|
| 262 |
+
"adjudication": "THIRD_EXPERT_ONLY_FOR_POST_FREEZE_DISAGREEMENTS"
|
| 263 |
+
},
|
| 264 |
+
"reporting_constraints": [
|
| 265 |
+
"Do not pool unsupported camera-LiDAR scores with supported methods.",
|
| 266 |
+
"Do not exclude failed generations after a method enters an eligible panel.",
|
| 267 |
+
"Do not use this balanced subset to estimate real hazard prevalence.",
|
| 268 |
+
"Keep internal component removals in a separate ablation table.",
|
| 269 |
+
"Treat downstream warning comparisons as exploratory because the frozen warning adapter was audited after the fixed benchmark was created."
|
| 270 |
+
],
|
| 271 |
+
"selected_scenes": [
|
| 272 |
+
{
|
| 273 |
+
"pair_id": "pair_006",
|
| 274 |
+
"scene_id": "scene_006",
|
| 275 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 276 |
+
"target_gate": "lower",
|
| 277 |
+
"illumination": "DAYLIGHT",
|
| 278 |
+
"evidence_profile": "NO_3D_EVIDENCE",
|
| 279 |
+
"criticality": "C1",
|
| 280 |
+
"perception_challenge": "P3",
|
| 281 |
+
"frame_count": 4,
|
| 282 |
+
"frame_count_band": "SHORT_1_TO_4",
|
| 283 |
+
"comparison_scene_id": "comparison_scene_001",
|
| 284 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 285 |
+
"evaluation_panels": [
|
| 286 |
+
"CAMERA_39"
|
| 287 |
+
]
|
| 288 |
+
},
|
| 289 |
+
{
|
| 290 |
+
"pair_id": "pair_016",
|
| 291 |
+
"scene_id": "scene_016",
|
| 292 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 293 |
+
"target_gate": "lower",
|
| 294 |
+
"illumination": "DAYLIGHT",
|
| 295 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 296 |
+
"criticality": "C2",
|
| 297 |
+
"perception_challenge": "P1",
|
| 298 |
+
"frame_count": 5,
|
| 299 |
+
"frame_count_band": "MEDIUM_5_TO_9",
|
| 300 |
+
"comparison_scene_id": "comparison_scene_002",
|
| 301 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 302 |
+
"evaluation_panels": [
|
| 303 |
+
"CAMERA_39",
|
| 304 |
+
"COMMON_COMPLETE_3D"
|
| 305 |
+
]
|
| 306 |
+
},
|
| 307 |
+
{
|
| 308 |
+
"pair_id": "pair_021",
|
| 309 |
+
"scene_id": "scene_021",
|
| 310 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 311 |
+
"target_gate": "lower",
|
| 312 |
+
"illumination": "DAYLIGHT",
|
| 313 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 314 |
+
"criticality": "C3",
|
| 315 |
+
"perception_challenge": "P1",
|
| 316 |
+
"frame_count": 5,
|
| 317 |
+
"frame_count_band": "MEDIUM_5_TO_9",
|
| 318 |
+
"comparison_scene_id": "comparison_scene_003",
|
| 319 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 320 |
+
"evaluation_panels": [
|
| 321 |
+
"CAMERA_39",
|
| 322 |
+
"COMMON_COMPLETE_3D"
|
| 323 |
+
]
|
| 324 |
+
},
|
| 325 |
+
{
|
| 326 |
+
"pair_id": "pair_022",
|
| 327 |
+
"scene_id": "scene_022",
|
| 328 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 329 |
+
"target_gate": "lower",
|
| 330 |
+
"illumination": "DAYLIGHT",
|
| 331 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 332 |
+
"criticality": "C3",
|
| 333 |
+
"perception_challenge": "P1",
|
| 334 |
+
"frame_count": 8,
|
| 335 |
+
"frame_count_band": "MEDIUM_5_TO_9",
|
| 336 |
+
"comparison_scene_id": "comparison_scene_004",
|
| 337 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 338 |
+
"evaluation_panels": [
|
| 339 |
+
"CAMERA_39",
|
| 340 |
+
"COMMON_COMPLETE_3D"
|
| 341 |
+
]
|
| 342 |
+
},
|
| 343 |
+
{
|
| 344 |
+
"pair_id": "pair_023",
|
| 345 |
+
"scene_id": "scene_023",
|
| 346 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 347 |
+
"target_gate": "lower",
|
| 348 |
+
"illumination": "DAYLIGHT",
|
| 349 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 350 |
+
"criticality": "C3",
|
| 351 |
+
"perception_challenge": "P1",
|
| 352 |
+
"frame_count": 9,
|
| 353 |
+
"frame_count_band": "MEDIUM_5_TO_9",
|
| 354 |
+
"comparison_scene_id": "comparison_scene_005",
|
| 355 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 356 |
+
"evaluation_panels": [
|
| 357 |
+
"CAMERA_39",
|
| 358 |
+
"COMMON_COMPLETE_3D"
|
| 359 |
+
]
|
| 360 |
+
},
|
| 361 |
+
{
|
| 362 |
+
"pair_id": "pair_024",
|
| 363 |
+
"scene_id": "scene_024",
|
| 364 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 365 |
+
"target_gate": "lower",
|
| 366 |
+
"illumination": "DAYLIGHT",
|
| 367 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 368 |
+
"criticality": "C3",
|
| 369 |
+
"perception_challenge": "P1",
|
| 370 |
+
"frame_count": 10,
|
| 371 |
+
"frame_count_band": "LONG_10_PLUS",
|
| 372 |
+
"comparison_scene_id": "comparison_scene_006",
|
| 373 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 374 |
+
"evaluation_panels": [
|
| 375 |
+
"CAMERA_39",
|
| 376 |
+
"COMMON_COMPLETE_3D"
|
| 377 |
+
]
|
| 378 |
+
},
|
| 379 |
+
{
|
| 380 |
+
"pair_id": "pair_025",
|
| 381 |
+
"scene_id": "scene_025",
|
| 382 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 383 |
+
"target_gate": "upper",
|
| 384 |
+
"illumination": "DAYLIGHT",
|
| 385 |
+
"evidence_profile": "NO_3D_EVIDENCE",
|
| 386 |
+
"criticality": "C1",
|
| 387 |
+
"perception_challenge": "P3",
|
| 388 |
+
"frame_count": 7,
|
| 389 |
+
"frame_count_band": "MEDIUM_5_TO_9",
|
| 390 |
+
"comparison_scene_id": "comparison_scene_007",
|
| 391 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 392 |
+
"evaluation_panels": [
|
| 393 |
+
"CAMERA_39"
|
| 394 |
+
]
|
| 395 |
+
},
|
| 396 |
+
{
|
| 397 |
+
"pair_id": "pair_026",
|
| 398 |
+
"scene_id": "scene_026",
|
| 399 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 400 |
+
"target_gate": "upper",
|
| 401 |
+
"illumination": "DAYLIGHT",
|
| 402 |
+
"evidence_profile": "NO_3D_EVIDENCE",
|
| 403 |
+
"criticality": "C1",
|
| 404 |
+
"perception_challenge": "P3",
|
| 405 |
+
"frame_count": 6,
|
| 406 |
+
"frame_count_band": "MEDIUM_5_TO_9",
|
| 407 |
+
"comparison_scene_id": "comparison_scene_008",
|
| 408 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 409 |
+
"evaluation_panels": [
|
| 410 |
+
"CAMERA_39"
|
| 411 |
+
]
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"pair_id": "pair_030",
|
| 415 |
+
"scene_id": "scene_030",
|
| 416 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 417 |
+
"target_gate": "upper",
|
| 418 |
+
"illumination": "DAYLIGHT",
|
| 419 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 420 |
+
"criticality": "C3",
|
| 421 |
+
"perception_challenge": "P1",
|
| 422 |
+
"frame_count": 1,
|
| 423 |
+
"frame_count_band": "SHORT_1_TO_4",
|
| 424 |
+
"comparison_scene_id": "comparison_scene_009",
|
| 425 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 426 |
+
"evaluation_panels": [
|
| 427 |
+
"CAMERA_39",
|
| 428 |
+
"COMMON_COMPLETE_3D"
|
| 429 |
+
]
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"pair_id": "pair_031",
|
| 433 |
+
"scene_id": "scene_031",
|
| 434 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 435 |
+
"target_gate": "upper",
|
| 436 |
+
"illumination": "DAYLIGHT",
|
| 437 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 438 |
+
"criticality": "C2",
|
| 439 |
+
"perception_challenge": "P1",
|
| 440 |
+
"frame_count": 4,
|
| 441 |
+
"frame_count_band": "SHORT_1_TO_4",
|
| 442 |
+
"comparison_scene_id": "comparison_scene_010",
|
| 443 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 444 |
+
"evaluation_panels": [
|
| 445 |
+
"CAMERA_39",
|
| 446 |
+
"COMMON_COMPLETE_3D"
|
| 447 |
+
]
|
| 448 |
+
},
|
| 449 |
+
{
|
| 450 |
+
"pair_id": "pair_033",
|
| 451 |
+
"scene_id": "scene_033",
|
| 452 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 453 |
+
"target_gate": "lower",
|
| 454 |
+
"illumination": "LOW_LIGHT",
|
| 455 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 456 |
+
"criticality": "C3",
|
| 457 |
+
"perception_challenge": "P2",
|
| 458 |
+
"frame_count": 3,
|
| 459 |
+
"frame_count_band": "SHORT_1_TO_4",
|
| 460 |
+
"comparison_scene_id": "comparison_scene_011",
|
| 461 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 462 |
+
"evaluation_panels": [
|
| 463 |
+
"CAMERA_39",
|
| 464 |
+
"COMMON_COMPLETE_3D"
|
| 465 |
+
]
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"pair_id": "pair_034",
|
| 469 |
+
"scene_id": "scene_034",
|
| 470 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 471 |
+
"target_gate": "lower",
|
| 472 |
+
"illumination": "LOW_LIGHT",
|
| 473 |
+
"evidence_profile": "NO_3D_EVIDENCE",
|
| 474 |
+
"criticality": "C1",
|
| 475 |
+
"perception_challenge": "P3",
|
| 476 |
+
"frame_count": 1,
|
| 477 |
+
"frame_count_band": "SHORT_1_TO_4",
|
| 478 |
+
"comparison_scene_id": "comparison_scene_012",
|
| 479 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 480 |
+
"evaluation_panels": [
|
| 481 |
+
"CAMERA_39"
|
| 482 |
+
]
|
| 483 |
+
},
|
| 484 |
+
{
|
| 485 |
+
"pair_id": "pair_036",
|
| 486 |
+
"scene_id": "scene_036",
|
| 487 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 488 |
+
"target_gate": "lower",
|
| 489 |
+
"illumination": "LOW_LIGHT",
|
| 490 |
+
"evidence_profile": "NO_3D_EVIDENCE",
|
| 491 |
+
"criticality": "C1",
|
| 492 |
+
"perception_challenge": "P3",
|
| 493 |
+
"frame_count": 1,
|
| 494 |
+
"frame_count_band": "SHORT_1_TO_4",
|
| 495 |
+
"comparison_scene_id": "comparison_scene_013",
|
| 496 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 497 |
+
"evaluation_panels": [
|
| 498 |
+
"CAMERA_39"
|
| 499 |
+
]
|
| 500 |
+
},
|
| 501 |
+
{
|
| 502 |
+
"pair_id": "pair_040",
|
| 503 |
+
"scene_id": "scene_040",
|
| 504 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 505 |
+
"target_gate": "lower",
|
| 506 |
+
"illumination": "LOW_LIGHT",
|
| 507 |
+
"evidence_profile": "NO_3D_EVIDENCE",
|
| 508 |
+
"criticality": "C1",
|
| 509 |
+
"perception_challenge": "P3",
|
| 510 |
+
"frame_count": 5,
|
| 511 |
+
"frame_count_band": "MEDIUM_5_TO_9",
|
| 512 |
+
"comparison_scene_id": "comparison_scene_014",
|
| 513 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 514 |
+
"evaluation_panels": [
|
| 515 |
+
"CAMERA_39"
|
| 516 |
+
]
|
| 517 |
+
},
|
| 518 |
+
{
|
| 519 |
+
"pair_id": "pair_049",
|
| 520 |
+
"scene_id": "scene_049",
|
| 521 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 522 |
+
"target_gate": "upper",
|
| 523 |
+
"illumination": "LOW_LIGHT",
|
| 524 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 525 |
+
"criticality": "C2",
|
| 526 |
+
"perception_challenge": "P2",
|
| 527 |
+
"frame_count": 12,
|
| 528 |
+
"frame_count_band": "LONG_10_PLUS",
|
| 529 |
+
"comparison_scene_id": "comparison_scene_015",
|
| 530 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 531 |
+
"evaluation_panels": [
|
| 532 |
+
"CAMERA_39",
|
| 533 |
+
"COMMON_COMPLETE_3D"
|
| 534 |
+
]
|
| 535 |
+
},
|
| 536 |
+
{
|
| 537 |
+
"pair_id": "pair_051",
|
| 538 |
+
"scene_id": "scene_051",
|
| 539 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 540 |
+
"target_gate": "lower",
|
| 541 |
+
"illumination": "LOW_LIGHT",
|
| 542 |
+
"evidence_profile": "NO_3D_EVIDENCE",
|
| 543 |
+
"criticality": "C1",
|
| 544 |
+
"perception_challenge": "P3",
|
| 545 |
+
"frame_count": 1,
|
| 546 |
+
"frame_count_band": "SHORT_1_TO_4",
|
| 547 |
+
"comparison_scene_id": "comparison_scene_016",
|
| 548 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 549 |
+
"evaluation_panels": [
|
| 550 |
+
"CAMERA_39"
|
| 551 |
+
]
|
| 552 |
+
},
|
| 553 |
+
{
|
| 554 |
+
"pair_id": "pair_055",
|
| 555 |
+
"scene_id": "scene_055",
|
| 556 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 557 |
+
"target_gate": "upper",
|
| 558 |
+
"illumination": "DAYLIGHT",
|
| 559 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 560 |
+
"criticality": "C3",
|
| 561 |
+
"perception_challenge": "P1",
|
| 562 |
+
"frame_count": 27,
|
| 563 |
+
"frame_count_band": "LONG_10_PLUS",
|
| 564 |
+
"comparison_scene_id": "comparison_scene_017",
|
| 565 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 566 |
+
"evaluation_panels": [
|
| 567 |
+
"CAMERA_39",
|
| 568 |
+
"COMMON_COMPLETE_3D"
|
| 569 |
+
]
|
| 570 |
+
},
|
| 571 |
+
{
|
| 572 |
+
"pair_id": "pair_056",
|
| 573 |
+
"scene_id": "scene_056",
|
| 574 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 575 |
+
"target_gate": "upper",
|
| 576 |
+
"illumination": "DAYLIGHT",
|
| 577 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 578 |
+
"criticality": "C3",
|
| 579 |
+
"perception_challenge": "P1",
|
| 580 |
+
"frame_count": 20,
|
| 581 |
+
"frame_count_band": "LONG_10_PLUS",
|
| 582 |
+
"comparison_scene_id": "comparison_scene_018",
|
| 583 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 584 |
+
"evaluation_panels": [
|
| 585 |
+
"CAMERA_39",
|
| 586 |
+
"COMMON_COMPLETE_3D"
|
| 587 |
+
]
|
| 588 |
+
},
|
| 589 |
+
{
|
| 590 |
+
"pair_id": "pair_057",
|
| 591 |
+
"scene_id": "scene_057",
|
| 592 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 593 |
+
"target_gate": "upper",
|
| 594 |
+
"illumination": "DAYLIGHT",
|
| 595 |
+
"evidence_profile": "NO_3D_EVIDENCE",
|
| 596 |
+
"criticality": "C3",
|
| 597 |
+
"perception_challenge": "P2",
|
| 598 |
+
"frame_count": 5,
|
| 599 |
+
"frame_count_band": "MEDIUM_5_TO_9",
|
| 600 |
+
"comparison_scene_id": "comparison_scene_019",
|
| 601 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 602 |
+
"evaluation_panels": [
|
| 603 |
+
"CAMERA_39"
|
| 604 |
+
]
|
| 605 |
+
},
|
| 606 |
+
{
|
| 607 |
+
"pair_id": "pair_058",
|
| 608 |
+
"scene_id": "scene_058",
|
| 609 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 610 |
+
"target_gate": "upper",
|
| 611 |
+
"illumination": "DAYLIGHT",
|
| 612 |
+
"evidence_profile": "NO_3D_EVIDENCE",
|
| 613 |
+
"criticality": "C1",
|
| 614 |
+
"perception_challenge": "P3",
|
| 615 |
+
"frame_count": 2,
|
| 616 |
+
"frame_count_band": "SHORT_1_TO_4",
|
| 617 |
+
"comparison_scene_id": "comparison_scene_020",
|
| 618 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 619 |
+
"evaluation_panels": [
|
| 620 |
+
"CAMERA_39"
|
| 621 |
+
]
|
| 622 |
+
},
|
| 623 |
+
{
|
| 624 |
+
"pair_id": "pair_059",
|
| 625 |
+
"scene_id": "scene_059",
|
| 626 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 627 |
+
"target_gate": "lower",
|
| 628 |
+
"illumination": "DAYLIGHT",
|
| 629 |
+
"evidence_profile": "NO_3D_EVIDENCE",
|
| 630 |
+
"criticality": "C3",
|
| 631 |
+
"perception_challenge": "P2",
|
| 632 |
+
"frame_count": 2,
|
| 633 |
+
"frame_count_band": "SHORT_1_TO_4",
|
| 634 |
+
"comparison_scene_id": "comparison_scene_021",
|
| 635 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 636 |
+
"evaluation_panels": [
|
| 637 |
+
"CAMERA_39"
|
| 638 |
+
]
|
| 639 |
+
},
|
| 640 |
+
{
|
| 641 |
+
"pair_id": "pair_061",
|
| 642 |
+
"scene_id": "scene_061",
|
| 643 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 644 |
+
"target_gate": "lower",
|
| 645 |
+
"illumination": "DAYLIGHT",
|
| 646 |
+
"evidence_profile": "NO_3D_EVIDENCE",
|
| 647 |
+
"criticality": "C1",
|
| 648 |
+
"perception_challenge": "P3",
|
| 649 |
+
"frame_count": 4,
|
| 650 |
+
"frame_count_band": "SHORT_1_TO_4",
|
| 651 |
+
"comparison_scene_id": "comparison_scene_022",
|
| 652 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 653 |
+
"evaluation_panels": [
|
| 654 |
+
"CAMERA_39"
|
| 655 |
+
]
|
| 656 |
+
},
|
| 657 |
+
{
|
| 658 |
+
"pair_id": "pair_063",
|
| 659 |
+
"scene_id": "scene_063",
|
| 660 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 661 |
+
"target_gate": "lower",
|
| 662 |
+
"illumination": "DAYLIGHT",
|
| 663 |
+
"evidence_profile": "NO_3D_EVIDENCE",
|
| 664 |
+
"criticality": "C1",
|
| 665 |
+
"perception_challenge": "P3",
|
| 666 |
+
"frame_count": 2,
|
| 667 |
+
"frame_count_band": "SHORT_1_TO_4",
|
| 668 |
+
"comparison_scene_id": "comparison_scene_023",
|
| 669 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 670 |
+
"evaluation_panels": [
|
| 671 |
+
"CAMERA_39"
|
| 672 |
+
]
|
| 673 |
+
},
|
| 674 |
+
{
|
| 675 |
+
"pair_id": "pair_065",
|
| 676 |
+
"scene_id": "scene_065",
|
| 677 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 678 |
+
"target_gate": "lower",
|
| 679 |
+
"illumination": "DAYLIGHT",
|
| 680 |
+
"evidence_profile": "NO_3D_EVIDENCE",
|
| 681 |
+
"criticality": "C1",
|
| 682 |
+
"perception_challenge": "P3",
|
| 683 |
+
"frame_count": 7,
|
| 684 |
+
"frame_count_band": "MEDIUM_5_TO_9",
|
| 685 |
+
"comparison_scene_id": "comparison_scene_024",
|
| 686 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 687 |
+
"evaluation_panels": [
|
| 688 |
+
"CAMERA_39"
|
| 689 |
+
]
|
| 690 |
+
},
|
| 691 |
+
{
|
| 692 |
+
"pair_id": "pair_067",
|
| 693 |
+
"scene_id": "scene_067",
|
| 694 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 695 |
+
"target_gate": "lower",
|
| 696 |
+
"illumination": "DAYLIGHT",
|
| 697 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 698 |
+
"criticality": "C2",
|
| 699 |
+
"perception_challenge": "P1",
|
| 700 |
+
"frame_count": 12,
|
| 701 |
+
"frame_count_band": "LONG_10_PLUS",
|
| 702 |
+
"comparison_scene_id": "comparison_scene_025",
|
| 703 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 704 |
+
"evaluation_panels": [
|
| 705 |
+
"CAMERA_39",
|
| 706 |
+
"COMMON_COMPLETE_3D"
|
| 707 |
+
]
|
| 708 |
+
},
|
| 709 |
+
{
|
| 710 |
+
"pair_id": "pair_081",
|
| 711 |
+
"scene_id": "scene_081",
|
| 712 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 713 |
+
"target_gate": "lower",
|
| 714 |
+
"illumination": "DAYLIGHT",
|
| 715 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 716 |
+
"criticality": "C2",
|
| 717 |
+
"perception_challenge": "P2",
|
| 718 |
+
"frame_count": 12,
|
| 719 |
+
"frame_count_band": "LONG_10_PLUS",
|
| 720 |
+
"comparison_scene_id": "comparison_scene_026",
|
| 721 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 722 |
+
"evaluation_panels": [
|
| 723 |
+
"CAMERA_39",
|
| 724 |
+
"COMMON_COMPLETE_3D"
|
| 725 |
+
]
|
| 726 |
+
},
|
| 727 |
+
{
|
| 728 |
+
"pair_id": "pair_088",
|
| 729 |
+
"scene_id": "scene_088",
|
| 730 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 731 |
+
"target_gate": "lower",
|
| 732 |
+
"illumination": "LOW_LIGHT",
|
| 733 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 734 |
+
"criticality": "C2",
|
| 735 |
+
"perception_challenge": "P2",
|
| 736 |
+
"frame_count": 1,
|
| 737 |
+
"frame_count_band": "SHORT_1_TO_4",
|
| 738 |
+
"comparison_scene_id": "comparison_scene_027",
|
| 739 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 740 |
+
"evaluation_panels": [
|
| 741 |
+
"CAMERA_39",
|
| 742 |
+
"COMMON_COMPLETE_3D"
|
| 743 |
+
]
|
| 744 |
+
},
|
| 745 |
+
{
|
| 746 |
+
"pair_id": "pair_089",
|
| 747 |
+
"scene_id": "scene_089",
|
| 748 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 749 |
+
"target_gate": "upper",
|
| 750 |
+
"illumination": "LOW_LIGHT",
|
| 751 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 752 |
+
"criticality": "C2",
|
| 753 |
+
"perception_challenge": "P2",
|
| 754 |
+
"frame_count": 3,
|
| 755 |
+
"frame_count_band": "SHORT_1_TO_4",
|
| 756 |
+
"comparison_scene_id": "comparison_scene_028",
|
| 757 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 758 |
+
"evaluation_panels": [
|
| 759 |
+
"CAMERA_39",
|
| 760 |
+
"COMMON_COMPLETE_3D"
|
| 761 |
+
]
|
| 762 |
+
},
|
| 763 |
+
{
|
| 764 |
+
"pair_id": "pair_092",
|
| 765 |
+
"scene_id": "scene_092",
|
| 766 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 767 |
+
"target_gate": "lower",
|
| 768 |
+
"illumination": "DAYLIGHT",
|
| 769 |
+
"evidence_profile": "MIXED_3D_EVIDENCE",
|
| 770 |
+
"criticality": "C3",
|
| 771 |
+
"perception_challenge": "P1",
|
| 772 |
+
"frame_count": 5,
|
| 773 |
+
"frame_count_band": "MEDIUM_5_TO_9",
|
| 774 |
+
"comparison_scene_id": "comparison_scene_029",
|
| 775 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 776 |
+
"evaluation_panels": [
|
| 777 |
+
"CAMERA_39"
|
| 778 |
+
]
|
| 779 |
+
},
|
| 780 |
+
{
|
| 781 |
+
"pair_id": "pair_093",
|
| 782 |
+
"scene_id": "scene_093",
|
| 783 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 784 |
+
"target_gate": "lower",
|
| 785 |
+
"illumination": "DAYLIGHT",
|
| 786 |
+
"evidence_profile": "NO_3D_EVIDENCE",
|
| 787 |
+
"criticality": "C1",
|
| 788 |
+
"perception_challenge": "P3",
|
| 789 |
+
"frame_count": 4,
|
| 790 |
+
"frame_count_band": "SHORT_1_TO_4",
|
| 791 |
+
"comparison_scene_id": "comparison_scene_030",
|
| 792 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 793 |
+
"evaluation_panels": [
|
| 794 |
+
"CAMERA_39"
|
| 795 |
+
]
|
| 796 |
+
},
|
| 797 |
+
{
|
| 798 |
+
"pair_id": "pair_096",
|
| 799 |
+
"scene_id": "scene_096",
|
| 800 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 801 |
+
"target_gate": "upper",
|
| 802 |
+
"illumination": "DAYLIGHT",
|
| 803 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 804 |
+
"criticality": "C2",
|
| 805 |
+
"perception_challenge": "P1",
|
| 806 |
+
"frame_count": 12,
|
| 807 |
+
"frame_count_band": "LONG_10_PLUS",
|
| 808 |
+
"comparison_scene_id": "comparison_scene_031",
|
| 809 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 810 |
+
"evaluation_panels": [
|
| 811 |
+
"CAMERA_39",
|
| 812 |
+
"COMMON_COMPLETE_3D"
|
| 813 |
+
]
|
| 814 |
+
},
|
| 815 |
+
{
|
| 816 |
+
"pair_id": "pair_099",
|
| 817 |
+
"scene_id": "scene_099",
|
| 818 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 819 |
+
"target_gate": "upper",
|
| 820 |
+
"illumination": "DAYLIGHT",
|
| 821 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 822 |
+
"criticality": "C3",
|
| 823 |
+
"perception_challenge": "P1",
|
| 824 |
+
"frame_count": 4,
|
| 825 |
+
"frame_count_band": "SHORT_1_TO_4",
|
| 826 |
+
"comparison_scene_id": "comparison_scene_032",
|
| 827 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 828 |
+
"evaluation_panels": [
|
| 829 |
+
"CAMERA_39",
|
| 830 |
+
"COMMON_COMPLETE_3D"
|
| 831 |
+
]
|
| 832 |
+
},
|
| 833 |
+
{
|
| 834 |
+
"pair_id": "pair_101",
|
| 835 |
+
"scene_id": "scene_101",
|
| 836 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 837 |
+
"target_gate": "upper",
|
| 838 |
+
"illumination": "DAYLIGHT",
|
| 839 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 840 |
+
"criticality": "C2",
|
| 841 |
+
"perception_challenge": "P1",
|
| 842 |
+
"frame_count": 9,
|
| 843 |
+
"frame_count_band": "MEDIUM_5_TO_9",
|
| 844 |
+
"comparison_scene_id": "comparison_scene_033",
|
| 845 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 846 |
+
"evaluation_panels": [
|
| 847 |
+
"CAMERA_39",
|
| 848 |
+
"COMMON_COMPLETE_3D"
|
| 849 |
+
]
|
| 850 |
+
},
|
| 851 |
+
{
|
| 852 |
+
"pair_id": "pair_104",
|
| 853 |
+
"scene_id": "scene_104",
|
| 854 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 855 |
+
"target_gate": "lower",
|
| 856 |
+
"illumination": "DAYLIGHT",
|
| 857 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 858 |
+
"criticality": "C2",
|
| 859 |
+
"perception_challenge": "P1",
|
| 860 |
+
"frame_count": 33,
|
| 861 |
+
"frame_count_band": "LONG_10_PLUS",
|
| 862 |
+
"comparison_scene_id": "comparison_scene_034",
|
| 863 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 864 |
+
"evaluation_panels": [
|
| 865 |
+
"CAMERA_39",
|
| 866 |
+
"COMMON_COMPLETE_3D"
|
| 867 |
+
]
|
| 868 |
+
},
|
| 869 |
+
{
|
| 870 |
+
"pair_id": "pair_108",
|
| 871 |
+
"scene_id": "scene_108",
|
| 872 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 873 |
+
"target_gate": "lower",
|
| 874 |
+
"illumination": "DAYLIGHT",
|
| 875 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 876 |
+
"criticality": "C2",
|
| 877 |
+
"perception_challenge": "P1",
|
| 878 |
+
"frame_count": 25,
|
| 879 |
+
"frame_count_band": "LONG_10_PLUS",
|
| 880 |
+
"comparison_scene_id": "comparison_scene_035",
|
| 881 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 882 |
+
"evaluation_panels": [
|
| 883 |
+
"CAMERA_39",
|
| 884 |
+
"COMMON_COMPLETE_3D"
|
| 885 |
+
]
|
| 886 |
+
},
|
| 887 |
+
{
|
| 888 |
+
"pair_id": "pair_113",
|
| 889 |
+
"scene_id": "scene_113",
|
| 890 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 891 |
+
"target_gate": "upper",
|
| 892 |
+
"illumination": "DAYLIGHT",
|
| 893 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 894 |
+
"criticality": "C2",
|
| 895 |
+
"perception_challenge": "P1",
|
| 896 |
+
"frame_count": 5,
|
| 897 |
+
"frame_count_band": "MEDIUM_5_TO_9",
|
| 898 |
+
"comparison_scene_id": "comparison_scene_036",
|
| 899 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 900 |
+
"evaluation_panels": [
|
| 901 |
+
"CAMERA_39",
|
| 902 |
+
"COMMON_COMPLETE_3D"
|
| 903 |
+
]
|
| 904 |
+
},
|
| 905 |
+
{
|
| 906 |
+
"pair_id": "pair_114",
|
| 907 |
+
"scene_id": "scene_114",
|
| 908 |
+
"hazard_stage": "INSUFFICIENT_CAPACITY",
|
| 909 |
+
"target_gate": "upper",
|
| 910 |
+
"illumination": "DAYLIGHT",
|
| 911 |
+
"evidence_profile": "NO_3D_EVIDENCE",
|
| 912 |
+
"criticality": "C3",
|
| 913 |
+
"perception_challenge": "P2",
|
| 914 |
+
"frame_count": 4,
|
| 915 |
+
"frame_count_band": "SHORT_1_TO_4",
|
| 916 |
+
"comparison_scene_id": "comparison_scene_037",
|
| 917 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 918 |
+
"evaluation_panels": [
|
| 919 |
+
"CAMERA_39"
|
| 920 |
+
]
|
| 921 |
+
},
|
| 922 |
+
{
|
| 923 |
+
"pair_id": "pair_120",
|
| 924 |
+
"scene_id": "scene_120",
|
| 925 |
+
"hazard_stage": "UNAUTHORIZED_ENTRY",
|
| 926 |
+
"target_gate": "lower",
|
| 927 |
+
"illumination": "LOW_LIGHT",
|
| 928 |
+
"evidence_profile": "ALL_FRAMES_3D",
|
| 929 |
+
"criticality": "C2",
|
| 930 |
+
"perception_challenge": "P2",
|
| 931 |
+
"frame_count": 3,
|
| 932 |
+
"frame_count_band": "SHORT_1_TO_4",
|
| 933 |
+
"comparison_scene_id": "comparison_scene_038",
|
| 934 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 935 |
+
"evaluation_panels": [
|
| 936 |
+
"CAMERA_39",
|
| 937 |
+
"COMMON_COMPLETE_3D"
|
| 938 |
+
]
|
| 939 |
+
},
|
| 940 |
+
{
|
| 941 |
+
"pair_id": "pair_121",
|
| 942 |
+
"scene_id": "scene_121",
|
| 943 |
+
"hazard_stage": "ENTRY_PATH_NOT_CLEAR",
|
| 944 |
+
"target_gate": "lower",
|
| 945 |
+
"illumination": "LOW_LIGHT",
|
| 946 |
+
"evidence_profile": "NO_3D_EVIDENCE",
|
| 947 |
+
"criticality": "C1",
|
| 948 |
+
"perception_challenge": "P3",
|
| 949 |
+
"frame_count": 3,
|
| 950 |
+
"frame_count_band": "SHORT_1_TO_4",
|
| 951 |
+
"comparison_scene_id": "comparison_scene_039",
|
| 952 |
+
"evaluation_unit": "COMPLETE_EIGHT_CAMERA_CLIP",
|
| 953 |
+
"evaluation_panels": [
|
| 954 |
+
"CAMERA_39"
|
| 955 |
+
]
|
| 956 |
+
}
|
| 957 |
+
]
|
| 958 |
+
}
|
metadata/ress_method_comparison_statistics.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/ress_oracle_operational_state_123.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
metadata/ress_warning_protocol.json
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"schema_version": "1.0-oracle-warning-protocol",
|
| 3 |
+
"dataset": "NavLock-BreachSynth",
|
| 4 |
+
"release": "fixed-123-v1",
|
| 5 |
+
"benchmark_role": "OFFLINE_MATCHED_COUNTERFACTUAL_WARNING_ASSURANCE",
|
| 6 |
+
"system_boundary": {
|
| 7 |
+
"perception_evidence": "VESSEL_DETECTION_TRACKING_POSITION_AND_OCCUPANCY",
|
| 8 |
+
"gate_state_source": "ANNOTATED_GATE_STATE_NOT_VERIFIED_PLC_LOG",
|
| 9 |
+
"authorization_source": "ANNOTATED_DISPATCH_PROXY_NOT_PRODUCTION_DISPATCH_LOG",
|
| 10 |
+
"capacity_source": "ANNOTATED_BERTH_STATE_PLUS_COUNTERFACTUAL_RULE",
|
| 11 |
+
"rule_engine_outputs": [
|
| 12 |
+
"warning",
|
| 13 |
+
"hazard_stage",
|
| 14 |
+
"active_violations"
|
| 15 |
+
]
|
| 16 |
+
},
|
| 17 |
+
"rule_input_schema": {
|
| 18 |
+
"added_vessel_present": "boolean",
|
| 19 |
+
"added_vessel_authorized_for_current_lockage": "boolean_or_null_if_absent",
|
| 20 |
+
"added_vessel_entered_chamber": "boolean",
|
| 21 |
+
"entry_path_clear": "boolean_after_counterfactual_insertion",
|
| 22 |
+
"capacity_exceeded_after_insertion": "boolean",
|
| 23 |
+
"target_gate_state": [
|
| 24 |
+
"closed",
|
| 25 |
+
"opening",
|
| 26 |
+
"open",
|
| 27 |
+
"closing"
|
| 28 |
+
],
|
| 29 |
+
"target_gate_active_for_passage": "boolean_equal_to_target_gate_state_not_closed"
|
| 30 |
+
},
|
| 31 |
+
"underlying_state_policy": {
|
| 32 |
+
"violations_are_multilabel": true,
|
| 33 |
+
"hazard_stage_is_mutually_exclusive": true,
|
| 34 |
+
"all_fixed_hazards_have_entry_path_clear_false": true,
|
| 35 |
+
"all_added_vessels_are_outside_current_lockage_authorization": true,
|
| 36 |
+
"unauthorized_entry_occurs_only_after_chamber_entry": true,
|
| 37 |
+
"raw_capacity_unavailable_alone_triggers_warning": false
|
| 38 |
+
},
|
| 39 |
+
"fixed_hazard_truth_table": {
|
| 40 |
+
"ENTRY_PATH_NOT_CLEAR": {
|
| 41 |
+
"entry_path_clear": false,
|
| 42 |
+
"added_vessel_entered_chamber": false,
|
| 43 |
+
"unauthorized_entry_occurred": false,
|
| 44 |
+
"capacity_exceeded_after_insertion": false
|
| 45 |
+
},
|
| 46 |
+
"UNAUTHORIZED_ENTRY": {
|
| 47 |
+
"entry_path_clear": false,
|
| 48 |
+
"added_vessel_entered_chamber": true,
|
| 49 |
+
"unauthorized_entry_occurred": true,
|
| 50 |
+
"capacity_exceeded_after_insertion": false
|
| 51 |
+
},
|
| 52 |
+
"INSUFFICIENT_CAPACITY": {
|
| 53 |
+
"entry_path_clear": false,
|
| 54 |
+
"added_vessel_entered_chamber": true,
|
| 55 |
+
"unauthorized_entry_occurred": true,
|
| 56 |
+
"capacity_exceeded_after_insertion": true
|
| 57 |
+
}
|
| 58 |
+
},
|
| 59 |
+
"rule_precedence": [
|
| 60 |
+
{
|
| 61 |
+
"priority": 1,
|
| 62 |
+
"condition": "capacity_exceeded_after_insertion",
|
| 63 |
+
"output_stage": "INSUFFICIENT_CAPACITY"
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"priority": 2,
|
| 67 |
+
"condition": "added_vessel_entered_chamber AND NOT authorized",
|
| 68 |
+
"output_stage": "UNAUTHORIZED_ENTRY"
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"priority": 3,
|
| 72 |
+
"condition": "NOT entry_path_clear AND target_gate_active_for_passage",
|
| 73 |
+
"output_stage": "ENTRY_PATH_NOT_CLEAR"
|
| 74 |
+
}
|
| 75 |
+
],
|
| 76 |
+
"capacity_policy": {
|
| 77 |
+
"fleet": "ONE_LOCKAGE_ADMITS_ONE_FLEET",
|
| 78 |
+
"single_vessel": "ACTUAL_GEOMETRIC_OR_BERTH_CAPACITY_EXCEEDANCE_REQUIRED",
|
| 79 |
+
"raw_chamber_capacity_available_is_pre_insertion_context_only": true
|
| 80 |
+
},
|
| 81 |
+
"evaluation_policy": {
|
| 82 |
+
"primary_task": "BINARY_WARN_VS_NO_WARN",
|
| 83 |
+
"secondary_task": "MUTUALLY_EXCLUSIVE_HAZARD_STAGE_ON_HAZARD_SAMPLES",
|
| 84 |
+
"hazard_onset": "FIRST_OBSERVED_FRAME",
|
| 85 |
+
"later_warning_is_detection": true,
|
| 86 |
+
"miss_definition": "NO_WARNING_IN_ANY_OBSERVED_SCENE_FRAME",
|
| 87 |
+
"warning_delay_frames": "first_warning_frame_number - 1"
|
| 88 |
+
},
|
| 89 |
+
"separation_policy": {
|
| 90 |
+
"expert_hazard_stage_is_rule_input": false,
|
| 91 |
+
"expert_hazard_stage_role": "EXPECTED_OUTPUT_ONLY",
|
| 92 |
+
"oracle_state_role": "GROUND_TRUTH_LOGIC_CONSISTENCY_BASELINE",
|
| 93 |
+
"oracle_result_is_model_performance": false,
|
| 94 |
+
"camera_and_lidar_models_replace_only_perception_evidence": true
|
| 95 |
+
}
|
| 96 |
+
}
|
metadata/ress_warning_statistics_123.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
predictions/hydro3dnet_predictions_123.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
predictions/hydro_frame_mapping_123.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
predictions/perception_warning_baselines_123.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
predictions/rtmdet_predictions_123.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4658145a579e4d39e4aeb2fbf2481f9dfa9e65b6c3660d9fef399fbac3fd4e4f
|
| 3 |
+
size 31766222
|