Skip to content
Snippets Groups Projects
Commit 9e14fa66 authored by rdanecek's avatar rdanecek
Browse files

Fix path of mediapipe FLAME embedding

parent b3dfa961
No related branches found
No related tags found
No related merge requests found
......@@ -145,6 +145,7 @@ def replace_asset_dirs(cfg, output_dir : Path, ):
"FLAME/geometry/fixed_uv_displacements/fixed_displacement_256.npy")
cfg[mode].model.flame_model_path = str(asset_dir / "FLAME/geometry/generic_model.pkl")
cfg[mode].model.flame_lmk_embedding_path = str(asset_dir / "FLAME/geometry/landmark_embedding.npy")
cfg[mode].model.flame_mediapipe_lmk_embedding_path = str(asset_dir / "FLAME/geometry/mediapipe_landmark_embedding.npz")
cfg[mode].model.face_mask_path = str(asset_dir / "FLAME/mask/uv_face_mask.png")
cfg[mode].model.face_eye_mask_path = str(asset_dir / "FLAME/mask/uv_face_eye_mask.png")
cfg[mode].model.pretrained_modelpath = str(asset_dir / "DECA/data/deca_model.tar")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment