radames commited on
Commit
269b6aa
·
1 Parent(s): 9ed0107

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def process(img_path):
37
  subprocess.Popen("./scripts/test.sh", env={
38
  **env,
39
  "INPUT_IMAGE_PATH": f'./inputs/{img_name}.png',
40
- "VOL_RES": "128"},
41
  cwd="PIFu").communicate()
42
 
43
  print("inference")
 
37
  subprocess.Popen("./scripts/test.sh", env={
38
  **env,
39
  "INPUT_IMAGE_PATH": f'./inputs/{img_name}.png',
40
+ "VOL_RES": "256"},
41
  cwd="PIFu").communicate()
42
 
43
  print("inference")