Spaces:
Paused
Paused
Update app.py
Browse files
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"] = "./"
|