Skip to content

Fix docs, packaging, and minor code issues in gnm.shape#34

Open
manumishra12 wants to merge 1 commit into
google:mainfrom
manumishra12:fix/docs-typos-packaging-cleanup
Open

Fix docs, packaging, and minor code issues in gnm.shape#34
manumishra12 wants to merge 1 commit into
google:mainfrom
manumishra12:fix/docs-typos-packaging-cleanup

Conversation

@manumishra12

Copy link
Copy Markdown
Contributor

Replaces #23, which GitHub auto-closed after a force-push that cleaned up
the branch. Same changes as #23, now without the accidentally committed
__pycache__/*.pyc files, plus a small .gitignore so they can't recur.

  • README: correct viewer filename (gnm_colab_viewer.py ->
    gnm_jupyter_viewer.py) and model data filename (gnm.npz -> gnm_head.npz)
  • pyproject: include data/**/*.txt so the landmark definition file (head_sparse_68.txt) is bundled on non-editable installs
  • gnm_jupyter_viewer.py: add the missing Apache-2.0 license header
  • gnm_utils: reference the existing 'variant' attribute instead of the non-existent 'model_type' in the region error message; fix "invidual" typo
  • gnm_data_loader: drop the stale commented-out import; fix "combinating" typo
  • semantic_sampler: ExpressionSampler docstring no longer claims to sample identities
  • gnm_tensorflow: correct attribute name in the GNM docstring (bone_aligned_template_joint_orientations)
  • add a top-level .gitignore for __pycache__/ / *.py[cod]

- README: correct viewer filename (gnm_colab_viewer.py ->
  gnm_jupyter_viewer.py) and model data filename (gnm.npz -> gnm_head.npz)
- pyproject: include data/**/*.txt so the landmark definition file
  (head_sparse_68.txt) is bundled on non-editable installs
- gnm_jupyter_viewer.py: add the missing Apache-2.0 license header
- gnm_utils: reference the existing 'variant' attribute instead of the
  non-existent 'model_type' in the region error message; fix "invidual" typo
- gnm_data_loader: drop the stale commented-out import; fix "combinating" typo
- semantic_sampler: ExpressionSampler docstring no longer claims to sample
  identities
- gnm_tensorflow: correct attribute name in the GNM docstring
  (bone_aligned_template_joint_orientations)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant