AssemblyWorld/ikea-manual
IKEA-Manual 102 furniture objects with part meshes, manual PNG pages, and assembly annotations. One object per row; all assets are embedded in a single Parquet table. Load Requires datasets >= 5.0.1 and Pillow. After publication: from datasets import load_dataset sample = load_dataset("AssemblyWorld/ikea-manual", split="all")[0] parts, pages, steps = sample["parts"], sample["manual_pages"], sample["steps"] For local use, replace the repository ID with the… See the full description on the dataset page: https://huggingface.co/datasets/AssemblyWorld/ikea-manual.
0864
Publish source-preserving IKEA-Manual single-table dataset
initial commit
