Skip to main content

Real Deep Drawing and Cutting (RDDAC) Dataset

Code License: MIT Dataset License: CC BY 4.0 Python 3.10+ Documentation DaRUS Repository DOI

Measured point clouds after OP10 and OP20, colored by deviation from the matching DDACS simulation

Measured point clouds of one experiment after deep drawing (OP10, left) and cutting (OP20, right), colored by the deviation from the matching DDACS simulation.

A large-scale experimental dataset of 9,000 physical deep-drawing and cutting experiments — the real-world counterpart to the DDACS FEM simulations. Each experiment forms a modified quadratic cup from DP600 dual-phase steel (deep drawing in OP10, cutting in OP20) and records press force signals, sheet-thickness and oil-film traverses, and high-resolution 3D laser scans of the part after each operation. Use it to quantify the simulation-to-reality gap, train models on real process data, or validate DDACS-trained surrogates against physical measurements.

Experiments 9,000
Total size ~87 GB (HDF5, lossless)
Process steps per experiment 2 (OP10 deep drawing, OP20 cutting)
Parameter space 2 geometries x 3 blankholder forces x 3 oil types (18 categories)
Repetitions up to 500 per category
Train / val / test 7,200 / 900 / 900 (predefined, seed 42)
Matching simulations DDACS rddac.zip (~9 GB), fetched by rddac download

Documentation · Dataset DOI · Paper

Try the ~174 MB teaser (18 experiments, manifest, parameter table): Zenodo

The rddac package ships with the dataset and provides a Croissant native interface: one CLI for the download, one Python module for access, and an optional PyTorch IterableDataset for training.

Installation

pip install rddac

The PyTorch adapter is an optional extra. For hardware specific PyTorch builds (CUDA, ROCm, MPS), install PyTorch first from pytorch.org, then install the extra:

pip install 'rddac[torch]'

Download the dataset

# Small sample bundle (~174 MB): manifest, CSV, and one experiment per category.
rddac download --small -y

# Full release (~87 GB), including the matching DDACS simulations (~9 GB).
rddac download

# Real measurements only (skip the simulations).
rddac download --no-sim

Basic usage

import rddac

with rddac.open_h5(0) as f:                    # one experiment by id
    force = f["force/data"][:]                 # (n, 8): time, load cells, temp, position, total force
    sheet = f["sheet_thickness/data"][:]       # (n, 2): sensor position, thickness
    z10   = f["pointcloud/op10/z"][:]          # (6400000,) flat scan buffer

The public surface mirrors the ddacs package one to one — load, add_view, open_h5, inspect_h5, streaming.iter_view / export_to_numpy / load_export, and the PyTorch IterableDataset share names, signatures, and semantics. Code written against DDACS ports by swapping the import:

# import ddacs as dataset_pkg                  # simulations
import rddac as dataset_pkg                    # real experiments

ds = dataset_pkg.load(data_dir="./data")
for record in dataset_pkg.streaming.iter_view("force-curve", data_dir="./data", dataset=ds):
    ...

See the documentation for the dataset reference (parameter space, HDF5 structure, Croissant manifest) and step-by-step tutorials from a first plot to PyTorch training.

Citation

@dataset{baum2026rddac,
  title={Real Deep Drawing and Cutting Dataset},
  author={Baum, Sebastian and Heinzelmann, Pascal},
  year={2026},
  publisher={DaRUS},
  doi={10.18419/DARUS-5589}
}

@article{baum2026deviation,
  title={Statistical Analysis of Simulation to Reality Deviation in Deep Drawing with a Benchmark Dataset},
  author={Baum, Sebastian and Heinzelmann, Pascal and Clau{\ss}, P. and others},
  journal={Transactions of the Indian Institute of Metals},
  volume={79},
  pages={176},
  year={2026},
  doi={10.1007/s12666-026-03870-5}
}

License

The dataset on DaRUS is licensed under CC BY 4.0. The rddac software is licensed under the MIT License — see LICENSE.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rddac-1.0.1.tar.gz (30.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

rddac-1.0.1-py3-none-any.whl (19.1 kB view details)

Uploaded Python 3

File details

Details for the file rddac-1.0.1.tar.gz.

File metadata

  • Download URL: rddac-1.0.1.tar.gz
  • Upload date:
  • Size: 30.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rddac-1.0.1.tar.gz
Algorithm Hash digest
SHA256 8717cb0dfdcd15b7119356258b1d568e64983bef6a7c743afaa31105252ed0cd
MD5 8ffdb21782173e82af90112206e81946
BLAKE2b-256 ea6062bbe0be09ccd78ed6b43dcd5022976105772ac3beec43f32b92c0b53305

See more details on using hashes here.

Provenance

The following attestation bundles were made for rddac-1.0.1.tar.gz:

Publisher: publish.yml on BaumSebastian/RDDAC

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file rddac-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: rddac-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 19.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for rddac-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 c225b603cd1ece293c440120281b4baef5a4301a9b1d6a07ce3b0c00f6b1f3d8
MD5 d0d431b240979f7c3f21c2f38e0ced36
BLAKE2b-256 540a202476a0e6faa0e30003caf54a03e21539191307bed0fb063cbb2db38548

See more details on using hashes here.

Provenance

The following attestation bundles were made for rddac-1.0.1-py3-none-any.whl:

Publisher: publish.yml on BaumSebastian/RDDAC

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

1.1.0

2 files

This release

1.0.1 This release

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page