Skip to content

LabelImg is a graphical image annotation tool. The annotation will be saved as a Pascal VOC format, and the format is the same as [ImageNet](http://www.image-net.org/)

Notifications You must be signed in to change notification settings

joeking11829/labelImg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LabelImg

LabelImg is a graphical image annotation tool

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

Dependencies

Requires at least Python 2.6 and has been tested with PyQt 4.8.

In order to build the resource and assets, you need to install pyqt4-dev-tools:

$ sudo apt-get install pyqt4-dev-tools

Usage

After cloning the code, you should run make to generate the resource file.

You can then start annotating by running ./labelImg.py. For usage instructions you can see Here

At the moment annotations are saved as a XML file. The format is PASCAL VOC format, and the format is the same as ImageNet

You can also see ImageNet Utils to download image, create a label text for machine learning, etc

About

LabelImg is a graphical image annotation tool. The annotation will be saved as a Pascal VOC format, and the format is the same as [ImageNet](http://www.image-net.org/)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Makefile 0.1%