aejion / NeuFace

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

How to reconstruct face model with my self multi-images? #9

Closed xuduo18311199384 closed 6 months ago

xuduo18311199384 commented 1 year ago

I really appreciate your work. Now i want to reconstruct myself face model with about 100 images, but i do not how to do with it. Can you tell me the process?

aejion commented 1 year ago

Thanks.

I refer you to #6.

xuduo18311199384 commented 1 year ago

Thanks for your reply. As you mentioned "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", but i only have rgb images and do not have facial mesh. How i can get facial mesh?

aejion commented 1 year ago

You can try using Colmap to get the coarse mesh, and then apply the FaceScape bilinear model to get facial mesh.