Skip to content

Commit

Permalink
Merge pull request #130 from tinohager/master
Browse files Browse the repository at this point in the history
Add mouse and keyboard documentation
  • Loading branch information
AlexeyAB authored Apr 24, 2019
2 parents 3e2f234 + 2878877 commit ea049f3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,30 @@ As a result, many frames will be collected in the directory `data/img`. Then you
![Image of Yolo_mark](https://habrastorage.org/files/229/f06/277/229f06277fcc49279342b7edfabbb47a.jpg)
### Instruction manual
#### Mouse control
Button | Description |
--- | --- |
Left | Draw box
Right | Move box
#### Keyboard Shortcuts
Shortcut | Description |
--- | --- |
<kbd>→</kbd> | Next image |
<kbd>←</kbd> | Previous image |
<kbd>r</kbd> | Delete selected box (mouse hovered) |
<kbd>c</kbd> | Clear all marks on the current image |
<kbd>p</kbd> | Copy previous mark |
<kbd>o</kbd> | Track objects |
<kbd>ESC</kbd> | Close application |
<kbd>n</kbd> | One object per image |
<kbd>0-9</kbd> | Object id |
<kbd>m</kbd> | Show coords |
<kbd>w</kbd> | Line width |
<kbd>k</kbd> | Hide object name |
<kbd>h</kbd> | Help |

0 comments on commit ea049f3

Please sign in to comment.