Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
GuyTevet committed Nov 3, 2022
2 parents d17f469 + 0010f05 commit 9a30803
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,24 @@ pip install git+https://github.com/openai/CLIP.git

Download dependencies:

<details>
<summary><b>Text to Motion</b></summary>

```bash
bash prepare/download_smpl_files.sh
bash prepare/download_glove.sh
```
</details>

<details>
<summary><b>Text to Motion, Unconstrained</b></summary>

```bash
bash prepare/download_smpl_files.sh
bash prepare/download_a2m_datasets.sh
bash prepare/download_recognition_models.sh
```
</details>

### 2. Get data

Expand Down Expand Up @@ -197,7 +210,7 @@ python -m sample.generate --model_path ./save/humanact12/model000350000.pt --num
python -m sample.generate --model_path ./save/humanact12/model000350000.pt --action_file ./assets/example_action_names_humanact12.txt
```

### Generate a single prompt
### Generate a single action

```shell
python -m sample.generate --model_path ./save/humanact12/model000350000.pt --text_prompt "drink"
Expand Down

0 comments on commit 9a30803

Please sign in to comment.