Dataset Viewer
The dataset viewer is not available for this subset.
Cannot get the split names for the config 'default' of the dataset.
Exception:    HfHubHTTPError
Message:      504 Server Error: Gateway Time-out for url: https://huggingface.co/api/datasets/koalapenguin/cloth-brdf/tree/c0cb836a03b8033b4928367d764d8d7f7ee302fa?expand=false&recursive=true&limit=1000&cursor=ZXlKbWFXeGxYMjVoYldVaU9pSnRZWFJsY21saGJITXZORFEyTDJKaWIzZ3Vhbk52YmlJc0luUnlaV1ZmYjJsa0lqb2lNVFJsT0dSaU5EQmlZamRsWkRNNE9EZzJPRGRsTXpFMU5EYzRORE0xWldVMU5XWXlNVFprWXlKOTo0MDAw
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 66, in compute_split_names_from_streaming_response
                  for split in get_dataset_split_names(
                               ^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
                  info = get_dataset_config_info(
                         ^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 268, in get_dataset_config_info
                  builder = load_dataset_builder(
                            ^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 1315, in load_dataset_builder
                  dataset_module = dataset_module_factory(
                                   ^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 1207, in dataset_module_factory
                  raise e1 from None
                File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 1182, in dataset_module_factory
                  ).get_module()
                    ^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/load.py", line 638, in get_module
                  patterns = get_data_patterns(base_path, download_config=self.download_config)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/data_files.py", line 493, in get_data_patterns
                  return _get_data_files_patterns(resolver)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/data_files.py", line 290, in _get_data_files_patterns
                  data_files = pattern_resolver(pattern)
                               ^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/data_files.py", line 372, in resolve_pattern
                  for filepath, info in fs.glob(fs_pattern, detail=True, **glob_kwargs).items():
                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 521, in glob
                  return super().glob(path, **kwargs)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/fsspec/spec.py", line 604, in glob
                  allpaths = self.find(root, maxdepth=depth, withdirs=True, detail=True, **kwargs)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 563, in find
                  out = self._ls_tree(path, recursive=True, refresh=refresh, revision=resolved_path.revision, **kwargs)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 446, in _ls_tree
                  self._ls_tree(
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_file_system.py", line 463, in _ls_tree
                  for path_info in tree:
                                   ^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/hf_api.py", line 3140, in list_repo_tree
                  for path_info in paginate(path=tree_url, headers=headers, params={"recursive": recursive, "expand": expand}):
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_pagination.py", line 46, in paginate
                  hf_raise_for_status(r)
                File "/usr/local/lib/python3.12/site-packages/huggingface_hub/utils/_http.py", line 482, in hf_raise_for_status
                  raise _format(HfHubHTTPError, str(e), response) from e
              huggingface_hub.errors.HfHubHTTPError: 504 Server Error: Gateway Time-out for url: https://huggingface.co/api/datasets/koalapenguin/cloth-brdf/tree/c0cb836a03b8033b4928367d764d8d7f7ee302fa?expand=false&recursive=true&limit=1000&cursor=ZXlKbWFXeGxYMjVoYldVaU9pSnRZWFJsY21saGJITXZORFEyTDJKaWIzZ3Vhbk52YmlJc0luUnlaV1ZmYjJsa0lqb2lNVFJsT0dSaU5EQmlZamRsWkRNNE9EZzJPRGRsTXpFMU5EYzRORE0xWldVMU5XWXlNVFprWXlKOTo0MDAw

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.

Cloth BRDF Dataset (Multi-View Multi-Light HDR)

Multi-view multi-light HDR captures of cloth materials with associated 3D geometry, designed for inverse rendering and BRDF estimation.

Snapshot: 500 materials, 3.62 TB total (3,622 GB), 9,853 files.

Dataset summary

Cloth-BRDF is a large-scale dataset of densely sampled cloth material appearances captured under controlled multi-view, multi-light conditions. Each material is represented by a structured set of HDR observations, per-camera and per-light pose information, and a sparse 3D point cloud reconstructed from the calibration imagery.

The dataset is intended to enable BRDF / SVBRDF estimation, photometric stereo benchmarks, and inverse-rendering research that requires reliable multi-view, multi-light ground truth on real-world cloth samples.

Repository layout

materials/{id}/
  hdr.tar                            # 500-585 16-bit HDR PNGs (multi-view, multi-light)
  observations_structured.npz        # xyz, point_ids, rgbs, cam_pos, light_pos arrays
  point_positions.npz                # sparse 3D point cloud
  rotated_camera.json                # per-view camera poses (registered to rig frame)
  scan_log.json                      # per-scan camera + light pose log
  point_metadata.json                # observation count, point count
  bbox.json                          # sample bounding box
  hdr_crop_bboxes.json               # per-image crop polygon + dilation metadata
  unmatched_scan_ids.json            # scans without camera/light correspondence

globals/
  camera_factor.json                 # per-camera intensity correction factors
  emitter_calibration.json           # light emitter intensity profile (degrees)
  sample_size.json                   # material physical-size groups
  training_list_{N}.txt            # training splits at N = 100, 300, 442, 500
  test_list_{N}.txt                # corresponding test splits

sample/                              # ≤4 GB downsampled subset for reviewer inspection
examples/load_material.py            # minimal loader

croissant.jsonld                     # MLCommons Croissant metadata (core + RAI)
LICENSE                              # CC-BY-4.0

Data collection

Captures performed with a custom rig combining a robot-arm-mounted camera, an array of LED light sources at calibrated positions, and a sample-holding platform with markers for pose recovery. Each material sample is mounted flat and imaged from <FILL_IN: number> camera viewpoints under <FILL_IN: number> lighting conditions, producing roughly 500-585 16-bit HDR PNG images per material. A sparse 3D reconstruction (COLMAP) recovers point geometry and registers cameras into the rig coordinate frame. Per-pixel observations are then assembled into a structured npz with (point, camera, light) indexing.

Annotations

No human annotation. All metadata (camera poses, light positions, per-pixel observations, point cloud) is derived from the calibration pipeline.

Loading

pip install huggingface_hub numpy pillow
python examples/load_material.py --mid 0

For batched / streamed loading, treat each materials/{id}/hdr.tar as a WebDataset shard.

Splits

The training/test split scales with the number of materials desired. Choose the variant matching your experiment:

Split file Materials Use case
globals/training_list_100.txt + test_list_100.txt 100 small-scale ablations
globals/training_list_300.txt + test_list_300.txt 300 medium-scale benchmarks
globals/training_list_442.txt + test_list_442.txt 442 full prior to material 400 (small-npz outlier)
globals/training_list_500.txt + test_list_500.txt 500 full dataset

Limitations

  • Single capture rig: rig-specific calibration assumptions (lens model, light intensity profile, geometric layout) are baked into the data.
  • Cloth deformations are not modelled — samples are flat-mounted and imaged in a planar configuration.
  • Specular highlights at grazing angles may be clipped despite the 16-bit HDR encoding.
  • Sparse 3D points (typically <FILL_IN: range> per material) are derived from feature-matched calibration imagery rather than dense scanning.

Biases

  • Material distribution is biased toward fabrics readily available in <FILL_IN: e.g. North American retail / lab partner suppliers>; not a representative cross-section of global textile diversity.
  • Lighting hemisphere only (no transmissive setups, no sub-surface scattering captures).
  • HDR capture, while wide-range, may saturate on very specular or very dark materials.

Personal / sensitive information

None. Data consists exclusively of cloth material captures. No people, no faces, no identifiable subjects, no personally-identifying metadata.

Intended use cases

  • BRDF / SVBRDF estimation
  • Photometric stereo benchmarks
  • Multi-view inverse rendering
  • Neural appearance models conditioned on geometry + lighting
  • Material classification or retrieval research

Social impact

  • Intended for graphics, vision, and inverse-rendering research.
  • No known dual-use risk: cloth material captures are physical-object measurements with no human subjects, no personally-identifying metadata, and no operational security implications.
  • Indirect downstream uses might include realistic cloth rendering for games, films, or virtual try-on; the dataset itself does not enable surveillance or harm.

Citation

@misc{clothbrdf2026,
  title  = {<FILL_IN: paper title>},
  author = {<FILL_IN: anonymous during review>},
  year   = {2026},
  note   = {NeurIPS 2026 Datasets \& Benchmarks Track submission},
  url    = {https://huggingface.co/datasets/koalapenguin/cloth-brdf}
}

Provenance

Pipeline scripts are under scripts/dataset_submission/ in the source repository:

  • Capture: capture/capture_pipeline_fixed_center.py
  • Reconstruction: COLMAP feature matching + triangulation
  • HDR cropping: scripts/dataset_submission/crop_hdr_by_mask.py
  • Observation structuring: scripts/dataset_submission/process_all_materials.py
  • Upload: scripts/dataset_submission/upload_hf_debug.py

Detailed Croissant prov:wasGeneratedBy records are in croissant.jsonld.

Downloads last month
7,919