记录 anaconda安装labelimg

前提:已经安装anaconda

1、下载labelimg:labelImg:LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but you can check out Label Studio, the open source data labeling tool for images, text, hypertext, audio, video and time-series data. - GitCode

 

 

2、打开anaconda prompt

3、创建虚拟环境  conda create -n lablimg1 python=3.9.12

(一定要用 -n,不然没法成功,python版本3.7 - 3.9都可以好像)

4、创建好了之后激活虚拟环境 conda activate lablimg1

5、cd命令定位到第一步下载好后解压出来的路径:

 6、依次输入以下命令:

conda install pyqt=5

conda install -c anaconda lxml

pyrcc5 -o libs/resources.py resources.qrc

python labelImg.py

如果中间没有问题,就会弹出一个界面

 完成。

posted @ 2024-06-04 14:27  JustWantToStudy  阅读(99)  评论(0编辑  收藏  举报