labelImg是图片标注软件,用于数据集的标注、制作等。
因为在win10下我使用的是Anaconda,所以使用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就安装完毕了,只需要在anaconda prompt下输入labelImg即可打开该工具。