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

kist-smartfarm/labelyou

 
 

Repository files navigation

labelme labelyou


Description

labelyou is image annotation tool forked from labelme

it is developed for supporting workflows in the KIST smartfarm research center.

modified by : Hong-Beom Choi(redtiger@kist.re.kr)

Features

  • Including all features of the mother project, labelme.
  • Grid mode, which generates a bunch of rectangles in the form of cells in a grid.
  • Ergonomically modified keyboard shortchts, including changing class.

Installation

Prepare the repository (!! on your workspace !!)

git clone https://github.com/kist-smartfarm/labelyou

install requried packages

cd labelyou
conda create -n labelyou python=3.9 
conda activate labelyou
pip install . # if you want to modify this package -> pip install -e . 

run labelyou

cd labelme
python __main__.py

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.8%
  • Dockerfile 0.2%