Spaces:
Running
on
Zero
Running
on
Zero
no need
Browse files
app.py
CHANGED
@@ -18,7 +18,6 @@ os.environ["PIXEL3DMM_TRACKING_OUTPUT"] = f"{os.getcwd()}/tracking_results"
|
|
18 |
def sh(cmd): subprocess.check_call(cmd, shell=True)
|
19 |
|
20 |
# only do this once per VM restart
|
21 |
-
sh("pip install nvdiffrast-0.3.3-py3-none-linux_x86_64.whl --force-reinstall")
|
22 |
sh("pip install -e .")
|
23 |
sh("cd src/pixel3dmm/preprocessing/facer && pip install -e .")
|
24 |
sh("cd src/pixel3dmm/preprocessing/PIPNet/FaceBoxesV2/utils && sh make.sh")
|
|
|
18 |
def sh(cmd): subprocess.check_call(cmd, shell=True)
|
19 |
|
20 |
# only do this once per VM restart
|
|
|
21 |
sh("pip install -e .")
|
22 |
sh("cd src/pixel3dmm/preprocessing/facer && pip install -e .")
|
23 |
sh("cd src/pixel3dmm/preprocessing/PIPNet/FaceBoxesV2/utils && sh make.sh")
|