/labelme

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

Primary LanguagePythonOtherNOASSERTION

Original document: https://github.com/wkentaro/labelme


New Features

  • hold Space and LeftClick to drag the image

  • display Value of segmentation when hovered

  • edit Value by RightClick-->Edit Value (Ctrl+G)

  • NOT save with image data by default

  • display Value widget on right column

  • hold Space and LeftClick to drag the image

  • display Value of segmentation when hovered

  • edit Value by RightClick-->Edit Value (Ctrl+G)

  • NOT save with image data by default

  • press Space to hidden the selected polygon.

  • Convert Rectangle <--> Polygon in Right Click menu (Ctrl+T).

  • Merge shapes (belong to the same label) into a Rectangle shape in Right Click menu (Ctrl+M).

  • Move with arrow keys

  • Select multiple shapes

enhanced by locpnh

Notice

Remove .labelmerc file to apply the new keyboard shortcuts rm ~/.labelmerc

Installation

  1. You need install Anaconda, then run below:
# Setup conda
conda create --name labelme
conda activate labelme
  1. Download or Clone locpnh1995/labelme source code.
  2. Change directory to labelme folder, then run:
# Uninstall the old version
pip uninstall labelme

# Install the new version
pip install -e .
  1. Type labelme on Terminal to open GUI.