labelimg Github源码地址:https://github.com/tzutalin/labelImg
百度云盘下载地址:https://pan.baidu.com/s/12HHfLOY_eUKZJfFVXZs2Ig
官方说明:
Download and install Anaconda (Python 3+)
Open the Anaconda Prompt and go to the labelImg directory
conda install pyqt=5
pyrcc5 -o resources.py resources.qrc
python labelImg.py
python labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]
1、输入命令:conda install pyqt=5,先安装QT5
开始安装:
安装完成:
2、python labelImg.py
输入该命令后会弹出软件界面:
参考连接:
https://blog.csdn.net/jesse_mx/article/details/53606897