Deep3DFaceRecon_pytorch icon indicating copy to clipboard operation
Deep3DFaceRecon_pytorch copied to clipboard

Accurate 3D Face Reconstruction with Weakly-Supervised Learning: From Single Image to Image Set (CVPRW 2019). A PyTorch implementation.

Results 91 Deep3DFaceRecon_pytorch issues
Sort by recently updated
recently updated
newest added

How to train this in multiple GPUs? I tried using multiple GPUs to train the model via DataParallel , but DataParallel will set self.net_recog.training to True,which causes an error to...

Hi, i would like to run this very nice model in a GPU-free environment ( AWS lambda or similar ). After some fiddling with the code , it seems to...

Hello, I'm a novice in this area, how can I extract the 3D coefficients of the face image through this model. I have another idea, can extract one person's face...

self.cpp_wrapper = _get_plugin().RasterizeGLStateWrapper(output_db, mode == 'automatic', cuda_device_idx) RuntimeError: glLinkProgram() failed: Fragment info ------------- 0(2) : error C7528: OpenGL reserves names starting with 'gl_': gl_PrimitiveID (0) : error C2003: incompatible options...

I am running a Macbook M1 and it seems to take quite some work to work with the device mps. I am checking if there is an easy way to...

Even though the author claims the dlib is one of the recommended ways to create pre-alignment landmarks, it actually not working as desired. The dlib 5 landmark detection uses a...

Hi, thanks for your excellent work. I collected the 6 face datasets you mentioned and attempted to train the model by myself, but result was worse than yours. can you...

When following the installation steps and running `conda env create -f environment.yml`, the command fails with this error: ``` Installing pip dependencies: \ Ran pip subprocess with arguments: ['/home/guyep/miniconda3/envs/deep3d_pytorch/bin/python', '-m',...