Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
schema_version: int64
dataset: string
release_version: string
generated_on: timestamp[s]
generator_repository: string
generator_commit: string
licence: string
file_count: int64
total_bytes: int64
files: list<item: struct<path: string, size_bytes: int64, sha256: string>>
  child 0, item: struct<path: string, size_bytes: int64, sha256: string>
      child 0, path: string
      child 1, size_bytes: int64
      child 2, sha256: string
totals: struct<scenes: int64, frames: int64, train_frames: int64, validation_frames: int64, test_frames: int (... 3 chars omitted)
  child 0, scenes: int64
  child 1, frames: int64
  child 2, train_frames: int64
  child 3, validation_frames: int64
  child 4, test_frames: int64
scenes: struct<abandoned_buildings: struct<frames: int64, split_counts: struct<train: int64, validation: int (... 715 chars omitted)
  child 0, abandoned_buildings: struct<frames: int64, split_counts: struct<train: int64, validation: int64, test: int64>, file_count (... 39 chars omitted)
      child 0, frames: int64
      child 1, split_counts: struct<train: int64, validation: int64, test: int64>
          child 0, train: int64
          child 1, validation: int64
          child 2, test: int64
      child 2, file_count: int64
      child 3, resolution: list<item: int64>
          child 0, item: int64
  child 1, apartment_building: struct<frames: int64, split_counts: struct<train: int64, validation: int64, test: int64>, file_count (... 39 chars omitted)
      child 0, frames: 
...
   child 3, resolution: list<item: int64>
          child 0, item: int64
  child 2, arlanda_uppsala_cathedral: struct<frames: int64, split_counts: struct<train: int64, validation: int64, test: int64>, file_count (... 39 chars omitted)
      child 0, frames: int64
      child 1, split_counts: struct<train: int64, validation: int64, test: int64>
          child 0, train: int64
          child 1, validation: int64
          child 2, test: int64
      child 2, file_count: int64
      child 3, resolution: list<item: int64>
          child 0, item: int64
  child 3, glass_building: struct<frames: int64, split_counts: struct<train: int64, validation: int64, test: int64>, file_count (... 39 chars omitted)
      child 0, frames: int64
      child 1, split_counts: struct<train: int64, validation: int64, test: int64>
          child 0, train: int64
          child 1, validation: int64
          child 2, test: int64
      child 2, file_count: int64
      child 3, resolution: list<item: int64>
          child 0, item: int64
  child 4, interstellar_house: struct<frames: int64, split_counts: struct<train: int64, validation: int64, test: int64>, file_count (... 39 chars omitted)
      child 0, frames: int64
      child 1, split_counts: struct<train: int64, validation: int64, test: int64>
          child 0, train: int64
          child 1, validation: int64
          child 2, test: int64
      child 2, file_count: int64
      child 3, resolution: list<item: int64>
          child 0, item: int64
