Skip to content
forked from wkentaro/labelme

Image Annotation Tool for Segmentation with Python

License

Notifications You must be signed in to change notification settings

conanhung/labelme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

253 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Annotation

$ labelme  # Open GUI

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

Visualization

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

$ labelme_draw_json _static/IMG_6319.json

Convert to Dataset

To convert the json to set of image and label, you can run following:

$ labelme_json_to_dataset _static/IMG_6319.json

Sample

Screencast

About

Image Annotation Tool for Segmentation with Python

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%