Notice
Recent Posts
Recent Comments
Link
«   2024/11   »
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Tags
more
Archives
Today
Total
관리 메뉴

NY's 개발일기

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

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

가상환경 비활성화

'Study > AI' 카테고리의 다른 글

[논문] Designing an Encoder for StyleGAN Image Manipulation (E4E)  (0) 2022.06.27