diff --git a/.gitignore b/.gitignore index a730cb2d..f6f8b639 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ - icons/.DS_Store resources.py @@ -10,3 +9,6 @@ build/ dist/ tags +cscope* +.ycm_extra_conf.py +.subvimrc diff --git a/README.md b/README.md index 2a4e0ec8..fe6141bb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ It is written in Python and uses Qt for its graphical interface. The annotation file will be saved as an 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) +![](demo/demo.png) + +![](demo/demo2.png) [![Demo video](https://j.gifs.com/4xy9z2.gif)](https://www.youtube.com/watch?v=p0nR2YsCY_U&feature=youtu.be) diff --git a/icons/demo.png b/demo/demo.png similarity index 100% rename from icons/demo.png rename to demo/demo.png diff --git a/demo/demo2.png b/demo/demo2.png new file mode 100644 index 00000000..bac899fe Binary files /dev/null and b/demo/demo2.png differ