Spaces:
Running
on
Zero
Running
on
Zero
directory fixed
Browse files
src/pixel3dmm/env_paths.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import json
|
2 |
from pathlib import Path
|
3 |
from environs import Env
|
@@ -24,8 +25,8 @@ MICA_TAR_ASSET = os.path.join(base, "mica.tar")
|
|
24 |
PIPNET_LOCAL_ASSET= os.path.join(base, "epoch59.pth")
|
25 |
CKPT_N_PRED = os.path.join(base, "normals.ckpt")
|
26 |
CKPT_UV_PRED = os.path.join(base, "uv.ckpt")
|
27 |
-
ANT_DIR = os.path.join(
|
28 |
-
BUFFALO_DIR = os.path.join(
|
29 |
|
30 |
head_template = f'{CODE_BASE}/assets/head_template.obj'
|
31 |
head_template_color = f'{CODE_BASE}/assets/head_template_color.obj'
|
|
|
1 |
+
import os
|
2 |
import json
|
3 |
from pathlib import Path
|
4 |
from environs import Env
|
|
|
25 |
PIPNET_LOCAL_ASSET= os.path.join(base, "epoch59.pth")
|
26 |
CKPT_N_PRED = os.path.join(base, "normals.ckpt")
|
27 |
CKPT_UV_PRED = os.path.join(base, "uv.ckpt")
|
28 |
+
ANT_DIR = os.path.join(base, "antelopev2")
|
29 |
+
BUFFALO_DIR = os.path.join(base, "buffalo_l")
|
30 |
|
31 |
head_template = f'{CODE_BASE}/assets/head_template.obj'
|
32 |
head_template_color = f'{CODE_BASE}/assets/head_template_color.obj'
|