Spaces:
Running
on
Zero
Running
on
Zero
root directory adjusted
Browse files
src/pixel3dmm/env_paths.py
CHANGED
@@ -27,8 +27,8 @@ MICA_TAR_ASSET = os.path.join(base, "mica.tar")
|
|
27 |
PIPNET_LOCAL_ASSET= os.path.join(base, "epoch59.pth")
|
28 |
CKPT_N_PRED = os.path.join(base, "normals.ckpt")
|
29 |
CKPT_UV_PRED = os.path.join(base, "uv.ckpt")
|
30 |
-
ANT_DIR = os.path.join(base, "
|
31 |
-
BUFFALO_DIR = os.path.join(base, "
|
32 |
|
33 |
head_template = f'{CODE_BASE}/assets/head_template.obj'
|
34 |
head_template_color = f'{CODE_BASE}/assets/head_template_color.obj'
|
|
|
27 |
PIPNET_LOCAL_ASSET= os.path.join(base, "epoch59.pth")
|
28 |
CKPT_N_PRED = os.path.join(base, "normals.ckpt")
|
29 |
CKPT_UV_PRED = os.path.join(base, "uv.ckpt")
|
30 |
+
ANT_DIR = os.path.join(base, "insightface")
|
31 |
+
BUFFALO_DIR = os.path.join(base, "insightface")
|
32 |
|
33 |
head_template = f'{CODE_BASE}/assets/head_template.obj'
|
34 |
head_template_color = f'{CODE_BASE}/assets/head_template_color.obj'
|