diff --git a/README.md b/README.md index 4972ab11..5b03124c 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ It is written in Python and uses Qt for its graphical interface. The annotation file will be saved as a XML file. The annotation format is PASCAL VOC format, and the format is the same as [ImageNet](http://www.image-net.org/) +![](icons/demo.png) + ## Dependencies Requires at least [Python 2.6](http://www.python.org/getit/) and has been tested with [PyQt 4.8](http://www.riverbankcomputing.co.uk/software/pyqt/intro). diff --git a/icons/demo.png b/icons/demo.png new file mode 100644 index 00000000..f1dcfb62 Binary files /dev/null and b/icons/demo.png differ