labelImg的github地址:https://github.com/tzutalin/labelImg
我迁移到码云地址:https://gitee.com/qitiandashengdiyun/labelImg
打开python终端(因为作者使用的是anaconda3的python开发环境,因此打开的是anaconda prompt)
3、在终端中依次输入并运行以下命令(注意大小写必须一致):pip install PyQt5
pip install pyqt5-tools
当然安装过的就不用安装了
pip install lxml
pip install labelImg
在安装文件界面下终端中运行:
pyrcc5 -o resources.py resources.qrc
将生成的resources.py拷贝到同级的libs目录下
4、每次如何打开找到labelImg-master文件夹,我的是D:/labelImg-master,打开 labelImg.py 文件,运行即可。
5、使用方法