Skip to content

Commit

Permalink
Merge pull request #117 from derekdkim/master
Browse files Browse the repository at this point in the history
Document newly added functionalitities #106
  • Loading branch information
amitguptagwl authored Oct 6, 2018
2 parents bf668ec + 70eded7 commit b98abda
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,35 @@ One of imglab's key advantages is that you can use 3rd party libraries to **fast

You can either import a file from a URL or from your computer. You can plot the landmark points by yourself or you can request to face++ API to collect the points which automatically gets plotted on the image (You will need to register on face++ to use the API.). If you feel that the result should be improved, you can drag a point to the correct location. Check [Demo video](https://youtu.be/Y-bJo_ylHTw) on Youtube.

### Keyboard Shortcuts:

*File Management:*

Shift + Alt + O : Open image folder.
Ctrl + I : Import data file.
Ctrl + E : Export data file.
Alt + Left/Right Arrow : Navigate through images in the slider.

*Image Manipulation:*

Del : Delete selected shapes or feature points.
Enter : Confirm action.
Alt + A : Select all shapes.
Ctrl + Directional Arrow : Move the currently selected shape in the corresponding direction.

*Toolbar Shortcuts:*

Alt + F : Feature Point
Alt + C : Circle
Alt + R : Rectangle
Alt + P : Polygon
Alt + M : Move
Alt + L : Light
Alt + E : Ellipse
Alt + + (Plus key) : Zoom
Alt + W : Magic wand


### Auto suggestion

![Auto suggestion](img/imglab-autosuggestion.gif)
Expand All @@ -64,6 +93,14 @@ You can either import a file from a URL or from your computer. You can plot the

![Plugins](img/imglab-polygon.gif)

### Keyboard Shortcuts:

![Hotkeys](img/imglab-hotkeys.gif)

### Zoom In/Out:

![Hotkeys](img/imglab-zoom.gif)

Check [video](https://youtu.be/Y-bJo_ylHTw) tutorial/demonstration for more details.

## Getting Started
Expand Down
28 changes: 28 additions & 0 deletions docs/features.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
##ImgLab Features:

### Auto suggestion

![Auto suggestion](img/imglab-autosuggestion.gif)

### Plugins

![Plugins](img/imglab-fpp.gif)

### Different Shapes

![Polygons](img/imglab-polygon.gif)

### Keyboard Shortcuts:

![Hotkeys](img/imglab-hotkeys.gif)

### Zoom In/Out:

![Hotkeys](img/imglab-zoom.gif)

### Copy/Paste Labels Across Images:

DEMONSTRATION GIF GOES HERE.


Check [video](https://youtu.be/Y-bJo_ylHTw) tutorial/demonstration for more details.
Binary file added img/imglab-hotkeys.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/imglab-zoom.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b98abda

Please sign in to comment.