From 8e42549b2e1244c676de7225b8991eeb5d5390a3 Mon Sep 17 00:00:00 2001 From: manumishra12 Date: Sat, 18 Jul 2026 02:04:17 -0700 Subject: [PATCH] Fix minor wording issues in gnm.shape README - Correct 'Tensorflow' casing to 'TensorFlow' in the core install note, matching the spelling used elsewhere in the file. - Remove a stray 'as' in the Semantic Sampler models path sentence ('are located as in' -> 'are located in'). --- gnm/shape/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnm/shape/README.md b/gnm/shape/README.md index af3c7b65..cf348e98 100644 --- a/gnm/shape/README.md +++ b/gnm/shape/README.md @@ -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 . @@ -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