sicxu / Deep3DFaceRecon_pytorch

Accurate 3D Face Reconstruction with Weakly-Supervised Learning: From Single Image to Image Set (CVPRW 2019). A PyTorch implementation.
MIT License
1.6k stars 304 forks source link

Inquiry about Multiple Image 3D Face Reconstruction Code #127

Open EarnAnurat opened 1 year ago

EarnAnurat commented 1 year ago

it doesn't seem to include the code for multiple-image reconstruction.

I was wondering if anyone has the code or knows of any other repositories that include this functionality. I appreciate any help or guidance on this matter.

Thank you in advance!

LoganCheng666 commented 1 year ago

I also want to learn the code of 3D face reconstruction from multiple images in the paper.

Nibenitez commented 1 year ago

Does someone have information about how to get 3D face reconstruction results from multiple images for the same person? Multiple images of the same person's face from different viewpoints. It is important to capture a variety of angles and expressions for better reconstruction. I executed only for a single image. Thank you.