Edit3D-Bench
收藏Edit3D-Bench 数据集概述
数据集基本信息
- 名称:Edit3D-Bench
- 语言:英语
- 许可证:MIT
- 任务类别:图像到3D、文本到3D
- 标签:3D生成、3D编辑
数据集来源
该数据集由论文《VoxHammer: Training-Free Precise and Coherent 3D Editing in Native 3D Space》提出,包含100个高质量3D模型:
- 50个模型选自Google Scanned Objects (GSO)
- 50个模型选自PartObjaverse-Tiny
数据内容
每个模型提供3个不同的编辑提示,每个提示包含完整的标注3D资源:
- 原始3D资源及渲染图像
- 指定编辑区域的3D掩码及渲染图像
- 编辑区域的2D掩码
- 由FLUX.1 Fill生成的2D编辑图像
数据集结构
数据集按以下目录结构组织:
data/
├── metadata.json
├── GSO/
│ ├── [object_name]/
│ │ ├── source_model/
│ │ │ ├── model.glb
│ │ │ ├── render/
│ │ │ ├── video_rgb.mp4
│ │ │ ├── video_normal.mp4
│ │ │ └── video_mask.mp4
│ │ ├── prompt_1/
│ │ │ ├── 2d_edit.png
│ │ │ ├── 2d_mask.png
│ │ │ ├── 2d_render.png
│ │ │ ├── 2d_visual.png
│ │ │ ├── 3d_edit_region.glb
│ │ │ └── render/
│ │ ├── prompt_2/
│ │ └── prompt_3/
│ └── ...
└── PartObjaverse-Tiny/
├── [object_id]/
│ ├── source_model/
│ ├── prompt_1/
│ ├── prompt_2/
│ └── prompt_3/
└── ...
适用任务
- 3D编辑
获取方式
可通过Git LFS克隆完整数据集: Bash git lfs install git clone https://huggingface.co/datasets/huanngzh/Edit3D-Bench
相关资源
- 论文:https://huggingface.co/papers/2508.19247
- 项目页面:https://huanngzh.github.io/VoxHammer-Page/
- 代码:https://github.com/Nelipot-Lee/VoxHammer
- 数据集预览:https://huanngzh.github.io/VoxHammer-Page/dataset
- 评估详情:https://github.com/Nelipot-Lee/VoxHammer/Edit3D-Bench
引用信息
bibtex @article{li2025voxhammer, title = {VoxHammer: Training-Free Precise and Coherent 3D Editing in Native 3D Space}, author = {Li, Lin and Huang, Zehuan and Feng, Haoran and Zhuang, Gengxiong and Chen, Rui and Guo, Chunchao and Sheng, Lu}, journal = {arXiv preprint arXiv:2508.19247}, year = {2025}, url = {https://huggingface.co/papers/2508.19247} }




