Spaces:
Runtime error
Runtime error
Merge branch 'main' of https://huggingface.co/spaces/vumichien/generate_human_motion into main
Browse files- app.py +1 -0
- requirements.txt +13 -4
app.py
CHANGED
@@ -8,6 +8,7 @@ sys.argv = ['VQ-Trans/GPT_eval_multi.py']
|
|
8 |
os.chdir('VQ-Trans')
|
9 |
|
10 |
sys.path.append('/home/user/app/VQ-Trans')
|
|
|
11 |
|
12 |
import options.option_transformer as option_trans
|
13 |
from huggingface_hub import snapshot_download
|
|
|
8 |
os.chdir('VQ-Trans')
|
9 |
|
10 |
sys.path.append('/home/user/app/VQ-Trans')
|
11 |
+
sys.path.append('/home/user/app/VQ-Trans/pyrender')
|
12 |
|
13 |
import options.option_transformer as option_trans
|
14 |
from huggingface_hub import snapshot_download
|
requirements.txt
CHANGED
@@ -6,11 +6,20 @@ transformers
|
|
6 |
h5py
|
7 |
smplx
|
8 |
shapely
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
mapbox_earcut
|
12 |
chumpy
|
13 |
gdown
|
14 |
-
PyOpenGL
|
15 |
-
PyOpenGL_accelerate
|
16 |
gradio==3.12
|
|
|
6 |
h5py
|
7 |
smplx
|
8 |
shapely
|
9 |
+
freetype-py
|
10 |
+
imageio
|
11 |
+
networkx
|
12 |
+
numpy
|
13 |
+
Pillow
|
14 |
+
pyglet==1.4.0a1
|
15 |
+
PyOpenGL
|
16 |
+
PyOpenGL_accelerate
|
17 |
+
six
|
18 |
+
trimesh
|
19 |
+
sphinx
|
20 |
+
sphinx_rtd_theme
|
21 |
+
sphinx-automodapi
|
22 |
mapbox_earcut
|
23 |
chumpy
|
24 |
gdown
|
|
|
|
|
25 |
gradio==3.12
|