yfeng95 / DECA

DECA: Detailed Expression Capture and Animation (SIGGRAPH 2021)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no face texture

wjw6692353 opened this issue · comments

why my result have no face texture?
Is there any nice man help me?

python demos/demo_reconstruct.py -i TestSamples/my_test2 --saveDepth True --saveObj True --saveImages True --useTex True --rasterizer_type=pytorch3d

/home/software/anaconda/anaconda3/envs/deca/lib/python3.8/site-packages/torchvision/models/_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. warnings.warn( /home/software/anaconda/anaconda3/envs/deca/lib/python3.8/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or Nonefor 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passingweights=None. warnings.warn(msg) creating the FLAME Decoder trained model found. load /home/wjw/wjw/DECA/DECA-master/data/deca_model.tar /home/wjw/wjw/DECA/DECA-master/third_party/pytorch3d/pytorch3d/io/obj_io.py:548: UserWarning: Mtl file does not exist: /home/wjw/wjw/DECA/DECA-master/data/template.mtl warnings.warn(f"Mtl file does not exist: {f}") 100%|████████████████████████████████████████████████████████████████████| 1/1 [00:07<00:00, 7.46s/it] -- please check the results in TestSamples/examples/results

alfw1_vis
Screenshot from 2023-12-13 14-12-19

and the mesh
Screenshot from 2023-12-13 14-11-27

Can you solve it?