PIXIE icon indicating copy to clipboard operation
PIXIE copied to clipboard

Face texture issue with whole body fitting

Open ujjawalcse opened this issue 3 years ago • 2 comments

Hey, Congrats for this great work. I tested this repository and glad to see the results.

I'm experimenting with different options given as arguments, so i executed the below command, python demos/demo_fit_body.py -i test_samples1/ -s test_samples1_result/ --deca_path DECA/ --extractTex True --saveObj True

But the resultant texture is not mapping correctly to the given template and hence getting very poor facial texture. Below are some references - input 1

bill-gates-7

output 1

bill-gates-7

input 2 elon_musk

output 2 elon_musk

input 3

thumb_bezos

output 3 thumb_bezos

Can you please suggest some ways to enhance the results?

Thanks.

ujjawalcse avatar Apr 13 '22 08:04 ujjawalcse

Hi @ujjawalcse when I use the argument --deca_path DECA/ I got the following error: (please do you have any suggested solutions?)

Traceback (most recent call last): File "demos/demo_fit_body.py", line 173, in main(parser.parse_args()) File "demos/demo_fit_body.py", line 76, in main _, deca_opdict, _ = deca.run(cropped_face_savepath) File "DECA/decalib/deca.py", line 318, in run opdict, visdict = self.decode(codedict) File "DECA/decalib/deca.py", line 241, in decode if self.cfg.model.extract_tex: File "/home/amr/anaconda3/envs/pixie-env/lib/python3.7/site-packages/yacs/config.py", line 141, in getattr raise AttributeError(name) AttributeError: extract_tex

amramer avatar Dec 14 '22 18:12 amramer

Hi @ujjawalcse when I use the argument --deca_path DECA/ I got the following error: (please do you have any suggested solutions?)

Traceback (most recent call last): File "demos/demo_fit_body.py", line 173, in main(parser.parse_args()) File "demos/demo_fit_body.py", line 76, in main _, deca_opdict, _ = deca.run(cropped_face_savepath) File "DECA/decalib/deca.py", line 318, in run opdict, visdict = self.decode(codedict) File "DECA/decalib/deca.py", line 241, in decode if self.cfg.model.extract_tex: File "/home/amr/anaconda3/envs/pixie-env/lib/python3.7/site-packages/yacs/config.py", line 141, in getattr raise AttributeError(name) AttributeError: extract_tex

Same issue. Have you found any solutions? Thanks!

RayShing avatar Feb 17 '24 00:02 RayShing