whatisgithub

What is hy3d-bench?

tencent-hunyuan/hy3d-bench — explained in plain English

Analysis updated 2026-05-18

336PythonAudience · researcherComplexity · 4/5Setup · hard

In one sentence

A massive Tencent-released dataset of over 600,000 cleaned 3D objects, built to train and test AI models that generate or understand 3D shapes.

Mindmap

mindmap
  root((HY3D-Bench))
    What it does
      Cleaned 3D datasets
      Watertight meshes
      Baseline model
    Tech stack
      Python
      Hugging Face
      PyTorch
    Use cases
      3D generation training
      Robotics grasping data
      Computer vision benchmarks
    Audience
      AI researchers
      Computer vision teams

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Train a 3D shape generation model on hundreds of thousands of cleaned, watertight meshes.

USE CASE 2

Study part-level 3D data for robotics grasping or fine-grained shape analysis research.

USE CASE 3

Benchmark computer vision models against a large, categorized synthetic 3D dataset.

USE CASE 4

Use the released baseline 3D generation model as a starting point for further research.

What is it built with?

PythonHugging FacePyTorch

How does it compare?

tencent-hunyuan/hy3d-benchkadevin/ilab-gpt-conjurehkust-c4g/anytalker
Stars336339319
LanguagePythonPythonPython
Setup difficultyhardmoderatehard
Complexity4/52/54/5
Audienceresearchervibe coderdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · hard Time to first run · 1h+

Roughly 22 terabytes of data hosted on the Hugging Face datasets hub, so downloading and storage take real planning.

So what is it?

HY3D-Bench is a large-scale collection of 3D model datasets released by Tencent's Hunyuan research team, designed to give AI researchers high-quality data for training and testing 3D generation and computer vision models. Existing 3D datasets often have noisy or broken geometry that makes them hard to use directly for training, HY3D-Bench addresses this by providing cleaned, "watertight" meshes (3D shapes with no holes or gaps) along with rendered images and structured metadata. The release includes three separate datasets totaling over 600,000 objects and roughly 22 terabytes of data. The Full-level dataset contains over 252,000 complete 3D objects with multi-view photo renders and point cloud samples, suitable for training 3D generation models. The Part-level dataset contains over 240,000 objects broken down into labeled individual parts (useful for robotics grasping tasks or fine-grained shape analysis). The Synthetic dataset contains over 125,000 AI-generated objects across 1,252 categories, generated through an automated pipeline that uses language models to expand text descriptions, image diffusion models to create visuals, and then image-to-3D reconstruction to produce the final meshes, covering rare categories that are hard to find in real-world scans. A baseline 0.8-billion-parameter 3D shape generation model trained on the full dataset is also released on Hugging Face. The data is available for download via the Hugging Face datasets hub.

Copy-paste prompts

Prompt 1
Explain the difference between the Full-level, Part-level, and Synthetic datasets in HY3D-Bench.
Prompt 2
Show me how to download and load the HY3D-Bench dataset from the Hugging Face hub.
Prompt 3
Walk me through how HY3D-Bench's synthetic pipeline turns text descriptions into 3D meshes.
Prompt 4
How could I use the Part-level dataset from HY3D-Bench for a robotics grasping project?

Frequently asked questions

What is hy3d-bench?

A massive Tencent-released dataset of over 600,000 cleaned 3D objects, built to train and test AI models that generate or understand 3D shapes.

What language is hy3d-bench written in?

Mainly Python. The stack also includes Python, Hugging Face, PyTorch.

How hard is hy3d-bench to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is hy3d-bench for?

Mainly researcher.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.