赞
踩
安装步骤:
下载anaconda官网:https://www.anaconda.com/download
安装步骤:https://zhuanlan.zhihu.com/p/393166944
官方版本Python版本3.11.5
labalimg要求Python版本为3.6
labalme要求Python版本为3.12
接下来安装两个环境。(Python版本为3.6和Python版本为3.12)
安装labalimg
conda create --name=labelImg python=3.6
安装好后:
activate labelImg //进入labelimg环境
pip install labelImg -i https://pypi.tuna.tsinghua.edu.cn/simple //此环境下安装labelimg
安装完毕。
每次打开labelimg时确保你处在labimg环境中。
安装labelme
conda create --name=labelme python=3 # python3
source activate labelme
pip install labelme -i https://pypi.tuna.tsinghua.edu.cn/simple
安装完毕。
每次打开labelme时确保你处在labelme环境中。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。