Spaces:
Running
on
Zero
Running
on
Zero
update
Browse files- packages.txt +12 -0
- requirements.txt +49 -0
packages.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
libglfw3-dev
|
2 |
+
libgles2-mesa-dev
|
3 |
+
libgl1
|
4 |
+
freeglut3-dev
|
5 |
+
unzip
|
6 |
+
ffmpeg
|
7 |
+
libsm6
|
8 |
+
libxext6
|
9 |
+
libgl1-mesa-dri
|
10 |
+
libegl1-mesa
|
11 |
+
libgbm1
|
12 |
+
build-essential
|
requirements.txt
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
opencv-python
|
2 |
+
numpy
|
3 |
+
trimesh
|
4 |
+
plyfile
|
5 |
+
pyyaml
|
6 |
+
scikit-image
|
7 |
+
scikit-learn
|
8 |
+
chumpy
|
9 |
+
tensorboard
|
10 |
+
kornia
|
11 |
+
loguru
|
12 |
+
pycocotools
|
13 |
+
yacs
|
14 |
+
lmdb
|
15 |
+
fire
|
16 |
+
setuptools
|
17 |
+
einops
|
18 |
+
tqdm
|
19 |
+
ipython
|
20 |
+
gym
|
21 |
+
transformers==4.44.2
|
22 |
+
OmegaConf
|
23 |
+
matplotlib
|
24 |
+
diffusers
|
25 |
+
rembg
|
26 |
+
segment_anything
|
27 |
+
jaxtyping
|
28 |
+
imageio
|
29 |
+
iopath
|
30 |
+
timm
|
31 |
+
open3d
|
32 |
+
pyrender
|
33 |
+
pytorch-lightning
|
34 |
+
smplx==0.1.28
|
35 |
+
chumpy @ git+https://github.com/zerchen/chumpy
|
36 |
+
xtcocotools
|
37 |
+
pandas
|
38 |
+
hydra-core
|
39 |
+
hydra-submitit-launcher
|
40 |
+
hydra-colorlog
|
41 |
+
pyrootutils
|
42 |
+
rich
|
43 |
+
webdataset
|
44 |
+
ultralytics
|
45 |
+
dill
|
46 |
+
git+https://github.com/facebookresearch/pytorch3d.git@stable
|
47 |
+
git+https://github.com/zerchen/lang-segment-anything.git
|
48 |
+
typeguard
|
49 |
+
gradio==5.0.2
|