EBStore dataset
收藏EMS EBStore 数据集
概述
EMS EBStore 数据集是一个高质量的3D合成眉毛数据集,包含400个高质量的3D眉毛模型。这些眉毛模型由艺术家使用Blender中的粒子编辑模式手动创建,依据眉毛区域的高分辨率纹理图和个人的正面图像。
数据集内容
数据集的目录结构如下:
├── EBStore_blender_data │ ├── 1 │ │ ├── 1_uv.jpg │ │ ├── 1.blend │ │ ├── 1.obj | | ├── h.mtl | | ├── h.obj | | ├── m.mtl │ │ └── m.obj │ ├── 2 │ │ ├── 2_uv.jpg │ │ ├── 2.blend │ │ ├── 2.obj │ │ ├── h.mtl │ │ ├── h.obj │ │ ├── m.mtl │ │ └── m.obj ├── ...
环境要求
数据集在以下版本的Blender中进行了测试:
数据转换
将头发blend文件转换为npy格式
python hair2npy.py --input ./EBStore_blender_data --output ./strand_npy_rekey
将npy文件转换为obj格式
python npy2obj.py --output ./strand_npy_rekey --output ./strand_obj_rekey
许可证
数据和代码在Attribution-NonCommercial 4.0 International License下发布。
引用
如果该数据集对你的研究有帮助,请考虑引用以下论文: bibtex @article{li2023ems, title={EMS: 3D Eyebrow Modeling from Single-view Images}, author={Li, Chenghong and Jin, Leyang and Zheng, Yujian and Yu, Yizhou and Han, Xiaoguang}, journal={ACM Transactions on Graphics (TOG)}, volume={42}, number={6}, pages={1--19}, year={2023}, publisher={ACM New York, NY, USA} }




