Labelme的安装
1.安装Anaconda
https://zhuanlan.zhihu.com/p/190229793?utm_source=wechat_session
2.创建Labelme环境
conda create --name=labelme python=3.9
修改在C:\Users\Administrator下的.condarc文件
channels:
http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
http://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/
http://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
show_channel_urls: true
ssl_verify: false
切换到labelme环境:conda activate labelme
安装pyqt5:conda install pyqt5 或 pip install PyQt5
3.安装labelme
使用豆瓣的镜像会报错
使用阿里云的镜像:pip install labelme -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirror