Open shanshan111111 opened 2 years ago
I have this problem, too.
I use --useTex True --extractTex False
, but it don’t work.
Can you help me?
.
change config decalib\utils\config.py
cfg.model.tex_type = 'FLAME' and cfg.model.flame_tex_path = os.path.join(cfg.deca_dir, 'data', 'FLAME_texture.npz')
FLAME_texture.npz download from https://flame.is.tue.mpg.de/index.html
change config decalib\utils\config.py
cfg.model.tex_type = 'FLAME' and cfg.model.flame_tex_path = os.path.join(cfg.deca_dir, 'data', 'FLAME_texture.npz')
FLAME_texture.npz download from https://flame.is.tue.mpg.de/index.html
Great, it’s work! Thank you! And, can you say, how rendering hair on the 3D-model in demo-version?
change config decalib\utils\config.py cfg.model.tex_type = 'FLAME' and cfg.model.flame_tex_path = os.path.join(cfg.deca_dir, 'data', 'FLAME_texture.npz') FLAME_texture.npz download from https://flame.is.tue.mpg.de/index.html
Great, it’s work! Thank you! And, can you say, how rendering hair on the 3D-model in demo-version?
haha,I don't know about 3D models. I'm a python developer
The FLAME texture is 512 right? Any success to export a 512 x 512 uv file apart from changing the 256x256 mask files, FLAME texture forward without interpolate to 256x256 etc.?
change config decalib\utils\config.py
cfg.model.tex_type = 'FLAME' and cfg.model.flame_tex_path = os.path.join(cfg.deca_dir, 'data', 'FLAME_texture.npz')
FLAME_texture.npz download from https://flame.is.tue.mpg.de/index.html
Where to download the FLAME_texture.npz file, why can't I find the link
change config decalib\utils\config.py cfg.model.tex_type = 'FLAME' and cfg.model.flame_tex_path = os.path.join(cfg.deca_dir, 'data', 'FLAME_texture.npz') FLAME_texture.npz download from https://flame.is.tue.mpg.de/index.html
Where to download the FLAME_texture.npz file, why can't I find the link
You need to sing in (or registration) and on page "Download" you find the link.
change config decalib\utils\config.py cfg.model.tex_type = 'FLAME' and cfg.model.flame_tex_path = os.path.join(cfg.deca_dir, 'data', 'FLAME_texture.npz') FLAME_texture.npz download from https://flame.is.tue.mpg.de/index.html
Where to download the FLAME_texture.npz file, why can't I find the link
You need to sing in (or registration) and on page "Download" you find the link. I know. I sign in,but I didn't find “FLAME_texture.npz” in the models download module, I don't know which link you downloaded from which model
change config decalib\utils\config.py cfg.model.tex_type = 'FLAME' and cfg.model.flame_tex_path = os.path.join(cfg.deca_dir, 'data', 'FLAME_texture.npz') FLAME_texture.npz download from https://flame.is.tue.mpg.de/index.html
Where to download the FLAME_texture.npz file, why can't I find the link
You need to sing in (or registration) and on page "Download" you find the link. I know. I sign in,but I didn't find “FLAME_texture.npz” in the models download module, I don't know which link you downloaded from which model
You need to download model "FLAME texture space", of course.
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.