Spaces:
Running
Running
Commit
·
bbce88e
1
Parent(s):
ea5409b
update
Browse files- pre-requirements.txt +0 -1
- requirements.txt +1 -0
pre-requirements.txt
CHANGED
@@ -24,7 +24,6 @@ supervision
|
|
24 |
pycocotools
|
25 |
joblib
|
26 |
natsort
|
27 |
-
torch-scatter==2.1.2
|
28 |
evo
|
29 |
pytorch-minimize
|
30 |
mmengine==0.10.4
|
|
|
24 |
pycocotools
|
25 |
joblib
|
26 |
natsort
|
|
|
27 |
evo
|
28 |
pytorch-minimize
|
29 |
mmengine==0.10.4
|
requirements.txt
CHANGED
@@ -1,2 +1,3 @@
|
|
|
|
1 |
git+https://github.com/facebookresearch/pytorch3d.git@stable
|
2 |
thirdparty/DROID-SLAM
|
|
|
1 |
+
torch-scatter==2.1.2
|
2 |
git+https://github.com/facebookresearch/pytorch3d.git@stable
|
3 |
thirdparty/DROID-SLAM
|