Study/AI

[labelImg] Anaconda Prompt에서 labelImg 설치 및 실행하기

developer_ny 2021. 11. 14. 03:11

다음 순서에 따라 명령어를 입력해준다.

1. git clone https://github.com/tzutalin/labelImg

 

GitHub - tzutalin/labelImg: 🖍️ LabelImg is a graphical image annotation tool and label object bounding boxes in images

🖍️ LabelImg is a graphical image annotation tool and label object bounding boxes in images - GitHub - tzutalin/labelImg: 🖍️ LabelImg is a graphical image annotation tool and label object bounding b...

github.com

2. cd labelImg

3. conda create -n venv python=3.6

python 가상환경 생성

4. conda list env

가상환경 리스트 조회

5. conda activate venv

venv 가상환경 활성화

6. conda install pyqt=5

7. conda install -c anaconda lxml

8. pyrcc5 -o libs/resources.py resources.qrc

9. python labelImg.py

labelImg 실행

10. conda deactivate

가상환경 비활성화