Spaces:
Sleeping
Sleeping
TechT3o
commited on
Commit
·
30679d9
1
Parent(s):
5e7e8fb
Added requirements.txt
Browse files- requirements.txt +65 -0
requirements.txt
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
chumpy @ git+https://github.com/mattloper/chumpy
|
2 |
+
opencv-python~=4.10.0.84
|
3 |
+
numpy~=1.22.3
|
4 |
+
torch~=2.5.0+cu124
|
5 |
+
pillow~=10.2.0
|
6 |
+
imageio~=2.36.0
|
7 |
+
progress~=1.6
|
8 |
+
gdown==4.6.0
|
9 |
+
pytorch3d~=0.7.8
|
10 |
+
joblib~=1.4.2
|
11 |
+
smplx~=0.1.28
|
12 |
+
intel-openmp~=2024.2.1
|
13 |
+
loguru~=0.7.2
|
14 |
+
munkres~=1.1.4
|
15 |
+
scikit-image~=0.22.0
|
16 |
+
matplotlib~=3.8.4
|
17 |
+
PyYAML~=6.0.2
|
18 |
+
tqdm~=4.66.5
|
19 |
+
docutils==0.16.0
|
20 |
+
myst-parser
|
21 |
+
-e git+https://github.com/gaotongxiao/pytorch_sphinx_theme.git#egg=pytorch_sphinx_theme
|
22 |
+
sphinx==4.0.2
|
23 |
+
sphinx_copybutton
|
24 |
+
sphinx_markdown_tables
|
25 |
+
mmcv-full~=1.5.0
|
26 |
+
mmpose~=0.24.0
|
27 |
+
mmdet>=2.14.0
|
28 |
+
mmtrack>=0.6.0
|
29 |
+
mpmath~=1.3.0
|
30 |
+
albumentations>=0.3.2 --no-binary qudida,albumentations
|
31 |
+
poseval@git+https://github.com/svenkreiss/poseval.git
|
32 |
+
isort==4.3.21
|
33 |
+
pytest
|
34 |
+
pytest-runner
|
35 |
+
smplx>=0.1.28
|
36 |
+
xdoctest>=0.10.0
|
37 |
+
yapf~=0.40.2
|
38 |
+
pyrender
|
39 |
+
onnx
|
40 |
+
onnxruntime
|
41 |
+
tensorboard~=2.18.0
|
42 |
+
timm~=0.4.9
|
43 |
+
absl-py~=2.1.0
|
44 |
+
apex~=0.9.10dev
|
45 |
+
huggingface-hub~=0.26.1
|
46 |
+
einops~=0.8.0
|
47 |
+
yacs~=0.1.8
|
48 |
+
scipy~=1.11.4
|
49 |
+
ultralytics~=8.2.40
|
50 |
+
torchvision~=0.20.0+cu124
|
51 |
+
setuptools~=59.5.0
|
52 |
+
psutil~=6.1.0
|
53 |
+
xtcocotools~=1.14.3
|
54 |
+
seaborn~=0.13.2
|
55 |
+
requests~=2.32.3
|
56 |
+
munkres~=1.1.4
|
57 |
+
flask~=3.0.3
|
58 |
+
iopath~=0.1.10
|
59 |
+
tabulate~=0.9.0
|
60 |
+
pandas~=2.0.3
|
61 |
+
packaging~=24.1
|
62 |
+
fvcore~=0.1.5.post20221221
|
63 |
+
beautifulsoup4~=4.12.3
|
64 |
+
jinja2~=3.1.4
|
65 |
+
pytorch3d @ git+https://github.com/facebookresearch/pytorch3d.git@stable
|