alexnasa commited on
Commit
199cd31
·
verified ·
1 Parent(s): 586fccb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ def sh(cmd): subprocess.check_call(cmd, shell=True)
14
  # only do this once per VM restart
15
  sh("pip install -e .")
16
  sh("cd src/pixel3dmm/preprocessing/facer && pip install -e .")
 
17
 
18
  # Set environment variables
19
  os.environ["PIXEL3DMM_CODE_BASE"] = "./"
 
14
  # only do this once per VM restart
15
  sh("pip install -e .")
16
  sh("cd src/pixel3dmm/preprocessing/facer && pip install -e .")
17
+ sh("cd src/pixel3dmm/preprocessing/PIPNet/FaceBoxesV2/utils && sh make.sh")
18
 
19
  # Set environment variables
20
  os.environ["PIXEL3DMM_CODE_BASE"] = "./"