Update README
This commit is contained in:
parent
a87ef4c70e
commit
17fbb5e9a7
10
README.md
10
README.md
@ -1,6 +1,6 @@
|
|||||||
# LabelImg
|
# 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.
|
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
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user