zj-dong / AG3D

Official code release for ICCV2023 paper AG3D: Learning to Generate 3D Avatars from 2D Image Collections
https://zj-dong.github.io/AG3D/
246 stars 21 forks source link

Texture? #2

Closed MilesTheProwler closed 1 year ago

MilesTheProwler commented 1 year ago

Hi, thank you for sharing your work. I just want to know about does you model can do body texture?

I also want to know how did you animate these mesh model? Did you use auto rigged function ? Can we output 3D mesh obj ?

zj-dong commented 1 year ago

Hi, the body texture is rendered by volumetric rendering (similar to NeRF or VolSDF). Yes, the mesh is obtained via marching Cuba and can be animated by a skinning model. Please see more details in our paper.