Spaces:
Sleeping
Sleeping
hugoycj
commited on
Commit
•
e685b72
1
Parent(s):
270a9a7
Update checkpoint links
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ from pathlib import Path
|
|
37 |
# Default values
|
38 |
DEFAULT_CKPT_PATH = 'checkpoints/spann3r.pth'
|
39 |
DEFAULT_DUST3R_PATH = 'https://huggingface.co/camenduru/dust3r/resolve/main/DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth'
|
40 |
-
DEFAULT_MAST3R_PATH = '
|
41 |
DEFAULT_DEVICE = 'cuda:0' if torch.cuda.is_available() else 'cpu'
|
42 |
|
43 |
OPENGL = np.array([[1, 0, 0, 0],
|
|
|
37 |
# Default values
|
38 |
DEFAULT_CKPT_PATH = 'checkpoints/spann3r.pth'
|
39 |
DEFAULT_DUST3R_PATH = 'https://huggingface.co/camenduru/dust3r/resolve/main/DUSt3R_ViTLarge_BaseDecoder_512_dpt.pth'
|
40 |
+
DEFAULT_MAST3R_PATH = 'https://download.europe.naverlabs.com/ComputerVision/MASt3R/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric.pth'
|
41 |
DEFAULT_DEVICE = 'cuda:0' if torch.cuda.is_available() else 'cpu'
|
42 |
|
43 |
OPENGL = np.array([[1, 0, 0, 0],
|