- 前言
- 下载方式
- 使用
- 参考
参考知乎上的那篇文章写的非常好,最后一个参考博客不太好,不推荐那种安装方式,有了pip快捷的安装方式,为什么还要从官网下载之后复制到Lib文件下真是太麻烦。
下载方式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要大写,注意)使用
安装之后怎么使用呢。直接进入你的环境输入labelImg,我是用的Anaconda prompt
labelImg参考
Win10下安装LabelImg以及使用(绝对是全网最简单的教程)
https://zhuanlan.zhihu.com/p/90832346
图片标注工具LabelImg下载安装使用教程
https://blog.csdn.net/m0_38139979/article/details/79958823
win10 LabelImg下载与安装
https://blog.csdn.net/Bryan_QAQ/article/details/90763167
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)