Skip to content
forked from wkentaro/labelme

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

hodoolab/labelme

 
 

Repository files navigation


labelme

Image Polygonal Annotation with Python


Description

Labelme is a graphical image annotation tool inspired by http://labelme.csail.mit.edu.
It is written in Python and uses Qt for its graphical interface.

You can see the original code in here

Requirements

Installation

로컬에 python3.7 설치 후 아래와 같은 명령어를 실행합니다.

# python3
# pip install pyqt5  # pyqt5 can be installed via pip on python3
pip install labelme-master.zip

Usage

annotation info file은 파일과 같은 경로에 json 파일로, annotated image file은 'Annotated'라는 폴더에 png 형식으로 저장됩니다. cmd를 관리자권한으로 연 뒤 아래의 명령어를 실행해주세요.

labelme  

Cite This Project

If you use this project in your research or wish to refer to the baseline results published in the README, please use the following BibTeX entry.

@misc{labelme2016,
  author =       {Kentaro Wada},
  title =        {{labelme: Image Polygonal Annotation with Python}},
  howpublished = {\url{https://github.com/wkentaro/labelme}},
  year =         {2016}
}

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