init project
Browse files
app.py
CHANGED
|
@@ -8,9 +8,8 @@ import os
|
|
| 8 |
import sys
|
| 9 |
sys.path.append(os.path.abspath('./modules'))
|
| 10 |
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
sys.path.insert(0, MASt3R_REPO_PATH) # noqa
|
| 14 |
from mast3r.model import AsymmetricMASt3R
|
| 15 |
|
| 16 |
import math
|
|
|
|
| 8 |
import sys
|
| 9 |
sys.path.append(os.path.abspath('./modules'))
|
| 10 |
|
| 11 |
+
sys.path.append(os.path.abspath('./mast3r'))
|
| 12 |
+
|
|
|
|
| 13 |
from mast3r.model import AsymmetricMASt3R
|
| 14 |
|
| 15 |
import math
|