Spaces:
Runtime error
Runtime error
Commit
·
8899e62
1
Parent(s):
b7eedf7
update
Browse files- pre-requirements.txt +38 -1
- requirements.txt +1 -0
pre-requirements.txt
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
torch==1.13.0
|
2 |
torchvision==0.14.0
|
3 |
-
pytorch-lightning==2.2.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
torch==1.13.0
|
2 |
torchvision==0.14.0
|
3 |
+
pytorch-lightning==2.2.4
|
4 |
+
numpy==1.26.4
|
5 |
+
opencv-python
|
6 |
+
pyrender
|
7 |
+
scikit-image
|
8 |
+
smplx==0.1.28
|
9 |
+
yacs
|
10 |
+
mmcv==1.3.9
|
11 |
+
timm
|
12 |
+
einops
|
13 |
+
xtcocotools
|
14 |
+
pandas
|
15 |
+
hydra-core
|
16 |
+
hydra-submitit-launcher
|
17 |
+
hydra-colorlog
|
18 |
+
pyrootutils
|
19 |
+
rich
|
20 |
+
webdataset
|
21 |
+
ultralytics
|
22 |
+
pulp
|
23 |
+
supervision
|
24 |
+
pycocotools
|
25 |
+
joblib
|
26 |
+
natsort
|
27 |
+
git+https://github.com/facebookresearch/pytorch3d.git@stable
|
28 |
+
torch-scatter==2.1.2
|
29 |
+
evo
|
30 |
+
pytorch-minimize
|
31 |
+
mmengine==0.10.4
|
32 |
+
HTML4Vision
|
33 |
+
plyfile
|
34 |
+
aitviewer
|
35 |
+
easydict
|
36 |
+
loguru
|
37 |
+
dill
|
38 |
+
lapx
|
39 |
+
chumpy@git+https://github.com/mattloper/chumpy
|
40 |
+
moderngl-window==2.4.6
|
requirements.txt
CHANGED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
thirdparty/DROID-SLAM
|