Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Sep 19, 2023
1 parent e364292 commit de28e8d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion content/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,16 @@ A dataset format conversion tool for object detection and image segmentation, wh


### Transformation Diagram

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

### Installation
```bash {linenos=table}
Expand Down

0 comments on commit de28e8d

Please sign in to comment.