Update README.md
Browse files
README.md
CHANGED
@@ -114,7 +114,8 @@ The mapfree dataset license in particular is very restrictive. For more informat
|
|
114 |
|
115 |
### Interactive demo
|
116 |
|
117 |
-
|
|
|
118 |
|
119 |
```
|
120 |
demo.py is the updated demo for MASt3R. It uses our new sparse global alignment method that allows you to reconstruct larger scenes
|
@@ -129,6 +130,7 @@ python3 demo.py --model_name MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric
|
|
129 |
demo_dust3r_ga.py is the same demo as in dust3r (+ compatibility for MASt3R models)
|
130 |
see https://github.com/naver/dust3r?tab=readme-ov-file#interactive-demo for details
|
131 |
```
|
|
|
132 |
### Interactive demo with docker
|
133 |
|
134 |
TODO
|
|
|
114 |
|
115 |
### Interactive demo
|
116 |
|
117 |
+
We made one huggingface space running the new sparse global alignment in a simplified demo for small scenes: [naver/MASt3R](https://huggingface.co/spaces/naver/MASt3R)
|
118 |
+
There are two demos available to run locally:
|
119 |
|
120 |
```
|
121 |
demo.py is the updated demo for MASt3R. It uses our new sparse global alignment method that allows you to reconstruct larger scenes
|
|
|
130 |
demo_dust3r_ga.py is the same demo as in dust3r (+ compatibility for MASt3R models)
|
131 |
see https://github.com/naver/dust3r?tab=readme-ov-file#interactive-demo for details
|
132 |
```
|
133 |
+
|
134 |
### Interactive demo with docker
|
135 |
|
136 |
TODO
|