Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.1 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.1 KB

Description

This is a modified verion of Labelme which permit label keypoint quickly with pre-defined class

Requirements

Installation

There are options:

Anaconda

clone the repo, create anaconda environment, then run below:

pip install -e .

Usage

labelme  --config [path to con file] 
  • open the image folder
  • Ctrl+N for create new point
  • E for modify the existing point
  • Left click, right click, middle click to create new point for coresponding class that specify in config file
  • Ctrl + Left click, right click, middle click to create new point for coresponding class that specify in config file
  • Ctrl + Z for undo

Acknowledgement

This repo is the modified version of https://github.com/wkentaro/labelme