facebookresearch / KeypointNeRF

KeypointNeRF Generalizing Image-based Volumetric Avatars using Relative Spatial Encoding of Keypoints
Other
373 stars 28 forks source link

3D facial #12

Open Young157 opened 2 years ago

Young157 commented 2 years ago

Is there a dataset for 3D facial reconstruction? How to generate 3d face obj files? thank you!!!

markomih commented 1 year ago

Hi, you could use the FaceScape dataset: https://openaccess.thecvf.com/content_CVPR_2020/papers/Yang_FaceScape_A_Large-Scale_High_Quality_3D_Face_Dataset_and_Detailed_CVPR_2020_paper.pdf At the moment we do not plan to integrate a mesh exporter. You could check the original NeRF implementation that supports mesh extraction as a reference if you decide to implement it yourself.