Deep Learning/Computer Vision

labelImg 맥에다 설치하기

jinmc 2021. 11. 24. 10:30
반응형

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

pipenv 로 설치하는 방법도 있지만,

파이썬 3.6이어야 되고 3.8이면 안된다고 해서 brew와 pip3의 조합으로 설치하였습니다.

 

https://stackoverflow.com/questions/46986431/make-no-rule-to-make-target-qt5py3-stop/46991934 

 

make: *** No rule to make target 'qt5py3'. Stop

I'm working on a machine learning assignment. By the when I was trying to install the following file brew install qt qt5 brew install libxml2 make qt5py3 python labelImg.py python labelImg.py [

stackoverflow.com

이 포스트가 도움을 주지만, ustr은 굳이 않아도 됬습니다.

 

brew install qt qt5
brew install libxml2
brew install pyqt5

이후에,

 

pip3 install pyqt5 lxml

를 해야 됬습니다.

반응형