taconite / IntrinsicAvatar

[CVPR 2024] IntrinsicAvatar: Physically Based Inverse Rendering of Dynamic Humans from Monocular Videos via Explicit Ray Tracing
https://neuralbodies.github.io/IntrinsicAvatar/
MIT License
66 stars 4 forks source link

Question on Texture #1

Closed TharHtetAungg closed 8 months ago

TharHtetAungg commented 8 months ago

Does your repo generate a traditional texture map? And also does it generate a 3D mesh model?

Thanks.

taconite commented 8 months ago

In the paper, all the visualizations and evaluations are based on volumetric rendering/scattering. But it is possible to extract mesh and corresponding texture/material/normal maps from learned neural fields - actually we are working on a demo for this, so please stay tuned ;)

TharHtetAungg commented 8 months ago

I am looking forward your update. Thanks.