to
{'schema_version': Value('int64'), 'dataset': Value('string'), 'release_version': Value('string'), 'generator_commit': Value('string'), 'scenes': {'abandoned_buildings': {'frames': Value('int64'), 'split_counts': {'train': Value('int64'), 'validation': Value('int64'), 'test': Value('int64')}, 'file_count': Value('int64'), 'resolution': List(Value('int64'))}, 'apartment_building': {'frames': Value('int64'), 'split_counts': {'train': Value('int64'), 'validation': Value('int64'), 'test': Value('int64')}, 'file_count': Value('int64'), 'resolution': List(Value('int64'))}, 'arlanda_uppsala_cathedral': {'frames': Value('int64'), 'split_counts': {'train': Value('int64'), 'validation': Value('int64'), 'test': Value('int64')}, 'file_count': Value('int64'), 'resolution': List(Value('int64'))}, 'glass_building': {'frames': Value('int64'), 'split_counts': {'train': Value('int64'), 'validation': Value('int64'), 'test': Value('int64')}, 'file_count': Value('int64'), 'resolution': List(Value('int64'))}, 'interstellar_house': {'frames': Value('int64'), 'split_counts': {'train': Value('int64'), 'validation': Value('int64'), 'test': Value('int64')}, 'file_count': Value('int64'), 'resolution': List(Value('int64'))}}, 'totals': {'scenes': Value('int64'), 'frames': Value('int64'), 'train_frames': Value('int64'), 'validation_frames': Value('int64'), 'test_frames': Value('int64')}}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 149, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                File "/src/services/worker/src/worker/utils.py", line 129, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 489, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2818, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2355, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2380, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              schema_version: int64
              dataset: string
              release_version: string
              generated_on: timestamp[s]
              generator_repository: string
              generator_commit: string
              licence: string
              file_count: int64
              total_bytes: int64
              files: list<item: struct<path: string, size_bytes: int64, sha256: string>>
                child 0, item: struct<path: string, size_bytes: int64, sha256: string>
                    child 0, path: string
                    child 1, size_bytes: int64
                    child 2, sha256: string
              totals: struct<scenes: int64, frames: int64, train_frames: int64, validation_frames: int64, test_frames: int (... 3 chars omitted)
                child 0, scenes: int64
                child 1, frames: int64
                child 2, train_frames: int64
                child 3, validation_frames: int64
                child 4, test_frames: int64
              scenes: struct<abandoned_buildings: struct<frames: int64, split_counts: struct<train: int64, validation: int (... 715 chars omitted)
                child 0, abandoned_buildings: struct<frames: int64, split_counts: struct<train: int64, validation: int64, test: int64>, file_count (... 39 chars omitted)
                    child 0, frames: int64
                    child 1, split_counts: struct<train: int64, validation: int64, test: int64>
                        child 0, train: int64
                        child 1, validation: int64
                        child 2, test: int64
                    child 2, file_count: int64
                    child 3, resolution: list<item: int64>
                        child 0, item: int64
                child 1, apartment_building: struct<frames: int64, split_counts: struct<train: int64, validation: int64, test: int64>, file_count (... 39 chars omitted)
                    child 0, frames: 
              ...
                 child 3, resolution: list<item: int64>
                        child 0, item: int64
                child 2, arlanda_uppsala_cathedral: struct<frames: int64, split_counts: struct<train: int64, validation: int64, test: int64>, file_count (... 39 chars omitted)
                    child 0, frames: int64
                    child 1, split_counts: struct<train: int64, validation: int64, test: int64>
                        child 0, train: int64
                        child 1, validation: int64
                        child 2, test: int64
                    child 2, file_count: int64
                    child 3, resolution: list<item: int64>
                        child 0, item: int64
                child 3, glass_building: struct<frames: int64, split_counts: struct<train: int64, validation: int64, test: int64>, file_count (... 39 chars omitted)
                    child 0, frames: int64
                    child 1, split_counts: struct<train: int64, validation: int64, test: int64>
                        child 0, train: int64
                        child 1, validation: int64
                        child 2, test: int64
                    child 2, file_count: int64
                    child 3, resolution: list<item: int64>
                        child 0, item: int64
                child 4, interstellar_house: struct<frames: int64, split_counts: struct<train: int64, validation: int64, test: int64>, file_count (... 39 chars omitted)
                    child 0, frames: int64
                    child 1, split_counts: struct<train: int64, validation: int64, test: int64>
                        child 0, train: int64
                        child 1, validation: int64
                        child 2, test: int64
                    child 2, file_count: int64
                    child 3, resolution: list<item: int64>
                        child 0, item: int64
              to
              {'schema_version': Value('int64'), 'dataset': Value('string'), 'release_version': Value('string'), 'generator_commit': Value('string'), 'scenes': {'abandoned_buildings': {'frames': Value('int64'), 'split_counts': {'train': Value('int64'), 'validation': Value('int64'), 'test': Value('int64')}, 'file_count': Value('int64'), 'resolution': List(Value('int64'))}, 'apartment_building': {'frames': Value('int64'), 'split_counts': {'train': Value('int64'), 'validation': Value('int64'), 'test': Value('int64')}, 'file_count': Value('int64'), 'resolution': List(Value('int64'))}, 'arlanda_uppsala_cathedral': {'frames': Value('int64'), 'split_counts': {'train': Value('int64'), 'validation': Value('int64'), 'test': Value('int64')}, 'file_count': Value('int64'), 'resolution': List(Value('int64'))}, 'glass_building': {'frames': Value('int64'), 'split_counts': {'train': Value('int64'), 'validation': Value('int64'), 'test': Value('int64')}, 'file_count': Value('int64'), 'resolution': List(Value('int64'))}, 'interstellar_house': {'frames': Value('int64'), 'split_counts': {'train': Value('int64'), 'validation': Value('int64'), 'test': Value('int64')}, 'file_count': Value('int64'), 'resolution': List(Value('int64'))}}, 'totals': {'scenes': Value('int64'), 'frames': Value('int64'), 'train_frames': Value('int64'), 'validation_frames': Value('int64'), 'test_frames': Value('int64')}}
              because column names don't match

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

