csbhr / FFHQ-UV

The official repository of our CVPR2023 paper "FFHQ-UV: Normalized Facial UV-Texture Dataset for 3D Face Reconstruction".
MIT License
466 stars 46 forks source link

Convert HiFi3D++ UV texture to FLAME UV texture #40

Closed akasharidas closed 1 year ago

akasharidas commented 1 year ago

Thanks for the script to modify a FLAME mesh to enable reading from a UV texture made for HiFi3D++.

I'm trying to convert a UV texture made for HiFi3D++ into a UV texture for FLAME, such that I can use it on the original/unmodified FLAME mesh. I need to basically copy the pixels from one UV texture into the corresponding location in the new UV texture. Any tips on how to get this correspondence?

daladulu commented 1 year ago

@akasharidas Thank you so much! May I ask, should I change the size of uv of "flame_mesh_w_hifi3d_uv.obj" to 256? Actually, I change the uv size, but got a wrong result. Could you please help me? image image

Oocean35 commented 1 year ago

Hi @daladulu , @akasharidas , @csbhr , can you share how to get the texture for FLAME ? Thanks a lot !

chnegh6666 commented 11 months ago

Have you solved it? Can you share the code?