metadata
pretty_name: Isaac Material Property Seed Dataset
license: other
task_categories:
- other
tags:
- materials-science
- robotics
- isaac-sim
- physics-simulation
- pbr
configs:
- config_name: default
data_files:
- split: train
path: data/train.jsonl
Isaac Material Property Seed Dataset
A lightweight material-property catalogue intended to support material retrieval and automatic material assignment in NVIDIA Isaac Sim and related USD simulation workflows.
The initial release contains 150 major material subgroups.
Schema
Identity fields:
material_descriptionmaterial_classmaterial_family
Physical parameters:
rho: density, canonical unitkg/m^3E: Young's modulus, canonical unitPanu: Poisson's ratio, dimensionlessmu_s: static-friction coefficient, dimensionlessmu_d: dynamic-friction coefficient, dimensionlesse: coefficient of restitution, dimensionlessG: shear modulus, canonical unitPaK: bulk modulus, canonical unitPa
Each physical parameter has exactly three fields:
<parameter>_value: nullable floating-point value in the canonical unit<parameter>_source: nullable URL, citation, or stable source identifier<parameter>_dt_obtained: nullable ISO 8601 timestamp recording when the value was obtained
schema.json is the machine-readable schema and unit contract. data/train.jsonl
is the canonical Hub data file; data/train.csv is included for convenient manual
editing and spreadsheet workflows.
Curation rules
- Never populate a numeric value without its source and acquisition timestamp.
- Convert all values into canonical units before storage.
- We prefer representative subgroup values or midpoints over false grade-level precision.
- Preserve ranges and test conditions in the source record during later enrichment.
- Treat friction and restitution as simulation priors unless their counterface and measurement conditions are known.
- Values derived from other fields must identify the derivation in the source field.
Useful isotropic derivations, when E and nu are grounded, are:
G = E / (2 * (1 + nu))
K = E / (3 * (1 - 2 * nu))