NeuSky Synthetic

NeuSky Synthetic scenes and ground-truth layers

NeuSky Synthetic is a five-scene, multi-illumination outdoor dataset for evaluating neural inverse rendering, intrinsic decomposition, novel-view synthesis and illumination estimation. It contains 1,500 rendered views at 1920 x 1080 resolution, with 250 training, 25 validation and 25 test views per scene.

This benchmark was developed as a thesis extension to The Sky's the Limit. It was not part of the original ECCV 2024 evaluation.

Property Value
Scenes 5
Total views 1,500
Training views 1,250
Validation views 125
Test views 125
Resolution 1920 x 1080
Illumination environments 167
Release 1.0
Generator commit 8e074a09385d975766742c2e4b3bf4e6866a7211

Scenes

  • abandoned_buildings
  • apartment_building
  • arlanda_uppsala_cathedral
  • glass_building
  • interstellar_house

Each scene is rendered under many Poly Haven HDR environments with known horizontal rotation. Training views additionally vary camera focal length and exposure. Camera intrinsics, camera-to-world transforms, exposure, environment identity and environment rotation are recorded per frame.

Splits And Layers

The training split contains only the inputs used for reconstruction:

  • tone-mapped RGB;
  • foreground/sky semantic masks.

Validation and test additionally provide the ground-truth decomposition:

  • diffuse albedo;
  • world-space surface normals;
  • metric depth;
  • roughness;
  • metallic;
  • transmission;
  • index of refraction.

Every scene also contains points3d.ply, used for scene centring and Gaussian-splatting initialisation, and transforms.json, containing all camera and illumination metadata.

Each independently downloadable archive extracts to:

scenes/<scene>/
  transforms.json
  points3d.ply
  train/
    rgb/
    cityscapes_mask/
  validation/
    rgb/
    cityscapes_mask/
    albedo/
    normal/
    depth/
    roughness/
    metallic/
    transmission/
    ior/
  test/
    <same layers as validation>

The mask images use the Cityscapes colours expected by NeuSky: sky is (70, 130, 180) and the reconstructed scene is (70, 70, 70).

Download

Download the complete release with the Hugging Face CLI, verify it, then extract the five scene archives:

hf download jadgardner/neusky-synthetic \
  --repo-type dataset \
  --revision v1.0 \
  --local-dir neusky-synthetic

