ThunderVVV commited on
Commit
89befaf
·
1 Parent(s): 4272f00
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -23,8 +23,8 @@ def install_cuda_toolkit():
23
 
24
  install_cuda_toolkit()
25
 
26
- os.system('pip install -e ./thirdparty/DROID-SLAM')
27
- os.system('pip install -e ./thirdparty/DROID-SLAM/thirdparty/lietorch')
28
  import torch
29
  import numpy as np
30
  from easydict import EasyDict
 
23
 
24
  install_cuda_toolkit()
25
 
26
+ os.system('pip install ./thirdparty/DROID-SLAM')
27
+ os.system('pip install ./thirdparty/DROID-SLAM/thirdparty/lietorch')
28
  import torch
29
  import numpy as np
30
  from easydict import EasyDict