diff --git a/README.md b/README.md index 8e85270..d5815ba 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/docs/features.md b/docs/features.md new file mode 100644 index 0000000..4889ab9 --- /dev/null +++ b/docs/features.md @@ -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. \ No newline at end of file diff --git a/img/imglab-hotkeys.gif b/img/imglab-hotkeys.gif new file mode 100644 index 0000000..6ae907b Binary files /dev/null and b/img/imglab-hotkeys.gif differ diff --git a/img/imglab-zoom.gif b/img/imglab-zoom.gif new file mode 100644 index 0000000..5c9b42e Binary files /dev/null and b/img/imglab-zoom.gif differ