Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
The dataset viewer is not available for this split.
Parquet error: Scan size limit exceeded: attempted to read 433080189 bytes, limit is 300000000 bytes Make sure that 1. the Parquet files contain a page index to enable random access without loading entire row groups2. otherwise use smaller row-group sizes when serializing the Parquet files
Error code:   TooBigContentError

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.

Reconstruction Scenes Dataset

A collection of real-world scenes designed for Structure-from-Motion (SfM), COLMAP pipelines, and Gaussian Splatting workflows.

This dataset provides multiple levels of usability:

  • Raw images for reconstruction
  • Precomputed COLMAP outputs
  • Optional splat-ready exports (no preprocessing required)

Highlights

  • COLMAP-ready scenes (images + cameras + poses)
  • Splat-ready export available (gsplat/)
  • Modular per-scene structure with support for partial downloads

Scene Summary

Scene Images COLMAP Splat Ready Viewer
chili-salmon-bowl 51 Yes chili-salmon-bowl.ply Supersplat
lawn-tree 205 Yes lawn-tree.ply

Download

Prerequisites

pip install -U "huggingface_hub[cli]"

Download Full Dataset

hf download promc/reconstruction-scenes \
  --repo-type dataset \
  --local-dir reconstruction-scenes

Download Single Scene

hf download promc/reconstruction-scenes \
  --repo-type dataset \
  --include "chili-salmon-bowl/**" \
  --local-dir reconstruction-scenes

Python API

pip install -U huggingface_hub
from huggingface_hub import snapshot_download

snapshot_download(
    repo_id="promc/reconstruction-scenes",
    repo_type="dataset",
    allow_patterns="chili-salmon-bowl/**",
    local_dir="reconstruction-scenes",
)

Author

Created by promto-c (Charin Rungchaowarat)

Downloads last month
532