Spaces:
Running
Running
Commit
·
43b01bf
1
Parent(s):
953ef7e
update
Browse files- app.py +1 -0
- requirements.txt +0 -1
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
# import spaces
|
3 |
import os
|
|
|
4 |
import torch
|
5 |
import numpy as np
|
6 |
# from easydict import EasyDict
|
|
|
1 |
import gradio as gr
|
2 |
# import spaces
|
3 |
import os
|
4 |
+
os.system('pip install ./thirdparty/DROID-SLAM')
|
5 |
import torch
|
6 |
import numpy as np
|
7 |
# from easydict import EasyDict
|
requirements.txt
CHANGED
@@ -1,3 +1,2 @@
|
|
1 |
torch-scatter==2.1.2
|
2 |
git+https://github.com/facebookresearch/pytorch3d.git@stable
|
3 |
-
git+https://github.com/ThunderVVV/HaWoR-DROID-SLAM.git
|
|
|
1 |
torch-scatter==2.1.2
|
2 |
git+https://github.com/facebookresearch/pytorch3d.git@stable
|
|