Win10下安装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:

就安装成功啦!

你可能感兴趣的:(工具及实用类文章,labelImg)