| # 3DLP Preview Subset |
|
|
| This folder contains compressed side-by-side preview images for quick visual inspection of the 3DLP dataset. |
|
|
| Each image concatenates one tonemapped light-off/light-on pair horizontally: |
|
|
| - left half: light probe off |
| - right half: light probe on |
|
|
| The filenames contain the anonymized identifiers: |
|
|
| ```text |
| location_<i>_scene_<j>_view_<k>_image_<n>_on_off.jpg |
| ``` |
|
|
| The preview images keep the original preview resolution, but they are JPEG-compressed. They are intended only for browsing the dataset diversity and checking the kinds of scenes, viewpoints, materials, and lighting effects included in the release. They are not intended for scientific experiments, quantitative evaluation, or benchmark reporting, and they may contain JPEG compression artifacts. |
|
|
| For experiments, use the HDR TIFF files in the `main` subset. |
|
|
| ## Metadata |
|
|
| `metadata.jsonl` contains one row per preview image: |
|
|
| - `image_file_name`: relative path to the fused JPEG preview image. |
| - `location`: anonymized location identifier. |
| - `scene`: anonymized scene identifier within the location. |
| - `view`: anonymized camera viewpoint identifier within the scene. |
| - `image_index`: repeated on/off pair index within the view. |
|
|