magic-research / GETAvatar

[ICCV 2023] GETAvatar: Generative Textured Meshes for Animatable Human Avatars
https://getavatar.github.io/
MIT License
106 stars 8 forks source link

How to prepare a custom dataset ? #9

Open mayank64ce opened 1 year ago

Xuanmeng-Zhang commented 1 year ago

Hi @mayank64ce , Please refer to README.md to see the example.

mayank64ce commented 1 year ago

@Xuanmeng-Zhang I did read the README.md . But, I don't understand how to get XXXX.obj , material0.jpeg, material0.mtl from a random image and the corresponding fitted SMPL ?

Xuanmeng-Zhang commented 1 year ago

Hi @mayank64ce, we render the image from the 3D scans. For in-the-wild images, you can estimate the SMPL parameters and normal maps from the given RGB images.

mayank64ce commented 1 year ago

I see. Is there already a script or piece of code in the repo for that ? or can you point me to relevant sources ?

Thanks

Xuanmeng-Zhang commented 1 year ago

Please refer to VIBE and ECON.