Spaces:
Running
Running
Commit
·
89befaf
1
Parent(s):
4272f00
update
Browse files
app.py
CHANGED
@@ -23,8 +23,8 @@ def install_cuda_toolkit():
|
|
23 |
|
24 |
install_cuda_toolkit()
|
25 |
|
26 |
-
os.system('pip install
|
27 |
-
os.system('pip install
|
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
|