Advertisement

【安装教程】labelimg&labelme

阅读量:

labelimg安装教程

    • Lableme安装教程

windows下安装使用labelimg
打开cmd,进入自己的环境
输入下面命令

复制代码
    pip install labelimg -i https://pypi.tuna.tsinghua.edu.cn/simple
在这里插入图片描述
在这里插入图片描述

红色框内显示labelimg安装完成。
打开labelimg
在命令行中输入

复制代码
    labelimg
在这里插入图片描述
在这里插入图片描述

Access the directory for unlabelled image files. Click on Create RectBox to annotate the image (or use the shortcut 'w'), which will display a black plus sign. Once annotated, the image is saved.

在这里插入图片描述
在这里插入图片描述

A键上一张图片
D键下一张图片

查看这个视频的详细操作指南吧!它讲解得很清晰。b站labelimg使用教程

Lableme安装教程

windows下安装
打开cmd,进入自己的环境

复制代码
    安装labelme:
    pip install labelme
    
    pip install labelme -i https://pypi.tuna.tsinghua.edu.cn/simple(清华源)
    
    pip install pandas -i https://pypi.douban.com/simple(豆瓣源)
    
    pip install labelme -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com(阿里云)
在这里插入图片描述
在这里插入图片描述

labelme安装完成
在cmd中输入labelme,即打卡labelme。

在这里插入图片描述

教学指南
图片标注工具LabelImg使用说明
目标识别与利用LabelImg自建深度学习的目标分类数据集

全部评论 (0)

还没有任何评论哟~