Ocean

Results 3 comments of Ocean

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,...

Create a .bat file and write "python -u scripts/test.py --outdir c:/xxx/xxx/xxx -r ./experiments/RestoreFormer/last.ckpt -c configs/RestoreFormer.yaml --test_path ./data/aligned --aligned". Give it a try