microsoft / Deep3DFaceReconstruction

Accurate 3D Face Reconstruction with Weakly-Supervised Learning: From Single Image to Image Set (CVPRW 2019)
MIT License
2.15k stars 441 forks source link

color(texture) vector to 2d image #60

Open cha-noong opened 4 years ago

cha-noong commented 4 years ago

I want a get the 2d face(texture) image like PRNet UV map, but the texture of the model's output is a vector, so Can I change it to a 2d image without using tf_mesh_renderer? because tf_mesh_renderer doesn't install on my desktop and seems to have a lot of constraints(such as.. Only Linux)

if anyone solved it, please tell me how

HOMGH commented 4 years ago

I want a get the 2d face(texture) image like PRNet UV map, but the texture of the model's output is a vector, so Can I change it to a 2d image without using tf_mesh_renderer? because tf_mesh_renderer doesn't install on my desktop and seems to have a lot of constraints(such as.. Only Linux)

if anyone solved it, please tell me how

Hi, Could you find any way for extracting 2D texture map?