Project page | Paper | Code
Join our Wechat and Discord group to discuss and find help from us.
| Wechat Group | Xiaohongshu | X | Discord |
|---|---|---|---|
![]() | ![]() | ![]() | ![]() |
HY3D-Bench is a collection of high-quality 3D datasets designed to address the critical limitations of existing 3D repositories. While pioneering large-scale datasets have provided unprecedented volumes of 3D data, their utility is often hampered by significant noise, non-manifold geometry, and lack of structural granularity.
We release three complementary datasets that provide clean, structured, and diverse 3D content for research in computer vision, generative modeling, and robotics.
β
Training-Ready Quality: All meshes are watertight, normalized, and cleaned
β
Standardized Format: Consistent file formats and metadata structure
High-quality holistic 3D objects processed through a professional pipeline to ensure training-ready quality.
What's Included:
Use Cases:
Instructions for Use For detailed usage, see baseline/README.md and debug_dataloader.py
Objects with consistent part-level segmentation and individual part assets.
What's Included:
Use Cases:
Instructions for Use For detailed instructions, see Part_README.md
Scalable AIGC-driven synthetic data covering rare and diverse categories.
What's Included:
Use Cases:
Generation Pipeline:
# Download entire dataset
hf download tencent/HY3D-Bench --repo-type dataset --local-dir "your/local/path"
# Download specific subset, e.g. full.
hf download tencent/HY3D-Bench --repo-type dataset --include "full/**" --local-dir "your/local/path"
| Dataset | Objects | Size |
|---|---|---|
| Full-level | 252K+ | ~11 TB |
| Part-level | 240K+ | ~5.0 TB |
| Synthetic | 125K+ | ~6.5 TB |
HY3D-Bench/
βββ full/
β βββ test/
β β βββimages
β β βββsample_points
β β βββwater_tight_meshes
β βββ train/ # same subsets as test
β βββ val/ # same subsets as test
βββ part/
β βββ images/ # rendering
β βββ water_tight_meshes # meshes
βββ synthetic/
βββ glb/ # AI-generated meshes storaged with glb format files
βββ img/ # The condition images used to generate meshes
We train a baseline model Hunyuan3D-Shape-v2-1 Small with the full-level data to evaluate the effectiveness of the full-level dataset.
| Model | Date | Size | Huggingface |
|---|---|---|---|
| Model_2048tokens | 2026-02-04 | 0.8B | Download |
| Model_4096tokens | 2026-02-04 | 0.8B | Download |
If you found this repository helpful, please cite our reports:
@misc{hunyuan3d2026hy3dbenchgeneration3dassets,
title={HY3D-Bench: Generation of 3D Assets},
author={Team Hunyuan3D and Bowen Zhang and Chunchao Guo and Dongyuan Guo and Haolin Liu and Hongyu Yan and Huiwen Shi and Jiaao Yu and Jiachen Xu and Jingwei Huang and Kunhong Li and Lifu Wang and Linus and Penghao Wang and Qingxiang Lin and Ruining Tang and Xianghui Yang and Yang Li and Yirui Guan and Yunfei Zhao and Yunhan Yang and Zeqiang Lai and Zhihao Liang and Zibo Zhao},
year={2026},
eprint={2602.03907},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2602.03907},
}
@article{ma2025p3sam,
title={P3-sam: Native 3d part segmentation},
author={Ma, Changfeng and Li, Yang and Yan, Xinhao and Xu, Jiachen and Yang, Yunhan and Wang, Chunshi and Zhao, Zibo and Guo, Yanwen and Chen, Zhuo and Guo, Chunchao},
journal={arXiv preprint arXiv:2509.06784},
year={2025}
}
@article{yan2025xpart,
title={X-Part: high fidelity and structure coherent shape decomposition},
author={Yan, Xinhao and Xu, Jiachen and Li, Yang and Ma, Changfeng and Yang, Yunhan and Wang, Chunshi and Zhao, Zibo and Lai, Zeqiang and Zhao, Yunfei and Chen, Zhuo and others},
journal={arXiv preprint arXiv:2509.08643},
year={2025}
}
@misc{hunyuan3d2025hunyuan3domni,
title={Hunyuan3D-Omni: A Unified Framework for Controllable Generation of 3D Assets},
author={Tencent Hunyuan3D Team},
year={2025},
eprint={2509.21245},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2509.21245},
}
@misc{hunyuan3d2025hunyuan3d,
title={Hunyuan3D 2.1: From Images to High-Fidelity 3D Assets with Production-Ready PBR Material},
author={Tencent Hunyuan3D Team},
year={2025},
eprint={2506.15442},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
@misc{hunyuan3d22025tencent,
title={Hunyuan3D 2.0: Scaling Diffusion Models for High Resolution Textured 3D Assets Generation},
author={Tencent Hunyuan3D Team},
year={2025},
eprint={2501.12202},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
@misc{yang2024hunyuan3d,
title={Hunyuan3D 1.0: A Unified Framework for Text-to-3D and Image-to-3D Generation},
author={Tencent Hunyuan3D Team},
year={2024},
eprint={2411.02293},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
We would like to thank the contributors to the Hunyuan3D-2.1, TripoSG, Trellis, DINOv2, FLUX, diffusers, HuggingFace, CraftsMan3D, Michelangelo, Hunyuan-DiT, and HunyuanVideo repositories, for their open research and exploration.
500 commits
1 commits
Project page | Paper | Code
Join our Wechat and Discord group to discuss and find help from us.
| Wechat Group | Xiaohongshu | X | Discord |
|---|---|---|---|
![]() | ![]() | ![]() | ![]() |
HY3D-Bench is a collection of high-quality 3D datasets designed to address the critical limitations of existing 3D repositories. While pioneering large-scale datasets have provided unprecedented volumes of 3D data, their utility is often hampered by significant noise, non-manifold geometry, and lack of structural granularity.
We release three complementary datasets that provide clean, structured, and diverse 3D content for research in computer vision, generative modeling, and robotics.
β
Training-Ready Quality: All meshes are watertight, normalized, and cleaned
β
Standardized Format: Consistent file formats and metadata structure
High-quality holistic 3D objects processed through a professional pipeline to ensure training-ready quality.
What's Included:
Use Cases:
Instructions for Use For detailed usage, see baseline/README.md and debug_dataloader.py
Objects with consistent part-level segmentation and individual part assets.
What's Included:
Use Cases:
Instructions for Use For detailed instructions, see Part_README.md
Scalable AIGC-driven synthetic data covering rare and diverse categories.
What's Included:
Use Cases:
Generation Pipeline:
# Download entire dataset
hf download tencent/HY3D-Bench --repo-type dataset --local-dir "your/local/path"
# Download specific subset, e.g. full.
hf download tencent/HY3D-Bench --repo-type dataset --include "full/**" --local-dir "your/local/path"
| Dataset | Objects | Size |
|---|---|---|
| Full-level | 252K+ | ~11 TB |
| Part-level | 240K+ | ~5.0 TB |
| Synthetic | 125K+ | ~6.5 TB |
HY3D-Bench/
βββ full/
β βββ test/
β β βββimages
β β βββsample_points
β β βββwater_tight_meshes
β βββ train/ # same subsets as test
β βββ val/ # same subsets as test
βββ part/
β βββ images/ # rendering
β βββ water_tight_meshes # meshes
βββ synthetic/
βββ glb/ # AI-generated meshes storaged with glb format files
βββ img/ # The condition images used to generate meshes
We train a baseline model Hunyuan3D-Shape-v2-1 Small with the full-level data to evaluate the effectiveness of the full-level dataset.
| Model | Date | Size | Huggingface |
|---|---|---|---|
| Model_2048tokens | 2026-02-04 | 0.8B | Download |
| Model_4096tokens | 2026-02-04 | 0.8B | Download |
If you found this repository helpful, please cite our reports:
@misc{hunyuan3d2026hy3dbenchgeneration3dassets,
title={HY3D-Bench: Generation of 3D Assets},
author={Team Hunyuan3D and Bowen Zhang and Chunchao Guo and Dongyuan Guo and Haolin Liu and Hongyu Yan and Huiwen Shi and Jiaao Yu and Jiachen Xu and Jingwei Huang and Kunhong Li and Lifu Wang and Linus and Penghao Wang and Qingxiang Lin and Ruining Tang and Xianghui Yang and Yang Li and Yirui Guan and Yunfei Zhao and Yunhan Yang and Zeqiang Lai and Zhihao Liang and Zibo Zhao},
year={2026},
eprint={2602.03907},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2602.03907},
}
@article{ma2025p3sam,
title={P3-sam: Native 3d part segmentation},
author={Ma, Changfeng and Li, Yang and Yan, Xinhao and Xu, Jiachen and Yang, Yunhan and Wang, Chunshi and Zhao, Zibo and Guo, Yanwen and Chen, Zhuo and Guo, Chunchao},
journal={arXiv preprint arXiv:2509.06784},
year={2025}
}
@article{yan2025xpart,
title={X-Part: high fidelity and structure coherent shape decomposition},
author={Yan, Xinhao and Xu, Jiachen and Li, Yang and Ma, Changfeng and Yang, Yunhan and Wang, Chunshi and Zhao, Zibo and Lai, Zeqiang and Zhao, Yunfei and Chen, Zhuo and others},
journal={arXiv preprint arXiv:2509.08643},
year={2025}
}
@misc{hunyuan3d2025hunyuan3domni,
title={Hunyuan3D-Omni: A Unified Framework for Controllable Generation of 3D Assets},
author={Tencent Hunyuan3D Team},
year={2025},
eprint={2509.21245},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2509.21245},
}
@misc{hunyuan3d2025hunyuan3d,
title={Hunyuan3D 2.1: From Images to High-Fidelity 3D Assets with Production-Ready PBR Material},
author={Tencent Hunyuan3D Team},
year={2025},
eprint={2506.15442},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
@misc{hunyuan3d22025tencent,
title={Hunyuan3D 2.0: Scaling Diffusion Models for High Resolution Textured 3D Assets Generation},
author={Tencent Hunyuan3D Team},
year={2025},
eprint={2501.12202},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
@misc{yang2024hunyuan3d,
title={Hunyuan3D 1.0: A Unified Framework for Text-to-3D and Image-to-3D Generation},
author={Tencent Hunyuan3D Team},
year={2024},
eprint={2411.02293},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
We would like to thank the contributors to the Hunyuan3D-2.1, TripoSG, Trellis, DINOv2, FLUX, diffusers, HuggingFace, CraftsMan3D, Michelangelo, Hunyuan-DiT, and HunyuanVideo repositories, for their open research and exploration.
500 commits
1 commits