Upload anonymous SysCON3D release
Browse files- README.md +84 -0
- archives/syscon3d_mipnerf360_000.tar +3 -0
- croissant.json +269 -0
- mipnerf360_calibration_splits.json +914 -0
- mipnerf360_impossible_splits.json +0 -0
README.md
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pretty_name: SysCON3D
|
| 3 |
+
license: other
|
| 4 |
+
tags:
|
| 5 |
+
- 3d
|
| 6 |
+
- multiview
|
| 7 |
+
- benchmark
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# SysCON3D
|
| 11 |
+
|
| 12 |
+
Portable release bundle for the SysCON3D benchmark and demo.
|
| 13 |
+
|
| 14 |
+
## Contents
|
| 15 |
+
|
| 16 |
+
- `mipnerf360_calibration_splits.json`: consistent-scene calibration splits.
|
| 17 |
+
- `mipnerf360_impossible_splits.json`: precomputed SysCON3D benchmark samples.
|
| 18 |
+
- `archives/syscon3d_mipnerf360_*.tar`: tar shards containing `mipnerf360/...` payload files.
|
| 19 |
+
- `croissant.json`: manual Croissant metadata with core fields and minimal RAI fields for NeurIPS E&D submission.
|
| 20 |
+
|
| 21 |
+
## Release summary
|
| 22 |
+
|
| 23 |
+
- scenes: bicycle, bonsai, counter, flowers, garden, kitchen, room, stump, treehill
|
| 24 |
+
- copy mode: referenced-only
|
| 25 |
+
- storage mode: tar-shards
|
| 26 |
+
- copied files: 5059
|
| 27 |
+
- copied size (GiB): 0.606
|
| 28 |
+
- archive files: 1
|
| 29 |
+
|
| 30 |
+
## Notes
|
| 31 |
+
|
| 32 |
+
- The manifests in this folder use `dataset_root: mipnerf360`, so they are portable across local runs and Spaces.
|
| 33 |
+
- If this release uses `archives/`, extract those tar files before running tools that expect the raw `mipnerf360/` directory.
|
| 34 |
+
|
| 35 |
+
## Extracting Files
|
| 36 |
+
|
| 37 |
+
Extract the full payload:
|
| 38 |
+
|
| 39 |
+
```bash
|
| 40 |
+
mkdir -p tmp/syscon3d_release
|
| 41 |
+
for shard in tmp/syscon3d_release/archives/*.tar; do
|
| 42 |
+
tar -xf "$shard" -C tmp/syscon3d_release
|
| 43 |
+
done
|
| 44 |
+
```
|
| 45 |
+
|
| 46 |
+
List files without extracting:
|
| 47 |
+
|
| 48 |
+
```bash
|
| 49 |
+
tar -tf tmp/syscon3d_release/archives/syscon3d_mipnerf360_000.tar | less
|
| 50 |
+
```
|
| 51 |
+
|
| 52 |
+
Extract one file:
|
| 53 |
+
|
| 54 |
+
```bash
|
| 55 |
+
tar -xf tmp/syscon3d_release/archives/syscon3d_mipnerf360_000.tar \
|
| 56 |
+
-C tmp/syscon3d_release \
|
| 57 |
+
mipnerf360/syscon3d_scene_types/noise_gaussian/k09/noise_gaussian_k09_000/images_4/view_000.png
|
| 58 |
+
```
|
| 59 |
+
|
| 60 |
+
Extract one sample directory:
|
| 61 |
+
|
| 62 |
+
```bash
|
| 63 |
+
tar -xf tmp/syscon3d_release/archives/syscon3d_mipnerf360_000.tar \
|
| 64 |
+
-C tmp/syscon3d_release \
|
| 65 |
+
mipnerf360/syscon3d_scene_types/patched_gaussian/k09/patched_gaussian_k09_000
|
| 66 |
+
```
|
| 67 |
+
|
| 68 |
+
The paths in `mipnerf360_impossible_splits.json` are relative to
|
| 69 |
+
`tmp/syscon3d_release/mipnerf360/` after extraction.
|
| 70 |
+
|
| 71 |
+
## Croissant Metadata
|
| 72 |
+
|
| 73 |
+
For NeurIPS E&D submission, use `croissant.json` as the Croissant metadata file
|
| 74 |
+
to upload to OpenReview after validating it with the official Croissant
|
| 75 |
+
validator. Hugging Face may also expose an auto-generated Croissant file, but
|
| 76 |
+
this manual file documents the tar-sharded release layout and includes minimal
|
| 77 |
+
Responsible AI fields.
|
| 78 |
+
|
| 79 |
+
## License and Source Data
|
| 80 |
+
|
| 81 |
+
SysCON3D is a derived benchmark bundle for research evaluation. It contains
|
| 82 |
+
referenced Mip-NeRF 360 scene images plus deterministic materialized stress-test
|
| 83 |
+
images. Users should follow the terms of the upstream source data and cite the
|
| 84 |
+
source dataset and SysCON3D paper when using this benchmark.
|
archives/syscon3d_mipnerf360_000.tar
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:78f20b3efc4b394162e20e3206a08122aa3a1d67f86a98632f7fcd3662afb06d
|
| 3 |
+
size 659394560
|
croissant.json
ADDED
|
@@ -0,0 +1,269 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"@context": {
|
| 3 |
+
"@language": "en",
|
| 4 |
+
"@vocab": "https://schema.org/",
|
| 5 |
+
"sc": "https://schema.org/",
|
| 6 |
+
"cr": "http://mlcommons.org/croissant/",
|
| 7 |
+
"rai": "http://mlcommons.org/croissant/RAI/",
|
| 8 |
+
"dct": "http://purl.org/dc/terms/",
|
| 9 |
+
"prov": "http://www.w3.org/ns/prov#",
|
| 10 |
+
"conformsTo": "dct:conformsTo",
|
| 11 |
+
"citeAs": "cr:citeAs",
|
| 12 |
+
"recordSet": "cr:recordSet",
|
| 13 |
+
"field": "cr:field",
|
| 14 |
+
"dataType": {
|
| 15 |
+
"@id": "cr:dataType",
|
| 16 |
+
"@type": "@vocab"
|
| 17 |
+
},
|
| 18 |
+
"source": "cr:source",
|
| 19 |
+
"fileObject": "cr:fileObject",
|
| 20 |
+
"fileSet": "cr:fileSet",
|
| 21 |
+
"extract": "cr:extract",
|
| 22 |
+
"jsonPath": "cr:jsonPath",
|
| 23 |
+
"containedIn": "cr:containedIn",
|
| 24 |
+
"includes": "cr:includes"
|
| 25 |
+
},
|
| 26 |
+
"@type": "sc:Dataset",
|
| 27 |
+
"name": "SysCON3D",
|
| 28 |
+
"alternateName": [
|
| 29 |
+
"syscon3d",
|
| 30 |
+
"syscon3d-neurips26/syscon3d"
|
| 31 |
+
],
|
| 32 |
+
"description": "SysCON3D is a deterministic benchmark bundle for stress-testing multi-view 3D reconstruction backbones and 3D consistency metrics. It contains Mip-NeRF 360 reference images, calibration split manifests, and materialized inconsistent image sets including cross-scene mixtures, one-outlier samples, identical-image samples, Gaussian noise, patched Gaussian corruptions, and small Gaussian perturbations of otherwise consistent views.",
|
| 33 |
+
"url": "https://huggingface.co/datasets/syscon3d-neurips26/syscon3d",
|
| 34 |
+
"license": "https://huggingface.co/datasets/syscon3d-neurips26/syscon3d#license-and-source-data",
|
| 35 |
+
"conformsTo": [
|
| 36 |
+
"http://mlcommons.org/croissant/1.1",
|
| 37 |
+
"http://mlcommons.org/croissant/RAI/1.0"
|
| 38 |
+
],
|
| 39 |
+
"version": "6",
|
| 40 |
+
"citeAs": "SysCON3D anonymous NeurIPS submission, 2026.",
|
| 41 |
+
"datePublished": "2026-05-07",
|
| 42 |
+
"creator": {
|
| 43 |
+
"@type": "sc:Organization",
|
| 44 |
+
"name": "Anonymous authors"
|
| 45 |
+
},
|
| 46 |
+
"keywords": [
|
| 47 |
+
"3d reconstruction",
|
| 48 |
+
"multi-view consistency",
|
| 49 |
+
"benchmark",
|
| 50 |
+
"Mip-NeRF 360",
|
| 51 |
+
"robustness",
|
| 52 |
+
"Croissant"
|
| 53 |
+
],
|
| 54 |
+
"distribution": [
|
| 55 |
+
{
|
| 56 |
+
"@type": "cr:FileObject",
|
| 57 |
+
"@id": "readme",
|
| 58 |
+
"name": "README.md",
|
| 59 |
+
"description": "Dataset card with usage, extraction, source-data, and license notes.",
|
| 60 |
+
"contentUrl": "https://huggingface.co/datasets/syscon3d-neurips26/syscon3d/resolve/main/README.md",
|
| 61 |
+
"encodingFormat": "text/markdown",
|
| 62 |
+
"contentSize": "2568",
|
| 63 |
+
"sha256": "5249a3dc6025c3efb402e85fe0a0ae78bb9bca3224dfccfb483042df1cd6598f"
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"@type": "cr:FileObject",
|
| 67 |
+
"@id": "calibration_manifest",
|
| 68 |
+
"name": "mipnerf360_calibration_splits.json",
|
| 69 |
+
"description": "Consistent-scene calibration split manifest.",
|
| 70 |
+
"contentUrl": "https://huggingface.co/datasets/syscon3d-neurips26/syscon3d/resolve/main/mipnerf360_calibration_splits.json",
|
| 71 |
+
"encodingFormat": "application/json",
|
| 72 |
+
"contentSize": "11071",
|
| 73 |
+
"sha256": "a9696fbce1f3c31ecd450db06687727c95a97ff4a7f0241c50498c830f541536"
|
| 74 |
+
},
|
| 75 |
+
{
|
| 76 |
+
"@type": "cr:FileObject",
|
| 77 |
+
"@id": "impossible_manifest",
|
| 78 |
+
"name": "mipnerf360_impossible_splits.json",
|
| 79 |
+
"description": "SysCON3D stress-test split manifest with deterministic sample ids and image paths.",
|
| 80 |
+
"contentUrl": "https://huggingface.co/datasets/syscon3d-neurips26/syscon3d/resolve/main/mipnerf360_impossible_splits.json",
|
| 81 |
+
"encodingFormat": "application/json",
|
| 82 |
+
"contentSize": "934871",
|
| 83 |
+
"sha256": "926d7b6eecbbcc5116d5422050802bd964e5cf92b93e136c6cd60914e72997e6"
|
| 84 |
+
},
|
| 85 |
+
{
|
| 86 |
+
"@type": "cr:FileObject",
|
| 87 |
+
"@id": "mipnerf360_archive_000",
|
| 88 |
+
"name": "archives/syscon3d_mipnerf360_000.tar",
|
| 89 |
+
"description": "Uncompressed tar shard containing the portable mipnerf360/ payload referenced by the manifests.",
|
| 90 |
+
"contentUrl": "https://huggingface.co/datasets/syscon3d-neurips26/syscon3d/resolve/main/archives/syscon3d_mipnerf360_000.tar",
|
| 91 |
+
"encodingFormat": "application/x-tar",
|
| 92 |
+
"contentSize": "659394560",
|
| 93 |
+
"sha256": "78f20b3efc4b394162e20e3206a08122aa3a1d67f86a98632f7fcd3662afb06d"
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"@type": "cr:FileSet",
|
| 97 |
+
"@id": "materialized_syscon3d_images",
|
| 98 |
+
"name": "Materialized SysCON3D stress-test images",
|
| 99 |
+
"description": "Deterministic 224x224 PNG images for the materialized inconsistent scene types.",
|
| 100 |
+
"containedIn": {
|
| 101 |
+
"@id": "mipnerf360_archive_000"
|
| 102 |
+
},
|
| 103 |
+
"includes": "mipnerf360/syscon3d_scene_types/**/*.png",
|
| 104 |
+
"encodingFormat": "image/png"
|
| 105 |
+
},
|
| 106 |
+
{
|
| 107 |
+
"@type": "cr:FileSet",
|
| 108 |
+
"@id": "referenced_mipnerf360_images",
|
| 109 |
+
"name": "Referenced Mip-NeRF 360 images",
|
| 110 |
+
"description": "Referenced source images needed by the calibration splits and portable manifests.",
|
| 111 |
+
"containedIn": {
|
| 112 |
+
"@id": "mipnerf360_archive_000"
|
| 113 |
+
},
|
| 114 |
+
"includes": "mipnerf360/*/images_4/*",
|
| 115 |
+
"encodingFormat": "image/jpeg"
|
| 116 |
+
},
|
| 117 |
+
{
|
| 118 |
+
"@type": "cr:FileSet",
|
| 119 |
+
"@id": "camera_metadata",
|
| 120 |
+
"name": "Camera metadata",
|
| 121 |
+
"description": "Per-scene transform metadata for the referenced Mip-NeRF 360 scenes.",
|
| 122 |
+
"containedIn": {
|
| 123 |
+
"@id": "mipnerf360_archive_000"
|
| 124 |
+
},
|
| 125 |
+
"includes": "mipnerf360/*/transforms.json",
|
| 126 |
+
"encodingFormat": "application/json"
|
| 127 |
+
}
|
| 128 |
+
],
|
| 129 |
+
"recordSet": [
|
| 130 |
+
{
|
| 131 |
+
"@type": "cr:RecordSet",
|
| 132 |
+
"@id": "syscon3d_stress_test_samples",
|
| 133 |
+
"name": "SysCON3D stress-test samples",
|
| 134 |
+
"description": "Samples listed by scene type in mipnerf360_impossible_splits.json.",
|
| 135 |
+
"field": [
|
| 136 |
+
{
|
| 137 |
+
"@type": "cr:Field",
|
| 138 |
+
"@id": "stress_test/sample_id",
|
| 139 |
+
"name": "sample_id",
|
| 140 |
+
"description": "Deterministic sample identifier.",
|
| 141 |
+
"dataType": "sc:Text",
|
| 142 |
+
"source": {
|
| 143 |
+
"fileObject": {
|
| 144 |
+
"@id": "impossible_manifest"
|
| 145 |
+
},
|
| 146 |
+
"extract": {
|
| 147 |
+
"jsonPath": "$.*[*].sample_id"
|
| 148 |
+
}
|
| 149 |
+
}
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"@type": "cr:Field",
|
| 153 |
+
"@id": "stress_test/subset_size",
|
| 154 |
+
"name": "subset_size",
|
| 155 |
+
"description": "Number of views in the multi-view sample.",
|
| 156 |
+
"dataType": "sc:Integer",
|
| 157 |
+
"source": {
|
| 158 |
+
"fileObject": {
|
| 159 |
+
"@id": "impossible_manifest"
|
| 160 |
+
},
|
| 161 |
+
"extract": {
|
| 162 |
+
"jsonPath": "$.*[*].subset_size"
|
| 163 |
+
}
|
| 164 |
+
}
|
| 165 |
+
},
|
| 166 |
+
{
|
| 167 |
+
"@type": "cr:Field",
|
| 168 |
+
"@id": "stress_test/image_rel_paths",
|
| 169 |
+
"name": "image_rel_paths",
|
| 170 |
+
"description": "Image paths relative to the extracted mipnerf360/ dataset root.",
|
| 171 |
+
"dataType": "sc:Text",
|
| 172 |
+
"source": {
|
| 173 |
+
"fileObject": {
|
| 174 |
+
"@id": "impossible_manifest"
|
| 175 |
+
},
|
| 176 |
+
"extract": {
|
| 177 |
+
"jsonPath": "$.*[*].image_rel_paths"
|
| 178 |
+
}
|
| 179 |
+
}
|
| 180 |
+
},
|
| 181 |
+
{
|
| 182 |
+
"@type": "cr:Field",
|
| 183 |
+
"@id": "stress_test/source_scenes",
|
| 184 |
+
"name": "source_scenes",
|
| 185 |
+
"description": "Underlying source scene names used to construct each sample.",
|
| 186 |
+
"dataType": "sc:Text",
|
| 187 |
+
"source": {
|
| 188 |
+
"fileObject": {
|
| 189 |
+
"@id": "impossible_manifest"
|
| 190 |
+
},
|
| 191 |
+
"extract": {
|
| 192 |
+
"jsonPath": "$.*[*].source_scenes"
|
| 193 |
+
}
|
| 194 |
+
}
|
| 195 |
+
}
|
| 196 |
+
]
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"@type": "cr:RecordSet",
|
| 200 |
+
"@id": "syscon3d_calibration_splits",
|
| 201 |
+
"name": "SysCON3D calibration splits",
|
| 202 |
+
"description": "Consistent-scene calibration splits listed in mipnerf360_calibration_splits.json.",
|
| 203 |
+
"field": [
|
| 204 |
+
{
|
| 205 |
+
"@type": "cr:Field",
|
| 206 |
+
"@id": "calibration/scenes",
|
| 207 |
+
"name": "scenes",
|
| 208 |
+
"description": "Source scene names included in the calibration manifest.",
|
| 209 |
+
"dataType": "sc:Text",
|
| 210 |
+
"source": {
|
| 211 |
+
"fileObject": {
|
| 212 |
+
"@id": "calibration_manifest"
|
| 213 |
+
},
|
| 214 |
+
"extract": {
|
| 215 |
+
"jsonPath": "$.scenes"
|
| 216 |
+
}
|
| 217 |
+
}
|
| 218 |
+
},
|
| 219 |
+
{
|
| 220 |
+
"@type": "cr:Field",
|
| 221 |
+
"@id": "calibration/subset_sizes",
|
| 222 |
+
"name": "subset_sizes",
|
| 223 |
+
"description": "View counts used by the calibration manifest.",
|
| 224 |
+
"dataType": "sc:Integer",
|
| 225 |
+
"source": {
|
| 226 |
+
"fileObject": {
|
| 227 |
+
"@id": "calibration_manifest"
|
| 228 |
+
},
|
| 229 |
+
"extract": {
|
| 230 |
+
"jsonPath": "$.subset_sizes"
|
| 231 |
+
}
|
| 232 |
+
}
|
| 233 |
+
}
|
| 234 |
+
]
|
| 235 |
+
}
|
| 236 |
+
],
|
| 237 |
+
"rai:dataLimitations": [
|
| 238 |
+
"SysCON3D is designed for stress-testing multi-view 3D reconstruction backbones and 3D consistency metrics. It is not intended as a general-purpose training dataset, semantic recognition benchmark, or substitute for real deployment evaluation.",
|
| 239 |
+
"Coverage is limited to nine static Mip-NeRF 360 scenes, deterministic image corruptions, fixed view counts, and 224x224 materialized stress-test images. Results may not generalize to dynamic scenes, human-centered scenes, outdoor-only or indoor-only deployment domains, or non-photographic imagery."
|
| 240 |
+
],
|
| 241 |
+
"rai:dataBiases": [
|
| 242 |
+
"The source scenes inherit the selection biases of Mip-NeRF 360, including a small number of mostly static real-world scenes and specific camera trajectories.",
|
| 243 |
+
"The inconsistent samples intentionally over-represent synthetic and adversarial stress cases such as cross-scene mixtures and Gaussian corruptions; these samples are not representative of naturally occurring multi-view captures."
|
| 244 |
+
],
|
| 245 |
+
"rai:personalSensitiveInformation": "The benchmark is based on public scene photographs and does not intentionally collect personal or sensitive attributes. It may still contain incidental real-world background content inherited from the source images.",
|
| 246 |
+
"rai:dataUseCases": [
|
| 247 |
+
"Recommended: evaluating robustness and abstention behavior of multi-view 3D reconstruction backbones and 3D consistency metrics under controlled stress tests.",
|
| 248 |
+
"Not recommended: training production models, evaluating demographic fairness, evaluating semantic recognition, or making claims about safety outside the documented stress-test setting."
|
| 249 |
+
],
|
| 250 |
+
"rai:dataSocialImpact": "The benchmark can improve transparency around failure modes of learned 3D reconstruction backbones and metrics. Misuse risk includes overclaiming robustness beyond the documented scenes and perturbations or treating synthetic stress-test behavior as equivalent to real-world safety.",
|
| 251 |
+
"rai:hasSyntheticData": true,
|
| 252 |
+
"rai:dataCollection": "Source photographs and camera metadata come from the Mip-NeRF 360 benchmark. SysCON3D selects referenced images and materializes deterministic stress-test samples from those sources plus synthetic image corruptions.",
|
| 253 |
+
"rai:dataPreprocessingProtocol": "The release uses referenced-only packaging, rewrites manifests to portable paths under mipnerf360/, and stores materialized stress-test PNGs at 224x224. Synthetic scene types are generated deterministically from recorded sample ids, seeds, source paths, and corruption parameters in mipnerf360_impossible_splits.json.",
|
| 254 |
+
"rai:dataAnnotationProtocol": "No human semantic labels are included. The manifests provide programmatic sample metadata such as sample id, scene type, view count, source scenes, source image paths, synthetic seeds, and corruption parameters.",
|
| 255 |
+
"rai:dataReleaseMaintenancePlan": "The anonymous review release is versioned by the manifest field version=6 and by the Hugging Face dataset commit. Future updates should increment the manifest version and preserve prior release artifacts when possible.",
|
| 256 |
+
"prov:wasDerivedFrom": [
|
| 257 |
+
{
|
| 258 |
+
"@id": "https://jonbarron.info/mipnerf360/",
|
| 259 |
+
"name": "Mip-NeRF 360"
|
| 260 |
+
}
|
| 261 |
+
],
|
| 262 |
+
"prov:wasGeneratedBy": [
|
| 263 |
+
{
|
| 264 |
+
"@type": "prov:Activity",
|
| 265 |
+
"name": "SysCON3D materialization",
|
| 266 |
+
"description": "Deterministic construction of calibration splits, cross-scene mixtures, identical-image samples, one-outlier samples, Gaussian noise samples, patched Gaussian samples, and Gaussian perturbations of consistent image sets."
|
| 267 |
+
}
|
| 268 |
+
]
|
| 269 |
+
}
|
mipnerf360_calibration_splits.json
ADDED
|
@@ -0,0 +1,914 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_root": "mipnerf360",
|
| 3 |
+
"scenes": {
|
| 4 |
+
"bicycle": {
|
| 5 |
+
"12": [
|
| 6 |
+
19,
|
| 7 |
+
41,
|
| 8 |
+
7,
|
| 9 |
+
164,
|
| 10 |
+
193,
|
| 11 |
+
148,
|
| 12 |
+
87,
|
| 13 |
+
1,
|
| 14 |
+
25,
|
| 15 |
+
190,
|
| 16 |
+
184,
|
| 17 |
+
15
|
| 18 |
+
],
|
| 19 |
+
"15": [
|
| 20 |
+
19,
|
| 21 |
+
41,
|
| 22 |
+
7,
|
| 23 |
+
164,
|
| 24 |
+
193,
|
| 25 |
+
148,
|
| 26 |
+
87,
|
| 27 |
+
1,
|
| 28 |
+
25,
|
| 29 |
+
190,
|
| 30 |
+
184,
|
| 31 |
+
15,
|
| 32 |
+
142,
|
| 33 |
+
160,
|
| 34 |
+
29
|
| 35 |
+
],
|
| 36 |
+
"18": [
|
| 37 |
+
19,
|
| 38 |
+
41,
|
| 39 |
+
7,
|
| 40 |
+
164,
|
| 41 |
+
193,
|
| 42 |
+
148,
|
| 43 |
+
87,
|
| 44 |
+
1,
|
| 45 |
+
25,
|
| 46 |
+
190,
|
| 47 |
+
184,
|
| 48 |
+
15,
|
| 49 |
+
142,
|
| 50 |
+
160,
|
| 51 |
+
29,
|
| 52 |
+
11,
|
| 53 |
+
132,
|
| 54 |
+
153
|
| 55 |
+
],
|
| 56 |
+
"21": [
|
| 57 |
+
19,
|
| 58 |
+
41,
|
| 59 |
+
7,
|
| 60 |
+
164,
|
| 61 |
+
193,
|
| 62 |
+
148,
|
| 63 |
+
87,
|
| 64 |
+
1,
|
| 65 |
+
25,
|
| 66 |
+
190,
|
| 67 |
+
184,
|
| 68 |
+
15,
|
| 69 |
+
142,
|
| 70 |
+
160,
|
| 71 |
+
29,
|
| 72 |
+
11,
|
| 73 |
+
132,
|
| 74 |
+
153,
|
| 75 |
+
50,
|
| 76 |
+
73,
|
| 77 |
+
168
|
| 78 |
+
],
|
| 79 |
+
"3": [
|
| 80 |
+
2,
|
| 81 |
+
28,
|
| 82 |
+
110
|
| 83 |
+
],
|
| 84 |
+
"6": [
|
| 85 |
+
2,
|
| 86 |
+
22,
|
| 87 |
+
28,
|
| 88 |
+
110,
|
| 89 |
+
185,
|
| 90 |
+
190
|
| 91 |
+
],
|
| 92 |
+
"9": [
|
| 93 |
+
2,
|
| 94 |
+
22,
|
| 95 |
+
28,
|
| 96 |
+
37,
|
| 97 |
+
110,
|
| 98 |
+
185,
|
| 99 |
+
188,
|
| 100 |
+
190,
|
| 101 |
+
193
|
| 102 |
+
]
|
| 103 |
+
},
|
| 104 |
+
"bonsai": {
|
| 105 |
+
"12": [
|
| 106 |
+
149,
|
| 107 |
+
4,
|
| 108 |
+
71,
|
| 109 |
+
202,
|
| 110 |
+
110,
|
| 111 |
+
35,
|
| 112 |
+
287,
|
| 113 |
+
177,
|
| 114 |
+
161,
|
| 115 |
+
247,
|
| 116 |
+
45,
|
| 117 |
+
122
|
| 118 |
+
],
|
| 119 |
+
"15": [
|
| 120 |
+
149,
|
| 121 |
+
4,
|
| 122 |
+
71,
|
| 123 |
+
202,
|
| 124 |
+
110,
|
| 125 |
+
35,
|
| 126 |
+
287,
|
| 127 |
+
177,
|
| 128 |
+
161,
|
| 129 |
+
247,
|
| 130 |
+
45,
|
| 131 |
+
122,
|
| 132 |
+
189,
|
| 133 |
+
21,
|
| 134 |
+
81
|
| 135 |
+
],
|
| 136 |
+
"18": [
|
| 137 |
+
149,
|
| 138 |
+
4,
|
| 139 |
+
71,
|
| 140 |
+
202,
|
| 141 |
+
110,
|
| 142 |
+
35,
|
| 143 |
+
287,
|
| 144 |
+
177,
|
| 145 |
+
161,
|
| 146 |
+
247,
|
| 147 |
+
45,
|
| 148 |
+
122,
|
| 149 |
+
189,
|
| 150 |
+
21,
|
| 151 |
+
81,
|
| 152 |
+
95,
|
| 153 |
+
11,
|
| 154 |
+
213
|
| 155 |
+
],
|
| 156 |
+
"21": [
|
| 157 |
+
149,
|
| 158 |
+
4,
|
| 159 |
+
71,
|
| 160 |
+
202,
|
| 161 |
+
110,
|
| 162 |
+
35,
|
| 163 |
+
287,
|
| 164 |
+
177,
|
| 165 |
+
161,
|
| 166 |
+
247,
|
| 167 |
+
45,
|
| 168 |
+
122,
|
| 169 |
+
189,
|
| 170 |
+
21,
|
| 171 |
+
81,
|
| 172 |
+
95,
|
| 173 |
+
11,
|
| 174 |
+
213,
|
| 175 |
+
224,
|
| 176 |
+
140,
|
| 177 |
+
61
|
| 178 |
+
],
|
| 179 |
+
"3": [
|
| 180 |
+
22,
|
| 181 |
+
151,
|
| 182 |
+
225
|
| 183 |
+
],
|
| 184 |
+
"6": [
|
| 185 |
+
22,
|
| 186 |
+
87,
|
| 187 |
+
151,
|
| 188 |
+
187,
|
| 189 |
+
225,
|
| 190 |
+
282
|
| 191 |
+
],
|
| 192 |
+
"9": [
|
| 193 |
+
22,
|
| 194 |
+
54,
|
| 195 |
+
87,
|
| 196 |
+
133,
|
| 197 |
+
151,
|
| 198 |
+
177,
|
| 199 |
+
187,
|
| 200 |
+
225,
|
| 201 |
+
282
|
| 202 |
+
]
|
| 203 |
+
},
|
| 204 |
+
"counter": {
|
| 205 |
+
"12": [
|
| 206 |
+
86,
|
| 207 |
+
235,
|
| 208 |
+
139,
|
| 209 |
+
37,
|
| 210 |
+
8,
|
| 211 |
+
111,
|
| 212 |
+
171,
|
| 213 |
+
61,
|
| 214 |
+
100,
|
| 215 |
+
73,
|
| 216 |
+
126,
|
| 217 |
+
18
|
| 218 |
+
],
|
| 219 |
+
"15": [
|
| 220 |
+
86,
|
| 221 |
+
235,
|
| 222 |
+
139,
|
| 223 |
+
37,
|
| 224 |
+
8,
|
| 225 |
+
111,
|
| 226 |
+
171,
|
| 227 |
+
61,
|
| 228 |
+
100,
|
| 229 |
+
73,
|
| 230 |
+
126,
|
| 231 |
+
18,
|
| 232 |
+
51,
|
| 233 |
+
150,
|
| 234 |
+
230
|
| 235 |
+
],
|
| 236 |
+
"18": [
|
| 237 |
+
86,
|
| 238 |
+
235,
|
| 239 |
+
139,
|
| 240 |
+
37,
|
| 241 |
+
8,
|
| 242 |
+
111,
|
| 243 |
+
171,
|
| 244 |
+
61,
|
| 245 |
+
100,
|
| 246 |
+
73,
|
| 247 |
+
126,
|
| 248 |
+
18,
|
| 249 |
+
51,
|
| 250 |
+
150,
|
| 251 |
+
230,
|
| 252 |
+
189,
|
| 253 |
+
28,
|
| 254 |
+
164
|
| 255 |
+
],
|
| 256 |
+
"21": [
|
| 257 |
+
86,
|
| 258 |
+
235,
|
| 259 |
+
139,
|
| 260 |
+
37,
|
| 261 |
+
8,
|
| 262 |
+
111,
|
| 263 |
+
171,
|
| 264 |
+
61,
|
| 265 |
+
100,
|
| 266 |
+
73,
|
| 267 |
+
126,
|
| 268 |
+
18,
|
| 269 |
+
51,
|
| 270 |
+
150,
|
| 271 |
+
230,
|
| 272 |
+
189,
|
| 273 |
+
28,
|
| 274 |
+
164,
|
| 275 |
+
203,
|
| 276 |
+
94,
|
| 277 |
+
43
|
| 278 |
+
],
|
| 279 |
+
"3": [
|
| 280 |
+
57,
|
| 281 |
+
111,
|
| 282 |
+
239
|
| 283 |
+
],
|
| 284 |
+
"6": [
|
| 285 |
+
2,
|
| 286 |
+
57,
|
| 287 |
+
87,
|
| 288 |
+
111,
|
| 289 |
+
138,
|
| 290 |
+
239
|
| 291 |
+
],
|
| 292 |
+
"9": [
|
| 293 |
+
2,
|
| 294 |
+
37,
|
| 295 |
+
57,
|
| 296 |
+
87,
|
| 297 |
+
98,
|
| 298 |
+
111,
|
| 299 |
+
127,
|
| 300 |
+
138,
|
| 301 |
+
239
|
| 302 |
+
]
|
| 303 |
+
},
|
| 304 |
+
"flowers": {
|
| 305 |
+
"12": [
|
| 306 |
+
63,
|
| 307 |
+
84,
|
| 308 |
+
53,
|
| 309 |
+
73,
|
| 310 |
+
78,
|
| 311 |
+
90,
|
| 312 |
+
148,
|
| 313 |
+
100,
|
| 314 |
+
171,
|
| 315 |
+
7,
|
| 316 |
+
3,
|
| 317 |
+
164
|
| 318 |
+
],
|
| 319 |
+
"15": [
|
| 320 |
+
63,
|
| 321 |
+
84,
|
| 322 |
+
53,
|
| 323 |
+
73,
|
| 324 |
+
78,
|
| 325 |
+
90,
|
| 326 |
+
148,
|
| 327 |
+
100,
|
| 328 |
+
171,
|
| 329 |
+
7,
|
| 330 |
+
3,
|
| 331 |
+
164,
|
| 332 |
+
167,
|
| 333 |
+
25,
|
| 334 |
+
29
|
| 335 |
+
],
|
| 336 |
+
"18": [
|
| 337 |
+
63,
|
| 338 |
+
84,
|
| 339 |
+
53,
|
| 340 |
+
73,
|
| 341 |
+
78,
|
| 342 |
+
90,
|
| 343 |
+
148,
|
| 344 |
+
100,
|
| 345 |
+
171,
|
| 346 |
+
7,
|
| 347 |
+
3,
|
| 348 |
+
164,
|
| 349 |
+
167,
|
| 350 |
+
25,
|
| 351 |
+
29,
|
| 352 |
+
143,
|
| 353 |
+
122,
|
| 354 |
+
33
|
| 355 |
+
],
|
| 356 |
+
"21": [
|
| 357 |
+
63,
|
| 358 |
+
84,
|
| 359 |
+
53,
|
| 360 |
+
73,
|
| 361 |
+
78,
|
| 362 |
+
90,
|
| 363 |
+
148,
|
| 364 |
+
100,
|
| 365 |
+
171,
|
| 366 |
+
7,
|
| 367 |
+
3,
|
| 368 |
+
164,
|
| 369 |
+
167,
|
| 370 |
+
25,
|
| 371 |
+
29,
|
| 372 |
+
143,
|
| 373 |
+
122,
|
| 374 |
+
33,
|
| 375 |
+
163,
|
| 376 |
+
161,
|
| 377 |
+
11
|
| 378 |
+
],
|
| 379 |
+
"3": [
|
| 380 |
+
82,
|
| 381 |
+
134,
|
| 382 |
+
146
|
| 383 |
+
],
|
| 384 |
+
"6": [
|
| 385 |
+
82,
|
| 386 |
+
89,
|
| 387 |
+
134,
|
| 388 |
+
140,
|
| 389 |
+
146,
|
| 390 |
+
171
|
| 391 |
+
],
|
| 392 |
+
"9": [
|
| 393 |
+
28,
|
| 394 |
+
76,
|
| 395 |
+
82,
|
| 396 |
+
89,
|
| 397 |
+
114,
|
| 398 |
+
134,
|
| 399 |
+
140,
|
| 400 |
+
146,
|
| 401 |
+
171
|
| 402 |
+
]
|
| 403 |
+
},
|
| 404 |
+
"garden": {
|
| 405 |
+
"12": [
|
| 406 |
+
32,
|
| 407 |
+
114,
|
| 408 |
+
164,
|
| 409 |
+
25,
|
| 410 |
+
12,
|
| 411 |
+
4,
|
| 412 |
+
180,
|
| 413 |
+
21,
|
| 414 |
+
159,
|
| 415 |
+
176,
|
| 416 |
+
169,
|
| 417 |
+
9
|
| 418 |
+
],
|
| 419 |
+
"15": [
|
| 420 |
+
32,
|
| 421 |
+
114,
|
| 422 |
+
164,
|
| 423 |
+
25,
|
| 424 |
+
12,
|
| 425 |
+
4,
|
| 426 |
+
180,
|
| 427 |
+
21,
|
| 428 |
+
159,
|
| 429 |
+
176,
|
| 430 |
+
169,
|
| 431 |
+
9,
|
| 432 |
+
29,
|
| 433 |
+
182,
|
| 434 |
+
15
|
| 435 |
+
],
|
| 436 |
+
"18": [
|
| 437 |
+
32,
|
| 438 |
+
114,
|
| 439 |
+
164,
|
| 440 |
+
25,
|
| 441 |
+
12,
|
| 442 |
+
4,
|
| 443 |
+
180,
|
| 444 |
+
21,
|
| 445 |
+
159,
|
| 446 |
+
176,
|
| 447 |
+
169,
|
| 448 |
+
9,
|
| 449 |
+
29,
|
| 450 |
+
182,
|
| 451 |
+
15,
|
| 452 |
+
173,
|
| 453 |
+
137,
|
| 454 |
+
131
|
| 455 |
+
],
|
| 456 |
+
"21": [
|
| 457 |
+
32,
|
| 458 |
+
114,
|
| 459 |
+
164,
|
| 460 |
+
25,
|
| 461 |
+
12,
|
| 462 |
+
4,
|
| 463 |
+
180,
|
| 464 |
+
21,
|
| 465 |
+
159,
|
| 466 |
+
176,
|
| 467 |
+
169,
|
| 468 |
+
9,
|
| 469 |
+
29,
|
| 470 |
+
182,
|
| 471 |
+
15,
|
| 472 |
+
173,
|
| 473 |
+
137,
|
| 474 |
+
131,
|
| 475 |
+
40,
|
| 476 |
+
151,
|
| 477 |
+
34
|
| 478 |
+
],
|
| 479 |
+
"3": [
|
| 480 |
+
1,
|
| 481 |
+
46,
|
| 482 |
+
57
|
| 483 |
+
],
|
| 484 |
+
"6": [
|
| 485 |
+
1,
|
| 486 |
+
46,
|
| 487 |
+
57,
|
| 488 |
+
74,
|
| 489 |
+
94,
|
| 490 |
+
171
|
| 491 |
+
],
|
| 492 |
+
"9": [
|
| 493 |
+
1,
|
| 494 |
+
17,
|
| 495 |
+
46,
|
| 496 |
+
57,
|
| 497 |
+
74,
|
| 498 |
+
94,
|
| 499 |
+
116,
|
| 500 |
+
171,
|
| 501 |
+
177
|
| 502 |
+
]
|
| 503 |
+
},
|
| 504 |
+
"kitchen": {
|
| 505 |
+
"12": [
|
| 506 |
+
247,
|
| 507 |
+
66,
|
| 508 |
+
265,
|
| 509 |
+
125,
|
| 510 |
+
112,
|
| 511 |
+
50,
|
| 512 |
+
218,
|
| 513 |
+
190,
|
| 514 |
+
146,
|
| 515 |
+
167,
|
| 516 |
+
3,
|
| 517 |
+
68
|
| 518 |
+
],
|
| 519 |
+
"15": [
|
| 520 |
+
247,
|
| 521 |
+
66,
|
| 522 |
+
265,
|
| 523 |
+
125,
|
| 524 |
+
112,
|
| 525 |
+
50,
|
| 526 |
+
218,
|
| 527 |
+
190,
|
| 528 |
+
146,
|
| 529 |
+
167,
|
| 530 |
+
3,
|
| 531 |
+
68,
|
| 532 |
+
275,
|
| 533 |
+
105,
|
| 534 |
+
44
|
| 535 |
+
],
|
| 536 |
+
"18": [
|
| 537 |
+
247,
|
| 538 |
+
66,
|
| 539 |
+
265,
|
| 540 |
+
125,
|
| 541 |
+
112,
|
| 542 |
+
50,
|
| 543 |
+
218,
|
| 544 |
+
190,
|
| 545 |
+
146,
|
| 546 |
+
167,
|
| 547 |
+
3,
|
| 548 |
+
68,
|
| 549 |
+
275,
|
| 550 |
+
105,
|
| 551 |
+
44,
|
| 552 |
+
13,
|
| 553 |
+
197,
|
| 554 |
+
154
|
| 555 |
+
],
|
| 556 |
+
"21": [
|
| 557 |
+
247,
|
| 558 |
+
66,
|
| 559 |
+
265,
|
| 560 |
+
125,
|
| 561 |
+
112,
|
| 562 |
+
50,
|
| 563 |
+
218,
|
| 564 |
+
190,
|
| 565 |
+
146,
|
| 566 |
+
167,
|
| 567 |
+
3,
|
| 568 |
+
68,
|
| 569 |
+
275,
|
| 570 |
+
105,
|
| 571 |
+
44,
|
| 572 |
+
13,
|
| 573 |
+
197,
|
| 574 |
+
154,
|
| 575 |
+
57,
|
| 576 |
+
106,
|
| 577 |
+
117
|
| 578 |
+
],
|
| 579 |
+
"3": [
|
| 580 |
+
14,
|
| 581 |
+
171,
|
| 582 |
+
196
|
| 583 |
+
],
|
| 584 |
+
"6": [
|
| 585 |
+
14,
|
| 586 |
+
115,
|
| 587 |
+
127,
|
| 588 |
+
171,
|
| 589 |
+
196,
|
| 590 |
+
213
|
| 591 |
+
],
|
| 592 |
+
"9": [
|
| 593 |
+
14,
|
| 594 |
+
70,
|
| 595 |
+
115,
|
| 596 |
+
127,
|
| 597 |
+
171,
|
| 598 |
+
189,
|
| 599 |
+
196,
|
| 600 |
+
213,
|
| 601 |
+
255
|
| 602 |
+
]
|
| 603 |
+
},
|
| 604 |
+
"room": {
|
| 605 |
+
"12": [
|
| 606 |
+
179,
|
| 607 |
+
116,
|
| 608 |
+
206,
|
| 609 |
+
4,
|
| 610 |
+
39,
|
| 611 |
+
248,
|
| 612 |
+
104,
|
| 613 |
+
247,
|
| 614 |
+
172,
|
| 615 |
+
290,
|
| 616 |
+
66,
|
| 617 |
+
261
|
| 618 |
+
],
|
| 619 |
+
"15": [
|
| 620 |
+
179,
|
| 621 |
+
116,
|
| 622 |
+
206,
|
| 623 |
+
4,
|
| 624 |
+
39,
|
| 625 |
+
248,
|
| 626 |
+
104,
|
| 627 |
+
247,
|
| 628 |
+
172,
|
| 629 |
+
290,
|
| 630 |
+
66,
|
| 631 |
+
261,
|
| 632 |
+
221,
|
| 633 |
+
164,
|
| 634 |
+
80
|
| 635 |
+
],
|
| 636 |
+
"18": [
|
| 637 |
+
179,
|
| 638 |
+
116,
|
| 639 |
+
206,
|
| 640 |
+
4,
|
| 641 |
+
39,
|
| 642 |
+
248,
|
| 643 |
+
104,
|
| 644 |
+
247,
|
| 645 |
+
172,
|
| 646 |
+
290,
|
| 647 |
+
66,
|
| 648 |
+
261,
|
| 649 |
+
221,
|
| 650 |
+
164,
|
| 651 |
+
80,
|
| 652 |
+
139,
|
| 653 |
+
109,
|
| 654 |
+
19
|
| 655 |
+
],
|
| 656 |
+
"21": [
|
| 657 |
+
179,
|
| 658 |
+
116,
|
| 659 |
+
206,
|
| 660 |
+
4,
|
| 661 |
+
39,
|
| 662 |
+
248,
|
| 663 |
+
104,
|
| 664 |
+
247,
|
| 665 |
+
172,
|
| 666 |
+
290,
|
| 667 |
+
66,
|
| 668 |
+
261,
|
| 669 |
+
221,
|
| 670 |
+
164,
|
| 671 |
+
80,
|
| 672 |
+
139,
|
| 673 |
+
109,
|
| 674 |
+
19,
|
| 675 |
+
183,
|
| 676 |
+
28,
|
| 677 |
+
153
|
| 678 |
+
],
|
| 679 |
+
"3": [
|
| 680 |
+
2,
|
| 681 |
+
15,
|
| 682 |
+
79
|
| 683 |
+
],
|
| 684 |
+
"6": [
|
| 685 |
+
2,
|
| 686 |
+
13,
|
| 687 |
+
15,
|
| 688 |
+
79,
|
| 689 |
+
173,
|
| 690 |
+
219
|
| 691 |
+
],
|
| 692 |
+
"9": [
|
| 693 |
+
2,
|
| 694 |
+
13,
|
| 695 |
+
15,
|
| 696 |
+
79,
|
| 697 |
+
107,
|
| 698 |
+
158,
|
| 699 |
+
173,
|
| 700 |
+
219,
|
| 701 |
+
250
|
| 702 |
+
]
|
| 703 |
+
},
|
| 704 |
+
"stump": {
|
| 705 |
+
"12": [
|
| 706 |
+
29,
|
| 707 |
+
111,
|
| 708 |
+
80,
|
| 709 |
+
14,
|
| 710 |
+
2,
|
| 711 |
+
120,
|
| 712 |
+
103,
|
| 713 |
+
8,
|
| 714 |
+
16,
|
| 715 |
+
12,
|
| 716 |
+
114,
|
| 717 |
+
91
|
| 718 |
+
],
|
| 719 |
+
"15": [
|
| 720 |
+
29,
|
| 721 |
+
111,
|
| 722 |
+
80,
|
| 723 |
+
14,
|
| 724 |
+
2,
|
| 725 |
+
120,
|
| 726 |
+
103,
|
| 727 |
+
8,
|
| 728 |
+
16,
|
| 729 |
+
12,
|
| 730 |
+
114,
|
| 731 |
+
91,
|
| 732 |
+
5,
|
| 733 |
+
56,
|
| 734 |
+
68
|
| 735 |
+
],
|
| 736 |
+
"18": [
|
| 737 |
+
29,
|
| 738 |
+
111,
|
| 739 |
+
80,
|
| 740 |
+
14,
|
| 741 |
+
2,
|
| 742 |
+
120,
|
| 743 |
+
103,
|
| 744 |
+
8,
|
| 745 |
+
16,
|
| 746 |
+
12,
|
| 747 |
+
114,
|
| 748 |
+
91,
|
| 749 |
+
5,
|
| 750 |
+
56,
|
| 751 |
+
68,
|
| 752 |
+
83,
|
| 753 |
+
50,
|
| 754 |
+
61
|
| 755 |
+
],
|
| 756 |
+
"21": [
|
| 757 |
+
29,
|
| 758 |
+
111,
|
| 759 |
+
80,
|
| 760 |
+
14,
|
| 761 |
+
2,
|
| 762 |
+
120,
|
| 763 |
+
103,
|
| 764 |
+
8,
|
| 765 |
+
16,
|
| 766 |
+
12,
|
| 767 |
+
114,
|
| 768 |
+
91,
|
| 769 |
+
5,
|
| 770 |
+
56,
|
| 771 |
+
68,
|
| 772 |
+
83,
|
| 773 |
+
50,
|
| 774 |
+
61,
|
| 775 |
+
113,
|
| 776 |
+
0,
|
| 777 |
+
122
|
| 778 |
+
],
|
| 779 |
+
"3": [
|
| 780 |
+
26,
|
| 781 |
+
34,
|
| 782 |
+
114
|
| 783 |
+
],
|
| 784 |
+
"6": [
|
| 785 |
+
12,
|
| 786 |
+
19,
|
| 787 |
+
26,
|
| 788 |
+
34,
|
| 789 |
+
114,
|
| 790 |
+
119
|
| 791 |
+
],
|
| 792 |
+
"9": [
|
| 793 |
+
12,
|
| 794 |
+
19,
|
| 795 |
+
22,
|
| 796 |
+
26,
|
| 797 |
+
34,
|
| 798 |
+
82,
|
| 799 |
+
114,
|
| 800 |
+
119,
|
| 801 |
+
121
|
| 802 |
+
]
|
| 803 |
+
},
|
| 804 |
+
"treehill": {
|
| 805 |
+
"12": [
|
| 806 |
+
11,
|
| 807 |
+
25,
|
| 808 |
+
3,
|
| 809 |
+
120,
|
| 810 |
+
133,
|
| 811 |
+
21,
|
| 812 |
+
80,
|
| 813 |
+
15,
|
| 814 |
+
139,
|
| 815 |
+
135,
|
| 816 |
+
7,
|
| 817 |
+
131
|
| 818 |
+
],
|
| 819 |
+
"15": [
|
| 820 |
+
11,
|
| 821 |
+
25,
|
| 822 |
+
3,
|
| 823 |
+
120,
|
| 824 |
+
133,
|
| 825 |
+
21,
|
| 826 |
+
80,
|
| 827 |
+
15,
|
| 828 |
+
139,
|
| 829 |
+
135,
|
| 830 |
+
7,
|
| 831 |
+
131,
|
| 832 |
+
19,
|
| 833 |
+
122,
|
| 834 |
+
114
|
| 835 |
+
],
|
| 836 |
+
"18": [
|
| 837 |
+
11,
|
| 838 |
+
25,
|
| 839 |
+
3,
|
| 840 |
+
120,
|
| 841 |
+
133,
|
| 842 |
+
21,
|
| 843 |
+
80,
|
| 844 |
+
15,
|
| 845 |
+
139,
|
| 846 |
+
135,
|
| 847 |
+
7,
|
| 848 |
+
131,
|
| 849 |
+
19,
|
| 850 |
+
122,
|
| 851 |
+
114,
|
| 852 |
+
22,
|
| 853 |
+
111,
|
| 854 |
+
8
|
| 855 |
+
],
|
| 856 |
+
"21": [
|
| 857 |
+
11,
|
| 858 |
+
25,
|
| 859 |
+
3,
|
| 860 |
+
120,
|
| 861 |
+
133,
|
| 862 |
+
21,
|
| 863 |
+
80,
|
| 864 |
+
15,
|
| 865 |
+
139,
|
| 866 |
+
135,
|
| 867 |
+
7,
|
| 868 |
+
131,
|
| 869 |
+
19,
|
| 870 |
+
122,
|
| 871 |
+
114,
|
| 872 |
+
22,
|
| 873 |
+
111,
|
| 874 |
+
8,
|
| 875 |
+
17,
|
| 876 |
+
78,
|
| 877 |
+
119
|
| 878 |
+
],
|
| 879 |
+
"3": [
|
| 880 |
+
14,
|
| 881 |
+
100,
|
| 882 |
+
132
|
| 883 |
+
],
|
| 884 |
+
"6": [
|
| 885 |
+
14,
|
| 886 |
+
26,
|
| 887 |
+
90,
|
| 888 |
+
100,
|
| 889 |
+
132,
|
| 890 |
+
137
|
| 891 |
+
],
|
| 892 |
+
"9": [
|
| 893 |
+
9,
|
| 894 |
+
14,
|
| 895 |
+
26,
|
| 896 |
+
30,
|
| 897 |
+
90,
|
| 898 |
+
100,
|
| 899 |
+
130,
|
| 900 |
+
132,
|
| 901 |
+
137
|
| 902 |
+
]
|
| 903 |
+
}
|
| 904 |
+
},
|
| 905 |
+
"subset_sizes": [
|
| 906 |
+
3,
|
| 907 |
+
6,
|
| 908 |
+
9,
|
| 909 |
+
12,
|
| 910 |
+
15,
|
| 911 |
+
18,
|
| 912 |
+
21
|
| 913 |
+
]
|
| 914 |
+
}
|
mipnerf360_impossible_splits.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|