CoolFace
Datasetpublic

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.

sourceHugging Faceupdated 18d agoView on Hugging Face
0likes864downloads
2 commits on main
d2367e618d ago

Publish source-preserving IKEA-Manual single-table dataset

DavidZhang73
56c3b3d18d ago

initial commit

DavidZhang73