Skip to content

A simple graphical tool for quickly labeling a large dataset of images.

License

Notifications You must be signed in to change notification settings

cvaugh/image-labeler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Labeler

A graphical tool for quickly labeling a large dataset of images. Labels are stored in a tab-separated values (.tsv) file with the following format:

Path Label
/home/dataset/000000.jpg FACE
/home/dataset/000001.jpg NOT_FACE
... ...

Usage

Keyboard

  • O: Load a directory of images
  • S: Save labels
  • Left/right arrow keys: Move back or forward one image, respectively
  • Up/down arrow keys: Move back or forward ten images, respectively
  • 1: Label the current image as FACE
  • 2: Label the current image as NOT_FACE
  • 3: Label the current image as AMBIGUOUS
  • 0: Remove the label from the current image

Mouse

  • Left-click an image to label all images between the current image and the clicked image (inclusive) as FACE
  • Right-click an image to label all images between the current image and the clicked image (inclusive) as NOT_FACE
  • Middle-click an image to label all images between the current image and the clicked image (inclusive) as AMBIGUOUS
  • Click with mouse buttons 4 or 5 to skip to the clicked image without changing any labels

About

A simple graphical tool for quickly labeling a large dataset of images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages