win10安装labelimg
一、安装anaconda
官网下载地址:https://repo.anaconda.com/archive/
下载完成后,双击程序,按提示进行安装
等待安装即可!
二、安装labelimg
打开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/
输入labelimg,即可打开labelimg
三、labelimg的使用
Open Dir:选择打开图片文件夹
Change Save Dir:选择保存标记文件的路径
快捷键:w ----画框 ctrl + s ------保存 d -----下一张图片 a -----上一张图片