Win10安装labelImage

参考:
labelimage的使用
LabelImg的安装出现No module named 'libs.resources’错误

1.进入你要安装的目录,可以放在平常安装软件的位置

Win10安装labelImage

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

Win10安装labelImage

4.把一个Qt文件转为Python文件,并移动到libs下

Pyrcc5 -o resources.py resources.qrc

Win10安装labelImage
Win10安装labelImage

5.打开Anaconda promote,运行labelImg.py

python labelImg.py

Win10安装labelImage
就会弹出这个了!!!
Win10安装labelImage

上一篇:复制带有随机指针节点的链表


下一篇:Basic Computer Games