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

Texture generation ? #1

Open MilesTheProwler opened 1 year ago

MilesTheProwler commented 1 year ago

Hello, thank you for sharing your work. I have a few questions on your model. My first question is that does your model output obj file? And my second question is that does your model generate texture ?

Thanks.

Xuanmeng-Zhang commented 1 year ago

Thanks for your interest.

  1. Actually, our model does not output obj file, and we directly render the generated human into the RGB images with Nvdiffrast.
  2. Our model represents the texture field with Texture Tri-planes (see Fig. 2 of the paper).