Zielon / MICA

MICA - Towards Metrical Reconstruction of Human Faces [ECCV2022]
https://zielon.github.io/mica/
Other
551 stars 78 forks source link

Texture on 3D head obj? #57

Closed MilesTheProwler closed 1 year ago

MilesTheProwler commented 1 year ago

Hello, Is it possible to apply texture on 3D obj ? If yes, do you have any code for that or are you planning to add texture UV ?

Zielon commented 1 year ago

You can take a look at #46.

MilesTheProwler commented 1 year ago

But that one didnt output with texture on 3D head obj right ?

Zielon commented 1 year ago

It outputs the texture for FLAME model. https://github.com/Zielon/metrical-tracker/blob/master/flame/FLAME.py#L316

MilesTheProwler commented 1 year ago

But I didnt see the output with texture when I run tracker.py. I only got some visualization image and 3D head obj without texture.
I want the texture on the mesh. Should I need to run FLAME.py?