Spaces:
Running
on
Zero
Running
on
Zero
debug code removed
Browse files
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")
|