aejion / NeuFace

Official code for CVPR 2023 paper NeuFace: Realistic 3D Neural Face Rendering from Multi-view Images.
MIT License
125 stars 9 forks source link

How to use Neuface for facial reconstruction of self created photos #6

Closed x-ray990011 closed 8 months ago

x-ray990011 commented 1 year ago

Thank you for your hard work. I didn't find out how to use self built data for facial reconstruction from Readme. Could you please tell me how to use self built data for facial reconstruction

aejion commented 1 year ago

Thanks.

First, I recommend you to register your facial data to the coordinate system of ImFace, then you can use the data preprocess code of ImFace to crop your facial mesh, and you can use the cropped mesh to render the mask of your facial images (for more details about rendering the mask, please refer to #5). Finally, you can use your self build data for facial reconstruction.