Spaces:
Running
Running
ThunderVVV
commited on
Commit
·
44b4275
1
Parent(s):
45b6ab5
update
Browse files
app.py
CHANGED
@@ -8,9 +8,9 @@ print(torch.version.cuda)
|
|
8 |
|
9 |
# download model
|
10 |
print("Downloading model weights")
|
11 |
-
os.system('wget -q https://huggingface.co/ThunderVVV/HaWoR/resolve/main/
|
12 |
-
os.system('wget -q https://huggingface.co/ThunderVVV/HaWoR/resolve/main/
|
13 |
-
os.system('wget -q https://huggingface.co/ThunderVVV/HaWoR/resolve/main/
|
14 |
os.system('wget -q https://huggingface.co/ThunderVVV/HaWoR/resolve/main/hawor/checkpoints/hawor.ckpt -P ./weights/hawor/checkpoints/')
|
15 |
os.system('wget -q https://huggingface.co/ThunderVVV/HaWoR/resolve/main/hawor/checkpoints/infiller.pt -P ./weights/hawor/checkpoints/')
|
16 |
os.system('wget -q https://huggingface.co/ThunderVVV/HaWoR/resolve/main/hawor/model_config.yaml -P ./weights/hawor/')
|
|
|
8 |
|
9 |
# download model
|
10 |
print("Downloading model weights")
|
11 |
+
os.system('wget -q https://huggingface.co/ThunderVVV/HaWoR/resolve/main/external/metric_depth_vit_large_800k.pth -P ./thirdparty/Metric3D/weights/')
|
12 |
+
os.system('wget -q https://huggingface.co/ThunderVVV/HaWoR/resolve/main/external/droid.pth -P ./weights/external/')
|
13 |
+
os.system('wget -q https://huggingface.co/ThunderVVV/HaWoR/resolve/main/external/detector.pt -P ./weights/external/')
|
14 |
os.system('wget -q https://huggingface.co/ThunderVVV/HaWoR/resolve/main/hawor/checkpoints/hawor.ckpt -P ./weights/hawor/checkpoints/')
|
15 |
os.system('wget -q https://huggingface.co/ThunderVVV/HaWoR/resolve/main/hawor/checkpoints/infiller.pt -P ./weights/hawor/checkpoints/')
|
16 |
os.system('wget -q https://huggingface.co/ThunderVVV/HaWoR/resolve/main/hawor/model_config.yaml -P ./weights/hawor/')
|