AI Research Topic/Object Detection
[Object Detection] Image Labeling Tool
꾸준희
2019. 7. 8. 16:41
728x90
반응형
유명한 이미지 라벨링 툴 labelImg 이다.
object detection 학습을 위해
영상에서 Bounding Box 를 지정하여 라벨링을 수행하고
그 bounding box 정보들을 .xml 로 저장 할 수 있다.
https://github.com/tzutalin/labelImg
사용법은 간단하다.
1. 설치
$ pip install labelImg
2. 실행
$ labelImg
3. 폴더 지정
- Open Dir
- Change Save Dir
4. 단축키
Ctrl + u | Load all of the images from a directory |
Ctrl + r | Change the default annotation target dir |
Ctrl + s | Save |
Ctrl + d | Copy the current label and rect box |
Space | Flag the current image as verified |
w | Create a rect box |
d | Next image |
a | Previous image |
del | Delete the selected rect box |
Ctrl++ | Zoom in |
Ctrl-- | Zoom out |
↑→↓← | Keyboard arrows to move selected rect box |
728x90
반응형