Skip to content

Commit

Permalink
update docs for new shortcust
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraPurkrabek committed Jul 3, 2024
1 parent 8e66b0b commit 28f4f8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ If you find this tool useful, let us or other people who might be interested, kn

The tool does not need any installation apart from common Python libraries defined in [requirements.txt](requirements.txt). You can use either pip or Conda and provided [environment file](environment.yml).

Unreasonably detailed instruction are at [install.md](docs/install.md)

If you would like to contribute to the project, please use the pre-commit which automatically format the code. To install, just run
`pre-commit install` and the code will be automatically formatted after each commit.

Expand Down
2 changes: 2 additions & 0 deletions docs/annotation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ The pose annotation tool offers several keyboard shortcuts to improve your annot
| `u` | **Next unannotated** pose |
| `m` | Save the current annotation progress and move to the **next one** |
| `n` | Save the current annotation progress and move to the **previous one** |
| `,/.` | **Jump by 10** backward/forward. |
| `x` | **Random** annotation. Useful for random quality check. |
| `v` | Change the **visibility** of the currently selected keypoint (works only while holding the mouse button) |
| `d` | **Delete** the currently selected keypoint (works only while holding the mouse button) |
| `a` | **Add** a new kypoint, if any is missing |
Expand Down

0 comments on commit 28f4f8e

Please sign in to comment.