From de28e8d2a04bc165f3e23487996327e230bef14b Mon Sep 17 00:00:00 2001 From: SWHL Date: Tue, 19 Sep 2023 21:27:13 +0800 Subject: [PATCH] Update docs --- content/docs/overview.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/content/docs/overview.md b/content/docs/overview.md index 1464be1..a9c71b6 100644 --- a/content/docs/overview.md +++ b/content/docs/overview.md @@ -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}