labelImg是图片标注软件,用于数据集的制作、标注等等。下面介绍labelImg的安装过程。
我用的是anaconda,所以以anaconda prompt作为终端:
在Anaconda Prompt中依次运行以下命令(注意大小写):
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/
pip install labelImg -i https://pypi.tuna.tsinghua.edu.cn/simple/ (Img中的I要大写,注意)
全部安装完毕就可以啦!遇到安装问题直接百度都可以解决
然后在anaconda prompt中打开labelImg: