dragonylee / FaceCom

Official code for "FaceCom: Towards High-fidelity 3D Facial Shape Completion via Optimization and Inpainting Guidance", CVPR 2024.
MIT License
9 stars 1 forks source link

face scan input #1

Open icegaomu opened 2 weeks ago

icegaomu commented 2 weeks ago

Hello, I've noticed that you mentioned the issue of fitting 3D meshes on facescape. I would like to ask if you have any code for fitting scans, and I would be very grateful if it could be made public. I have tried to fit scans, but the results are not very good. I also really like your work, and I am working in the direction of postoperative shape prediction, looking forward to communicating with you.

dragonylee commented 2 weeks ago

Thank you. You can run the provided code according to the instructions in README. The script face_completion.py can fit any form of input (including scans, formats supported by trimesh). If you encounter any issues while running it, feel free to reach out for further assistance.