You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
파이썬 패키지 관리자로 설치 가능 -- 주피터 들어가서 실행
명령어 : !pip install labelImg
실행 : !labelImg
프로그램이 실행되고 좌측 메뉴바에서 Open Dir를 통해 작업을 위한 이미지를
불러올 경로를 설정 할 수 있음
'W'를 누르면 오브젝트 영역 (Rect Box) 을 지정할 수 있는 상태가 됨
작업 후에는 xml형태의 파일로 레이블 경로가 저장이 됨(디폴트)
YOLO형식도 지원
저장 밑에 "PascalVOC" 단추를 누르면 "YOLO"표시가 뜹니다!
표시 뜬 상태로 저장해주셔야 합니다!!
다음 파일로 넘어갈 땐 'D', 이전파일로 돌아갈 땐 'A'
혹시 !pip로 실행이 되지 않을 경우
명령 프롬프트창에서 설치 하는 방법
conda install pyqt=5
conda install -c anaconda lxml
pyrcc5 -o libs/resources.py resources.qrc
python labelImg.py
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
개발자 깃허브
https://github.com/tzutalin/labelImg/blob/master/README.rst#use-docker
파이썬 패키지 관리자로 설치 가능 -- 주피터 들어가서 실행
명령어 : !pip install labelImg
실행 : !labelImg
프로그램이 실행되고 좌측 메뉴바에서 Open Dir를 통해 작업을 위한 이미지를
불러올 경로를 설정 할 수 있음
'W'를 누르면 오브젝트 영역 (Rect Box) 을 지정할 수 있는 상태가 됨
작업 후에는 xml형태의 파일로 레이블 경로가 저장이 됨(디폴트)
YOLO형식도 지원
저장 밑에 "PascalVOC" 단추를 누르면 "YOLO"표시가 뜹니다!
표시 뜬 상태로 저장해주셔야 합니다!!
다음 파일로 넘어갈 땐 'D', 이전파일로 돌아갈 땐 'A'
혹시 !pip로 실행이 되지 않을 경우
명령 프롬프트창에서 설치 하는 방법
conda install pyqt=5
conda install -c anaconda lxml
pyrcc5 -o libs/resources.py resources.qrc
python labelImg.py
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
개발자 깃허브에 단축기 설명이 있으니 필요하시면 들어가셔서 참고하시면 됩니다
Beta Was this translation helpful? Give feedback.
All reactions