CoolFace
Datasetpublic

Dennis0626/3d-1k-assets

3D-1K Assets A curated 3D rigid-object asset library with a 10-category taxonomy and 1,000 GLB assets (one per base object class). Generated by a text → image → RGBA → 3D pipeline (FLUX.2-klein → RMBG-2.0 → TRELLIS.2). This is the base class layer of a planned 1,000 × 1,000 = 1,000,000 instance dataset for embodied AI / robotic manipulation. Files file size content glbs.tar 6.5 GB 1000 GLB assets: 0001.glb … 1000.glb rgba_images.tar 700 MB 1000 RGBA… See the full description on the dataset page: https://huggingface.co/datasets/Dennis0626/3d-1k-assets.

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes49downloads
Dataset Card

3D-1K Assets

A curated 3D rigid-object asset library with a 10-category taxonomy and 1,000 GLB assets (one per base object class). Generated by a text → image → RGBA → 3D pipeline (FLUX.2-klein → RMBG-2.0 → TRELLIS.2).

This is the base class layer of a planned 1,000 × 1,000 = 1,000,000 instance dataset for embodied AI / robotic manipulation.

Files

filesizecontent
glbs.tar6.5 GB1000 GLB assets: 0001.glb … 1000.glb
rgba_images.tar700 MB1000 RGBA seed images (foreground extracted)
seed_images.tar615 MB1000 raw RGB seed images (pre-background removal)
renders.tar102 MBMulti-view renders <id>_{front,back,left,right}.png (sparse 32-id sample)
metadata.jsonTaxonomy + per-asset description & prompt
scales.jsonPer-asset physical scale (meters)
classes.pySource taxonomy definition

After download, extract:

bash
mkdir glbs rgba_images seed_images renders
tar -xf glbs.tar -C glbs/
tar -xf rgba_images.tar -C rgba_images/
tar -xf seed_images.tar -C seed_images/
tar -xf renders.tar -C renders/

Taxonomy (10 categories, 1000 items)

category_idcategory_encategory_zhcount
1Kitchenware & Dining厨房与餐饮具150
2Food & Packaging食品与包装150
3Household & Living家居与生活用品120
4Office & Electronics办公与电子产品100
5Hardware & Tools工具与五金100
6Toys & Hobby玩具与娱乐80
7Medical & Care医药与个人护理60
8Industrial & Lab工业与实验室80
9Apparel Accessories衣物配件(硬质)60
10Miscellaneous & Abstract杂项与抽象几何体100

metadata.json schema

json
{
  "id": "0001",
  "category_id": 1,
  "category_en": "Kitchenware & Dining",
  "category_zh": "厨房与餐饮具",
  "name_en": "ceramic soup bowl",
  "name_zh": "陶瓷汤碗",
  "material": "ceramic",
  "key_features": "wide rim, round profile, shallow depth",
  "prompt": "A ceramic soup bowl, ..."
}

id (zero-padded 4-digit) is the join key across all archives and scales.json.

Usage

python
from huggingface_hub import snapshot_download
path = snapshot_download("Dennis0626/3d-1k-assets", repo_type="dataset")

License

Released under Apache 2.0. The GLB assets are AI-generated; verify suitability for your downstream use case.