Spaces:
Configuration error
Configuration error
deploy mast3r sfm
Browse files
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:
|