3DMM-Fitting-Pytorch icon indicating copy to clipboard operation
3DMM-Fitting-Pytorch copied to clipboard

A 3DMM fitting framework using Pytorch.

Results 5 3DMM-Fitting-Pytorch issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to use my own statistical model with your code. What is exactly is `face_texture` in `BFM09ReconModel.forward` ? I have dimensions incompatibility with a tensor of texture...

Hi, I wonder if the repo can be adapted to other face models, such as FLAME?

Changed the parameter of `face_alignment.LandmarksType._3D` to `face_alignment.LandmarksType.THREE_D` for fitting images and videos, as per the modifications in `face_alignment` library.

I am going to render the face by BFM09ReconModel, using the following code, `pred_dict = self.recon_model(D3D_coeff, render=True)` where D3D_coeff is a tensor whose size is (1,257). However, pred_dict['rendered_img'] that I...

Hello, first of all thank you for the project. I have an issue running your python script fit_single_img.py and Im getting this error : `RuntimeError: Expected all tensors to be...