Spaces:
Running
on
Zero
Running
on
Zero
Add demo_globals fix
Browse files- demo/demo_globals.py +1 -1
demo/demo_globals.py
CHANGED
@@ -9,7 +9,7 @@ from mast3r.model import AsymmetricMASt3R
|
|
9 |
|
10 |
DATASET_DIR = "colmap_data"
|
11 |
weights_path = "naver/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric"
|
12 |
-
weights_path = '/app/wild-gaussian-splatting/mast3r/checkpoints/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric.pth'
|
13 |
tmpdirname = tempfile.TemporaryDirectory(suffix='demo')
|
14 |
chkpt_tag = hash_md5(weights_path)
|
15 |
CACHE_PATH = os.path.join(tmpdirname.name, chkpt_tag)
|
|
|
9 |
|
10 |
DATASET_DIR = "colmap_data"
|
11 |
weights_path = "naver/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric"
|
12 |
+
# weights_path = '/app/wild-gaussian-splatting/mast3r/checkpoints/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric.pth'
|
13 |
tmpdirname = tempfile.TemporaryDirectory(suffix='demo')
|
14 |
chkpt_tag = hash_md5(weights_path)
|
15 |
CACHE_PATH = os.path.join(tmpdirname.name, chkpt_tag)
|