Dataset Viewer

The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

Toys4K Meshes

Exported triangle meshes from the Toys4K dataset.

Layout

{category}/{instance_id}/mesh.ply
  • 105 object categories (e.g. chair, airplane, car)
  • 4000 instances, one mesh.ply per instance

Format

Each mesh.ply is a binary or ASCII PLY mesh produced from the source blend assets.

Usage

from pathlib import Path
from huggingface_hub import snapshot_download

root = Path(snapshot_download("Yang2001/toys4k_meshes", repo_type="dataset"))
mesh = root / "chair" / "chair_000" / "mesh.ply"

Citation

If you use Toys4K, please cite the original Toys4K paper and dataset.

Downloads last month
1,737