DECA
DECA copied to clipboard
DECA: Detailed Expression Capture and Animation (SIGGRAPH 2021)
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. 
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? 
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, '
how to resolve this problem
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...