Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Oct 24, 2023
1 parent abf9b03 commit 1bd7743
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,17 @@

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

## Supported conversions
```mermaid
flowchart LR
A(labelImg) --> B(YOLOv5)
A --> C(PubLayNet)
D(COCO) --> A
B --> D
E(YOLOv5 YAML) --> D
F(darknet) --> D
```

## Installation
```bash
Expand Down

0 comments on commit 1bd7743

Please sign in to comment.