DECA
DECA copied to clipboard
DECA: Detailed Expression Capture and Animation (SIGGRAPH 2021)
Thanks for providing such a great work. I am currently trying to use this model in real-time application, but on NVIDIA RTX 2080 Ti the runtime is only about 10...
Hi folks, thank you for this mind-blowing model!! I've been trying to use the reconstruction demo and while the geometry reconstruction works like magic, the texture is always misaligned, especially...
After getting tons of error for installing Pytorch3d, here is what worked for me: You need to install PyTorch3D from source. So from [[INSTALL.md]](https://github.com/facebookresearch/pytorch3d/blob/main/INSTALL.md), follow the steps: - conda install...
Hi, thanks for the great work. I currently have an issue with rendered images (in the last column). As shown, the rendered images are not similar to the input images...
I can't install the opencv-python==4.1.1,could you please tell me how could I solve this question?

Hello, I am very interested in your wonderful work. But I can not get the deca trained model, when i open the link ,it not work, can you give me...
Dear authors, I am YJHong and thanks for great work! I am currently training DECA based on this repository and paper. I preprocessed all of datasets (vggface, bupt, voxceleb2) as...
Hi, i cant run this with rtx 3090/architecture sm86 locally, i tried various versions of pytorch and cuda versions 10 to 11, but it didnt work out. but i can...
Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Hello! I'm using DECA to get the camera transform matrix(like that in OpenGL), but I have no idea about the meaning of parameters(cam and pose), so how can I use...