kkwinds commited on
Commit
629176f
·
1 Parent(s): d027e4d

deploy mast3r sfm

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ torch.backends.cuda.matmul.allow_tf32 = True # for gpu >= Ampere and pytorch >=
25
 
26
  if __name__ == '__main__':
27
  parser = get_args_parser()
28
- args = parser.parse_args()
29
  set_print_with_timestamp()
30
 
31
  if args.server_name is not None:
 
25
 
26
  if __name__ == '__main__':
27
  parser = get_args_parser()
28
+ args = parser.parse_args(['--model_name', 'MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric'])
29
  set_print_with_timestamp()
30
 
31
  if args.server_name is not None: