alexnasa commited on
Commit
31b2d6e
·
1 Parent(s): 60e5037

debug code removed

Browse files
Files changed (1) hide show
  1. src/pixel3dmm/env_paths.py +0 -3
src/pixel3dmm/env_paths.py CHANGED
@@ -19,9 +19,6 @@ base = snapshot_download(
19
  repo_type="model", # model vs dataset
20
  )
21
 
22
-
23
- print(f'cache folder f{base}')
24
-
25
  FLAME_ASSET = os.path.join(base, "generic_model.pkl")
26
  MICA_TAR_ASSET = os.path.join(base, "mica.tar")
27
  PIPNET_LOCAL_ASSET= os.path.join(base, "epoch59.pth")
 
19
  repo_type="model", # model vs dataset
20
  )
21
 
 
 
 
22
  FLAME_ASSET = os.path.join(base, "generic_model.pkl")
23
  MICA_TAR_ASSET = os.path.join(base, "mica.tar")
24
  PIPNET_LOCAL_ASSET= os.path.join(base, "epoch59.pth")