SinDongHwan / labelKeypoint

Keypoints label tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

labelme: Image Annotation Tool with Python

PyPI Version Travis Build Status Docker Build Status

Requirements

Installation

Anaconda

You need install Anaconda, then run below:

For linux and Mac

# python2
cd $root_dir_of_labelme
conda create --name=labelme python=2.7
source activate labelme
conda install pyqt
pip install labelme

For windows

# python2
cd $root_dir_of_labelme
conda create --name=labelme python=2.7
activate labelme
conda install pyqt
pip install labelme

Usage

准备

Please set your input & output directory here:

  • labelme/app.py line 78 for input directory
  • labelme/app.py line 79 for output directory

Re-Install labelme

# Install
$ pip uninstall labelme
$ python setup.py install
# Run
$ python labelme/app.py  # Open GUI

The GUI is as bellow: Image description

These're some main buttons:

Next: Save the current image (json) & process the next one

'Next Without Saving': Ignore the current image & process the next one

'Left Mouse Click': click & choose the corresponding key-point.

'Double click in the Widget': Remove key-point

TODO

  1. Adding attributes is_visible for point being occluded, need to interpolate ...

About

Keypoints label tools

License:GNU General Public License v3.0


Languages

Language:Python 99.1%Language:Dockerfile 0.9%