Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions gnm/shape/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ git clone https://github.com/google/gnm.git
cd gnm/gnm/shape
```

* **Core (NumPy + Tensorflow only):**
* **Core (NumPy + TensorFlow only):**

```bash
pip install -e .
Expand Down Expand Up @@ -239,7 +239,7 @@ basis, expression basis, skinning weights, and UV layout. This file is provided
within the `gnm/shape/data/versions/v{MAJOR}_{MINOR}` directory.

The Semantic Sampler models
(`expression_decoder_model.h5`, `identity_decoder_model.h5`) are located as
(`expression_decoder_model.h5`, `identity_decoder_model.h5`) are located
in `gnm/shape/data/semantic_sampler`.

## UV Mapping
Expand Down