LabelImg配置以及使用

张开发
2026/4/17 7:13:32 15 分钟阅读

分享文章

LabelImg配置以及使用
基础安装labelimgpip install labelimg推荐换源安装pip install labelimg -i https://pypi.tuna.tsinghua.edu.cn/simple启用labelimglabelimg推荐使用conda环境单独配置conda create -n labelimg python3.8 conda activate labelimg pip install labelimg使用小技巧可以指定打开以及存放路径类别也可以提前设定好有多少类别。不使用预设地址在里面也可以打开根据个人需求使用即可。labelimg [iamges_file] [class_file] [labels_file]示例(labelImg) E:\work\BYSJ\imageslabelimg E:\work\BYSJ\images E:\work\BYSJ\images\classes.txt E:\work\BYSJ\images\labels

更多文章