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

![snapshot_201](https://user-images.githubusercontent.com/53121205/145531406-3031da83-497f-4a37-bee2-992f27fe95cf.png) ![snapshot_100](https://user-images.githubusercontent.com/53121205/145531414-b6814eae-9366-4e77-8faf-db57e9e1f90a.png)

How to get full UV coordinates when running `python demos/demo_reconstruct.py --saveObj 1 --useTex 1`? Traceback (most recent call last): File "demos/demo_reconstruct.py", line 127, in main(parser.parse_args()) File "demos/demo_reconstruct.py", line 72, in...

You have to create an account but the activation link never arrive into your mailbox. Can you make it available elsewhere please?

Why am I getting this effect? How to fix it? ![image](https://user-images.githubusercontent.com/80998075/150667717-9ac5a728-7812-49ad-9f15-5f80f6e78b30.png)

Hello, @YadiraF Thanks for this great repo!! I just wanted to know how can I generate 1024 resolution output albedo map? What change I need to make for that?

感谢团队提供了优秀的代码。 作为flame的老粉。 本项目是用colab跑的,个人不喜欢在colab上跑conda,别介意。 发帖为了给其他人提示,防止#78的错误和tensor错误:Can't call numpy() on Tensor that requires grad. Use tensor.detach().numpy() instead.) 由于使用DECA。colab的pytorch3d只有0.3.0。 所以,编译安装了pytorch3d的0.6.1,极方便,避免#78的问题。 对于tensor错误:Can't call numpy() on Tensor that requires grad. Use tensor.detach().numpy() instead.) 以下文件: /content/drive/MyDrive/PIXIE/pixielib/visualizer.py 第113行,flame_texture...

when i run python demos/demo_reconstruct.py -i TestSamples/examples --saveDepth True --saveObj True i have /root/.cache/torch_extensions/standard_rasterize_cuda/standard_rasterize_cuda.o how can i get standard_rasterize_cuda.so ``` (py38) [root@lzh4 deca]# python demos/demo_reconstruct.py -i TestSamples/examples --saveDepth True --saveObj...

I made a Colab notebook that allows you to test the model out of the box: https://colab.research.google.com/drive/1SiOg1FrPmegWK9WDGf2k44cn14DML7tQ

I see that you have written "To do so, we first compute the rotation of the neck around the y-axis and then use a pre-computed look-up table to find the...