alexnasa commited on
Commit
60e5037
·
1 Parent(s): 06d79c8

root directory adjusted

Browse files
Files changed (1) hide show
  1. src/pixel3dmm/env_paths.py +2 -2
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, "antelopev2")
31
- BUFFALO_DIR = os.path.join(base, "buffalo_l")
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'