Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghanbing committed Feb 28, 2018
2 parents 94341f6 + 2588e8e commit 61944fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
Download from release.

## Usage
1. <kbd>Ctrl/?+O</kbd> to Open Image files.(\*.png/\*.jpg) (PS: The name of images files to be labeled should has the format of `image_{label}_timestamp.***`)
2. <kbd>Ctrl/?+Alt+O</kbd> to Open saved label file.(\*.ljson)
3. <kbd>Ctrl/?+S</kbd> to save label file.(\*.ljson)
1. <kbd>Ctrl/+O</kbd> to Open Image files.(\*.png/\*.jpg) (PS: The name of images files to be labeled should has the format of `image_{label}_timestamp.***`)
2. <kbd>Ctrl/+Alt+O</kbd> to Open saved label file.(\*.ljson)
3. <kbd>Ctrl/+S</kbd> to save label file.(\*.ljson)
4. When the images have been loaded, use <kbd>&larr;</kbd> and <kbd>&rarr;</kbd> arrow keys to navigate from image to image.
5. <kbd>Ctrl/?+&larr;</kbd>, <kbd>Ctrl/?+&rarr;</kbd> and <kbd>Shift+&larr;</kbd>, <kbd>Shift+&rarr;</kbd> arrow keys will help you to navigate faster to 10x and 100x respectively.
5. <kbd>Ctrl/+&larr;</kbd>, <kbd>Ctrl/+&rarr;</kbd> and <kbd>Shift+&larr;</kbd>, <kbd>Shift+&rarr;</kbd> arrow keys will help you to navigate faster to 10x and 100x respectively.

## Development
1. First: `npm install`
Expand All @@ -18,4 +18,4 @@ Download from release.
## Production
1. First: `npm install`
2. Webpack: `npm run postinstall`, and change `index.html` to use `bundle.js` built in last step.
3. Start electron: `npm start`
3. Start electron: `npm start`

0 comments on commit 61944fa

Please sign in to comment.