1 Star 5 Fork 1

open-source/labelGo-Yolov5AutoLabelImg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT

labelGo

一个基于labelImgYOLOv5算法的半自动标注工具

通过现有的YOLOv5 Pytorch模型对数据集进行半自动标注

YOLOv5半自动标注功能演示

image

一键将YOLO格式标签转换为VOC格式标签功能演示

image

注意

如果遇到问题,欢迎在issue中提出

请提前将classes.txt放置于被标注数据集文件夹下

标注文件保存位置与图片文件夹相同

推荐使用的Python版本:Python3.8

建议使用conda环境进行操作

该项目完全免费,不会且禁止进行任何商业出售

注意:该项目暂时仅支持YOLOv5的Version 5版本

使用方法

1.从 git 中获取项目

git clone https://github.com/cnyvfang/labelGo-Yolov5AutoLabelImg.git

2.切换操作目录到工程目录

cd labelGo-Yolov5AutoLabelImg

3.配置环境

pip install -r requirements.txt

4.将目录中的/data/predefined_classes.txt文件的内容修改为你自己的类别

5.启动应用程序

python labelGo.py

6.点击“打开目录”按钮选择存放图片的文件夹

7.点击“自动标注”按钮确认信息无误后选择已训练的yolov5 pytorch模型完成自动标注

8.根据实际要求,对自动标注结果进行调整后保存即可

Copyright (c) <2015-Present> Tzutalin Copyright (C) 2013 MIT, Computer Science and Artificial Intelligence Laboratory. Bryan Russell, Antonio Torralba, William T. Freeman Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

基于YOLOv5及labelImg的图形化半自动标注工具 展开 收起
README
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/python-open-source/labelGo-Yolov5AutoLabelImg.git
git@gitee.com:python-open-source/labelGo-Yolov5AutoLabelImg.git
python-open-source
labelGo-Yolov5AutoLabelImg
labelGo-Yolov5AutoLabelImg
master

搜索帮助