alexnasa commited on
Commit
a2dca02
·
verified ·
1 Parent(s): 7ed05c7

Update src/pixel3dmm/env_paths.py

Browse files
Files changed (1) hide show
  1. src/pixel3dmm/env_paths.py +7 -0
src/pixel3dmm/env_paths.py CHANGED
@@ -20,6 +20,13 @@ FLAME_ASSETS = hf_hub_download(
20
  repo_type="model",
21
  )
22
 
 
 
 
 
 
 
 
23
  pipnet_local_path = hf_hub_download(
24
  repo_id="alexnasa/pixel3dmm",
25
  filename="epoch59.pth",
 
20
  repo_type="model",
21
  )
22
 
23
+ MICA_TAR_ASSET = hf_hub_download(
24
+ repo_id="alexnasa/pixel3dmm",
25
+ filename="mica.tar",
26
+ repo_type="model",
27
+ )
28
+
29
+
30
  pipnet_local_path = hf_hub_download(
31
  repo_id="alexnasa/pixel3dmm",
32
  filename="epoch59.pth",