Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document newly added functionalitities #106 #117

Merged
merged 5 commits into from
Oct 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.