Download


Our dataset is available on both Hugging Face and Google Drive. We recommend using Hugging Face due to rate limits on Google Drive.

Hugging Face

Please follow the instructions on the Hugging Face repository to download the dataset.

Google Drive

The dataset has a validation and test split:

Instructions on how to unzip the files are provided below.

Dataset Categories

The dataset includes three main types of scenes, grouped under the top-level Benchmark/ folder:

File Structure

Inside each of the scanning/, indoors/, and outdoors/ folders, the data is further divided into subfolders:

Additional Downloads

NVS Benchmark

We also propose a challenging benchmark for Novel View Synthesis (NVS) based on six sequences selected from our Princeton365 dataset. These scenes involve complete 360° camera rotations around reflective or non-Lambertian objects—ideal for evaluating methods that aim to reconstruct challenging materials under diverse lighting.

The NVS benchmark data and evaluation trajectories can be downloaded here:
NVS Benchmark Sequences

How to Unzip

Our datasets are provided as multi-volume .7z archives. To extract them, you will need the p7zip command-line tool.

  1. Install 7-Zip: If you don't have it, install it using conda:
    conda install -c conda-forge p7zip
  2. Download the Folder: Download the entire folder containing all parts of an archive (e.g., my_dataset.zip.001, my_dataset.zip.002, etc.). Ensure all parts are in the same directory on your machine.
  3. Extract the First Part: Navigate into the folder you just downloaded, and run the extract command on the first file only. 7-Zip will automatically find and combine the other parts.
    7z x my_dataset.zip.001

    Note on Extra Data: If the folder also contains an extra_data.zip.001 archive, you must unzip it as well:

    7z x extra_data.zip.001

    After extracting, merge the contents of the extra_data folder into the main dataset folder using rsync. This command will copy the new files without overwriting existing ones. For example:

    rsync -av --ignore-existing /path/to/extra_data/ /path/to/main_dataset/
For any questions or assistance, please contact us at: princeton365.benchmark@gmail.com