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

granularai/labelme

 
 

Repository files navigation

Installation

Ubuntu

Install conda using this link.

git clone https://github.com/granularai/labelme.git
cd labelme
conda create --name LabelUs python=3.8
source activate LabelUs
conda install pyqt
pip install -e .
labelus

Windows

Install conda using this link.

Open windows power shell.

git clone https://github.com/granularai/labelme.git
cd labelme
conda create --name LabelUs python=3.8
conda activate LabelUs
conda install pyqt
pip install -e .
labelus

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.5%
  • Dockerfile 0.5%