Skip to content
forked from wkentaro/labelme

Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).

License

Notifications You must be signed in to change notification settings

Ynjxsjmh/labelme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

labelme: Image Annotation Tool with Python

Labelme is a graphical image annotation tool inspired by http://labelme.csail.mit.edu.

It is written in Python and uses Qt for its graphical interface.

Dependencies

Installation

On Ubuntu:

$ sudo apt-get install python-qt4 qt4-dev-tools

$ sudo pip install labelme

On OS X:

$ brew install qt qt4

$ pip install labelme

Usage

$ labelme  # Open GUI

The annotations are saved as a JSON file. The file includes the image itself.

To view the json file quickly, you can use utility script:

$ labelme_draw_json sample.json

Sample

Screencast

About

Image Polygonal Annotation with Python (polygon, rectangle, circle, line, point and image-level flag annotation).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Makefile 0.2%