From 17fbb5e9a75eae01b242ff09693fbeb4a7009567 Mon Sep 17 00:00:00 2001 From: tzutalin Date: Mon, 16 Nov 2015 13:40:19 +0800 Subject: [PATCH] Update README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bfaeecd..ef670826 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LabelImg -LabelImg is a graphical image annotation tool +LabelImg is a graphical image annotation tool. The source mainly comes from [labelme](labelme.csail.mit.edu). It is written in Python and uses Qt for its graphical interface. @@ -26,3 +26,11 @@ At the moment annotations are saved as a XML file. The format is PASCAL VOC form You can also see [ImageNet Utils](https://github.com/tzutalin/ImageNet_Utils) to download image, create a label text for machine learning, etc + +### Hotkeys + +* Ctrl + n : Create a bounding box + +* Ctrl + s : Save + +* n : Next image