Spaces:
Sleeping
Sleeping
imabackstabber
commited on
Commit
•
d2e3265
1
Parent(s):
7faf6a9
add requirements
Browse files- packages.txt +13 -0
- pre-requirements.txt +6 -0
- requirements.txt +32 -0
packages.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
libglfw3-dev
|
2 |
+
libgles2-mesa-dev
|
3 |
+
libgl1
|
4 |
+
freeglut3-dev
|
5 |
+
zip
|
6 |
+
unzip
|
7 |
+
ffmpeg
|
8 |
+
libsm6
|
9 |
+
libxext6
|
10 |
+
libgl1-mesa-dri
|
11 |
+
libegl1-mesa
|
12 |
+
libgbm1
|
13 |
+
build-essential
|
pre-requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.23
|
2 |
+
|
3 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
4 |
+
torch==2.0.0+cu118
|
5 |
+
torchvision==0.15.0+cu118
|
6 |
+
torchaudio==2.0.0+cu118
|
requirements.txt
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
--extra-index-url https://download.openmmlab.com/mmcv/dist/cu118/torch2.0/index.html
|
2 |
+
https://download.openmmlab.com/mmcv/dist/cu118/torch2.0.0/mmcv_full-1.7.2-cp39-cp39-manylinux1_x86_64.whl
|
3 |
+
|
4 |
+
scikit-image
|
5 |
+
scipy
|
6 |
+
scikit-learn
|
7 |
+
smplx==0.1.28
|
8 |
+
tqdm
|
9 |
+
yacs
|
10 |
+
numba
|
11 |
+
opencv-python
|
12 |
+
tensorboardx
|
13 |
+
filterpy
|
14 |
+
cython
|
15 |
+
chumpy
|
16 |
+
Pillow
|
17 |
+
trimesh
|
18 |
+
pyrender
|
19 |
+
matplotlib
|
20 |
+
json_tricks
|
21 |
+
torchgeometry
|
22 |
+
einops
|
23 |
+
joblib
|
24 |
+
boto3
|
25 |
+
requests
|
26 |
+
easydict
|
27 |
+
pycocotools
|
28 |
+
plyfile
|
29 |
+
timm
|
30 |
+
pyglet
|
31 |
+
mmdet==2.26.0
|
32 |
+
eval_type_backport
|