win10+python3.5 图像标注工具LabelImg的安装
1. LabelImg下载地址 https://github.com/tzutalin/labelImg download下来,解压 2. 安装必备的python包 PyQt5 PyQt5_tools lxml 安装方法: 1pip install xxx 2到https://www.lfd.uci.edu/~gohlke/pythonlibs/#gdal下下载相应的.whl 3.pyrcc编译资源文件 在cmd下cd 到解压文件下的路径,执行命令 Pyrcc5 -o resources.py resources.qrc 运行成功后再次输入: python labelImg.py 若
用户评论