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
를 해야 됬습니다.
'Deep Learning > Computer Vision' 카테고리의 다른 글
Yolov5를 이용해서 Transfer Learning에서 Early Overfitting을 방지하는 방법 (0) | 2022.02.17 |
---|---|
Yolov5의 model을 Tx2 engine을 만들어봅시다 (Onnx, netron) (2) | 2022.01.10 |
mAP란 무엇일까요? (ft. IOU) (0) | 2021.06.03 |
yolov5를 이용해서 custom data 학습시키기, people training (0) | 2021.05.11 |
Multi object Tracking(MOT) 과 활용 (1) | 2021.04.29 |