hujiecpp commited on
Commit
4f506b1
·
1 Parent(s): 986ab10

init project

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ import os
8
  import sys
9
  sys.path.append(os.path.abspath('./modules'))
10
 
11
- HERE_PATH = os.path.normpath(path.dirname(__file__)) # noqa
12
- MASt3R_REPO_PATH = os.path.normpath(path.join(HERE_PATH, './mast3r')) # noqa
13
  sys.path.insert(0, MASt3R_REPO_PATH) # noqa
14
 
15
  import math
 
8
  import sys
9
  sys.path.append(os.path.abspath('./modules'))
10
 
11
+ HERE_PATH = os.path.normpath(os.path.dirname(__file__)) # noqa
12
+ MASt3R_REPO_PATH = os.path.normpath(os.path.join(HERE_PATH, './mast3r')) # noqa
13
  sys.path.insert(0, MASt3R_REPO_PATH) # noqa
14
 
15
  import math