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

when run “python demos/demo_reconstruct.py -i TestSamples/examples --saveDepth True --saveObj True” it occured this error "ninja: build stopped: subcommand failed." my torch is 1.8.0+cu111,torchversion is 0.9.0+cu111 cuda is 11.1 This has...

My terminal hanged up while loading the given deca_model. deca.py line 88. I think it is not processing anything task. `trained model found. load D:\gitdoc\DECA\data\deca_model.tar` Have anyone happened to this?...

In vggface.py -> def __getitem__(self, idx): -> name = self.data_lines[idx][I].What is the data_lines save storage format?or what is the datafile save storage format?

I've just started learning,Why my 3D models only have faces rendered?What code does this have to do with?If anyone can provide an answer thank you very much. ![1650028946(1)](https://user-images.githubusercontent.com/93918364/163575899-d78329dc-6668-4e45-9c9b-9d002980cedb.png)

Here are the errors reported ``` D:\Acaconda\envs\DECA\lib\site-packages\torch\utils\cpp_extension.py:270: UserWarning: Error checking compiler version for cl: 'utf-8' codec can't decode byte 0xd3 in position 0: invalid continuation byte warnings.warn('Error checking compiler version...

Hey, Thanks for this great work. I tried this repo and executed both reconstruction and expression transfer. Can we get any animation file that are being typically used in 3D...

upsample_mesh 这个函数载入了细节化的网格体从data文件中,请问是这些细节化网格体是怎么产生的

I have a problem." ImportError: No module named 'standard_rasterize_cuda' " I can't find or install it? Could you help me? Thank you!

Dear authors, Hi. I am YJ Hong and thanks for sharing great work! I checked constructing 3d meshes for NOW validation dataset part in the official code but there is...