(cd neusky-synthetic && sha256sum -c SHA256SUMS)
for archive in neusky-synthetic/archives/*.tar.zst; do
  tar --zstd -xf "$archive" -C neusky-synthetic
done

Download one scene:

hf download jadgardner/neusky-synthetic \
  --repo-type dataset \
  --revision v1.0 \
  archives/interstellar_house.tar.zst \
  --local-dir neusky-synthetic

tar --zstd -xf \
  neusky-synthetic/archives/interstellar_house.tar.zst \
  -C neusky-synthetic

An individual scene can also be downloaded without the CLI:

curl -L \
  "https://huggingface.co/datasets/jadgardner/neusky-synthetic/resolve/v1.0/archives/interstellar_house.tar.zst?download=true" \
  -o interstellar_house.tar.zst

zstd is required for extraction. MANIFEST.json records the size and SHA256 of every release file, and SHA256SUMS can be checked before extraction.

NeuSky

The loader, training code and deterministic generation pipeline are in the NeuSky repository.

git clone --recurse-submodules https://github.com/JADGardner/neusky.git
cd neusky

PYTHONPATH=. python scripts/train_synthetic.py \
  --data /path/to/neusky-synthetic/scenes/abandoned_buildings

See provenance/scene_sources.json for the source models and scene hashes, and provenance/scene_render_configs.json for the accepted camera and rendering profiles.

Baseline Results

These are the accepted means over all five scenes. The full per-scene results and additional raw/exposure-aligned columns are in benchmark/synthetic_results.csv.

Method Known PSNR EA ↑ SSIM ↑ LPIPS ↓ Left-Half PSNR ↑ SSIM ↑ LPIPS ↓ Albedo PSNR ↑ Normal MAE ↓ Depth RMSE ↓
NeuSky 16.54 0.506 0.602 15.94 0.575 0.570 17.84 46.49 24.91
NeRF-OSR 15.48 0.335 0.591 12.79 0.468 0.523 18.43 38.44 27.13
GS-IR 16.11 0.597 0.415 - - - 17.30 55.46 25.86

Known-illumination novel-view synthesis uses the ground-truth HDR environment and rotation. Its PSNR is exposure-aligned. In the left-half fitting track, illumination is fitted using only the left half of each held-out image and the full image is scored. GS-IR has no entry because its scene-wide lighting has no per-image estimation mechanism. Decomposition metrics use non-sky, valid-object masks; albedo PSNR is scale-aligned and normal MAE is measured in degrees.

Provenance

The 167 HDR environments are CC0 assets from Poly Haven. Their identifiers, current download metadata and accepted-generation checksums are included under provenance/. Poly Haven has made minor upstream revisions to 36 EXRs since the accepted render. Current upstream files are supported for source re-rendering; this prepared release is canonical for reproducing the reported benchmark.

The editable Blender scenes are not included. They contain extractable third-party models that cannot be redistributed in source form under their licences. provenance/scene_sources.json records their authors, source pages, licences and accepted scene hashes.

Licence

The prepared renders, masks, camera metadata, point clouds and ground-truth layers in this repository are released under the Creative Commons Attribution 4.0 International licence. See LICENSE.md.

This licence does not apply to the external HDRIs or editable third-party models referenced by the provenance files. The HDRIs are distributed separately by Poly Haven under CC0; the editable models are not included.

Limitations

  • The dataset contains five synthetic outdoor architectural scenes and does not represent the full diversity of real outdoor captures.
  • Camera paths are sampled around the principal scene content and do not reproduce a specific handheld capture trajectory.
  • The training data contains deliberately broad illumination and exposure variation; methods assuming a single fixed scene illumination are outside their intended setting.
  • Ground-truth decomposition layers are reserved for validation and test and must not be used as training supervision when reproducing the reported protocol.

Citation

The synthetic benchmark should be cited as part of the accompanying thesis. For NeuSky, cite:

@inproceedings{gardner2024sky,
  author    = {James A. D. Gardner and Evgenii Kashin and
               Bernhard Egger and William A. P. Smith},
  title     = {The Sky's the Limit: Relightable Outdoor Scenes via a
               Sky-Pixel Constrained Illumination Prior and Outside-In
               Visibility},
  booktitle = {European Conference on Computer Vision},
  pages     = {126--143},
  year      = {2024}
}

Release prepared on 2026-07-30.

Downloads last month
-

Models trained or fine-tuned on jadgardner/neusky-synthetic

Paper for jadgardner/neusky-synthetic