Skip to content

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

locpnh1995/labelme

 
 

Repository files navigation


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).

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Dockerfile 0.3%