roman-bachmann commited on
Commit
9b1b6c3
1 Parent(s): 8cd5ef4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -144,8 +144,8 @@ with gr.Blocks(css=css, theme=gr.themes.Base()) as demo:
144
  \*\* While 4M-21 models are capable of predicting *4D human poses*, visualizing them requires the SMPL model which cannot be distributed.
145
  To visualize poses, please follow these steps:
146
 
147
- 1) Install via `pip install timm yacs smplx pyrender pyopengl==3.1.4`
148
- You may need to follow the pyrender install instructions: https://pyrender.readthedocs.io/en/latest/install/index.html
149
  2) Download SMPL data from https://smpl.is.tue.mpg.de/. See https://github.com/shubham-goel/4D-Humans/ for an example.
150
  3) Copy the required SMPL files (`smpl_mean_params.npz`, `SMPL_to_J19.pkl`, `smpl/SMPL_NEUTRAL.pkl`) to `fourm/utils/hmr2_utils/data` .
151
  """)
 
144
  \*\* While 4M-21 models are capable of predicting *4D human poses*, visualizing them requires the SMPL model which cannot be distributed.
145
  To visualize poses, please follow these steps:
146
 
147
+ 1) Install via `pip install timm yacs smplx pyrender pyopengl==3.1.4`.
148
+ You may need to follow the [pyrender install instructions](https://pyrender.readthedocs.io/en/latest/install/index.html).
149
  2) Download SMPL data from https://smpl.is.tue.mpg.de/. See https://github.com/shubham-goel/4D-Humans/ for an example.
150
  3) Copy the required SMPL files (`smpl_mean_params.npz`, `SMPL_to_J19.pkl`, `smpl/SMPL_NEUTRAL.pkl`) to `fourm/utils/hmr2_utils/data` .
151
  """)