参考:
labelimage的使用
LabelImg的安装出现No module named 'libs.resources’错误
1.进入你要安装的目录,可以放在平常安装软件的位置
2.安装三个库PyQt5、PyQt5_tools、lxml
用国内的清华镜像源,下载速度比较快
pip install PyQt5 -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install pyqt5-tools -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install lxml -i https://pypi.tuna.tsinghua.edu.cn/simple/
3.下载labelImg
git clone https://github.com/Programming99119/labelImg-master
4.把一个Qt文件转为Python文件,并移动到libs下
Pyrcc5 -o resources.py resources.qrc
5.打开Anaconda promote,运行labelImg.py
python labelImg.py
就会弹出这个了!!!