You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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
and the mesh
The text was updated successfully, but these errors were encountered:
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 passing
weights=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
and the mesh
The text was updated successfully, but these errors were encountered: