Skip to content

Commit 7461c51

Browse files
committed
fix typo readme and gitignore
1 parent ecb81ac commit 7461c51

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ __pycache__/
77
.vscode/
88
outputs/
99
gifs/
10-
deps/distilbert-base-uncased/
10+
deps/distilbert-base-uncased
11+
deps/smplh
1112
datasets/
1213
*.ckpt
1314
*.gif

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ Use the code from [Ghosh et al.](https://github.com/anindita127/Complextext2anim
6060
"
6161
These motions are process by the Master Motor Map (MMM) framework. To be able to generate motions with SMPL body model, please look at the next section.
6262

63-
#### (Optional) Motion process with MoSh++ (in AMASS)
63+
#### (Optional) Motion processed with MoSh++ (in AMASS)
6464
**Be sure to read and follow their license agreements, and cite accordingly.**
6565

6666
Create this folder:
6767
```bash
6868
mkdir datasets/AMASS/
6969
```
7070

71-
Go to the [AMASS website] (https://amass.is.tuebingen.mpg.de/download.php), register and go to the Download tab. Then download the "SMPL+H G" files corresponding to the datasets [KIT, CMU, EKUT] into the "datasets/AMASS" directory and uncompress the archives:
71+
Go to the [AMASS website](https://amass.is.tuebingen.mpg.de/download.php), register and go to the Download tab. Then download the "SMPL+H G" files corresponding to the datasets [KIT, CMU, EKUT] into the ``datasets/AMASS`` directory and uncompress the archives:
7272

7373
```bash
7474
cd datasets/AMASS/
@@ -88,14 +88,14 @@ cd ..
8888
```
8989

9090
### 4. (Optional) SMPL body model
91-
This is only useful if you want to use generate 3D human meshes like in the teaser. In this case, you also need a part of the AMASS dataset (see below).
91+
This is only useful if you want to use generate 3D human meshes like in the teaser. In this case, you also need a subset of the AMASS dataset (see instructions below).
9292

9393
Create this folder:
9494
```bash
9595
mkdir deps/smplh/
9696
```
9797

98-
Go to the [MANO website](https://mano.is.tue.mpg.de/download.php, register and go to the Download tab.
98+
Go to the [MANO website](https://mano.is.tue.mpg.de/download.php), register and go to the Download tab.
9999

100100
- Click on "Models & Code" to download ``mano_v1_2.zip`` and place it in the folder ``deps/smplh/``.
101101
- Click on "Extended SMPL+H model" to download ``smplh.tar.xz`` and place it in the folder ``deps/smplh/``.

0 commit comments

Comments
 (0)