DECA icon indicating copy to clipboard operation
DECA copied to clipboard

DECA: Detailed Expression Capture and Animation (SIGGRAPH 2021)

Results 168 DECA issues
Sort by recently updated
recently updated
newest added

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...

![pip install opencv-python==4 1 1](https://user-images.githubusercontent.com/88381919/177906391-7059baa3-f8bf-4fc1-9337-c6491f946131.png)

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...

dependencies

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...