Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Aug 18, 2023
1 parent ab0cee4 commit 108cb74
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>


## YOLO2COCO
## LabelConvert

<p align="left">
<a href=""><img src="https://img.shields.io/badge/Python-3.6+-aff.svg"></a>
Expand All @@ -17,14 +17,16 @@
<a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
</p>

- 目标检测和图像分割常用数据集格式转换工具。
- 🎉 推出知识星球[RapidAI私享群](https://t.zsxq.com/0duLBZczw),这里的提问会优先得到回答和支持,也会享受到RapidAI组织后续持续优质的服务。欢迎大家的加入。
> 🎉 推出知识星球[RapidAI私享群](https://t.zsxq.com/0duLBZczw),这里的提问会优先得到回答和支持,也会享受到RapidAI组织后续持续优质的服务。欢迎大家的加入。
- 目标检测和图像分割常用数据集格式转换工具,支持labelme、labelImg工具和YOLO、VOC、COCO数据集格式之间相互转换。

#### TODO
- [ ] 完善已有转换代码
- [ ] 增加分割类数据集格式转换
- [ ] 发布whl包
- [ ] 增加单元测试
- [x] 更改项目名称并添加logo

#### labelImg标注yolo格式数据 → YOLOV5格式
<details>
Expand Down
8 changes: 7 additions & 1 deletion docs/README_en.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
[简体中文](../README.md) | English

## YOLO2COCO
<div align="center">
<img src="https://github.com/RapidAI/YOLO2COCO/releases/download/v0/LabelConvertv3.png" width="55%" height="55%"/>
</div>

## LabelConvert

<p align="left">
<a href=""><img src="https://img.shields.io/badge/Python-3.6+-aff.svg"></a>
Expand All @@ -12,6 +16,8 @@
<a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
</p>

- A common data set format conversion tool for target detection and image segmentation, which supports mutual conversion between **labelme, labelImg tools and YOLO, VOC, and COCO** dataset formats.

#### labelImg label data → YOLOV5 format
<details>
<summary>Click to expand</summary>
Expand Down

0 comments on commit 108cb74

Please sign in to comment.