Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ version_str="".join([
|
|
8 |
torch.version.cuda.replace(".",""),
|
9 |
f"_pyt{pyt_version_str}"
|
10 |
])
|
11 |
-
|
12 |
os.system('pip install iopath')
|
13 |
os.system(f'pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/{version_str}/download.html')
|
14 |
# os.system('wget https://download.europe.naverlabs.com/ComputerVision/DUSt3R/DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth -P checkpoints/')
|
|
|
8 |
torch.version.cuda.replace(".",""),
|
9 |
f"_pyt{pyt_version_str}"
|
10 |
])
|
11 |
+
print(version_str)
|
12 |
os.system('pip install iopath')
|
13 |
os.system(f'pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/{version_str}/download.html')
|
14 |
# os.system('wget https://download.europe.naverlabs.com/ComputerVision/DUSt3R/DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth -P checkpoints/')
|