ostapagon commited on
Commit
0522a01
·
1 Parent(s): 1308f6d

Fix globals

Browse files
Files changed (1) hide show
  1. demo/demo_globals.py +1 -1
demo/demo_globals.py CHANGED
@@ -8,7 +8,7 @@ from mast3r.utils.misc import hash_md5
8
  from mast3r.model import AsymmetricMASt3R
9
 
10
  weights_path = "naver/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric"
11
- weights_path = '/app/wild-gaussian-splatting/mast3r/checkpoints/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric.pth'
12
  tmpdirname = tempfile.TemporaryDirectory(suffix='demo')
13
  chkpt_tag = hash_md5(weights_path)
14
  CACHE_PATH = os.path.join(tmpdirname.name, chkpt_tag)
 
8
  from mast3r.model import AsymmetricMASt3R
9
 
10
  weights_path = "naver/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric"
11
+ # weights_path = '/app/wild-gaussian-splatting/mast3r/checkpoints/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric.pth'
12
  tmpdirname = tempfile.TemporaryDirectory(suffix='demo')
13
  chkpt_tag = hash_md5(weights_path)
14
  CACHE_PATH = os.path.join(tmpdirname.name, chkpt_tag)