alexnasa commited on
Commit
0623db6
·
verified ·
1 Parent(s): 8bfb1fc

Update src/pixel3dmm/env_paths.py

Browse files
Files changed (1) hide show
  1. src/pixel3dmm/env_paths.py +6 -6
src/pixel3dmm/env_paths.py CHANGED
@@ -16,26 +16,26 @@ with env.prefixed("PIXEL3DMM_"):
16
 
17
  flame_local_path = hf_hub_download(
18
  repo_id="alexnasa/pixel3dmm",
19
- filename="FLAME/generic_model.pkl",
20
  repo_type="model",
21
  )
22
 
23
  pipnet_local_path = hf_hub_download(
24
  repo_id="alexnasa/pixel3dmm",
25
- filename="PIPNet/epoch59.pth",
26
  repo_type="model",
27
  )
28
 
29
  normals_model_local_path = hf_hub_download(
30
  repo_id="alexnasa/pixel3dmm",
31
- filename="FLAME/normals.ckpt",
32
- repo_type="pretrained_weights",
33
  )
34
 
35
  uv_map_local_path = hf_hub_download(
36
  repo_id="alexnasa/pixel3dmm",
37
- filename="FLAME/uv.ckpt",
38
- repo_type="pretrained_weights",
39
  )
40
 
41
  head_template = f'{CODE_BASE}/assets/head_template.obj'
 
16
 
17
  flame_local_path = hf_hub_download(
18
  repo_id="alexnasa/pixel3dmm",
19
+ filename="generic_model.pkl",
20
  repo_type="model",
21
  )
22
 
23
  pipnet_local_path = hf_hub_download(
24
  repo_id="alexnasa/pixel3dmm",
25
+ filename="epoch59.pth",
26
  repo_type="model",
27
  )
28
 
29
  normals_model_local_path = hf_hub_download(
30
  repo_id="alexnasa/pixel3dmm",
31
+ filename="normals.ckpt",
32
+ repo_type="model",
33
  )
34
 
35
  uv_map_local_path = hf_hub_download(
36
  repo_id="alexnasa/pixel3dmm",
37
+ filename="uv.ckpt",
38
+ repo_type="model",
39
  )
40
 
41
  head_template = f'{CODE_BASE}/assets/head_template.obj'