Original document: https://github.com/wkentaro/labelme
-
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
Remove .labelmerc file to apply the new keyboard shortcuts
rm ~/.labelmerc
- You need install Anaconda, then run below:
# Setup conda
conda create --name labelme
conda activate labelme
- Download or Clone locpnh1995/labelme source code.
- Change directory to labelme folder, then run:
# Uninstall the old version
pip uninstall labelme
# Install the new version
pip install -e .
- Type
labelme
on Terminal to open GUI.