DECA icon indicating copy to clipboard operation
DECA copied to clipboard

DECA: Detailed Expression Capture and Animation (SIGGRAPH 2021)

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

change config decalib\utils\config.py cfg.model.tex_type = 'FLAME' and cfg.model.flame_tex_path = os.path.join(cfg.deca_dir, 'data', 'FLAME_texture.npz') FLAME_texture.npz download from https://flame.is.tue.mpg.de/index.html _Originally posted by @815056753qqcom in https://github.com/YadiraF/DECA/issues/123#issuecomment-1220339711_

I realised that landmark generation is not very accurate, especially the lip corners Is there a way to tweak landmark generation or maybe we can use custom generated 68pts landmarks...

Hi, thank you for releasing the code for this model! I have a problem and I cannot understand the cause. I'm trying to generate the 3D face of the example...

Does anyone encounter this situation in the detail stage and The predicted pictures are all black. ![1662178435302](https://user-images.githubusercontent.com/93918364/188255448-562ac78a-8aa1-4a4d-b9bd-53f2b6f28773.png)

Hi,your work is excellent, but how is your teacher GIF generated? After I reconstruct it, there are only local textures.

Why is there a black line? ![20220819152925](https://user-images.githubusercontent.com/90166823/185567167-4baf6113-3e4f-4860-91de-42d80755f9d6.jpg)

Hi, I would like to ask a question regarding pose parameters. Based on the DECA paper, the pose parameters of FLAME should be 15: "pose 𝜽 ∈ R 3𝑘+3 (with...

when i run the demo this error pops up return _legacy_load(opened_file, map_location, pickle_module, **pickle_load_args) File "/usr/local/lib/python3.7/site-packages/torch/serialization.py", line 755, in _legacy_load magic_number = pickle_module.load(f, **pickle_load_args) _pickle.UnpicklingError: invalid load key, '

Can someone please tell me **how to install dependencies to succesfully run DECA**? Following requirements.txt is pointless for me, and I do not know how to make the different package...