From 80fbc35f51fd9a3253d1f9febefd04aeb037c3ee Mon Sep 17 00:00:00 2001 From: Wang Xin Date: Sun, 4 Jun 2023 23:43:53 +0800 Subject: [PATCH] Update README.md (#27) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 500cab5..44e9cc8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ If you've already marked your segmentation dataset by LabelMe, it's easy to use ## New * export data as yolo polygon annotation (for YOLOv5 v7.0 segmentation) -* Now you can choose the output format of the label text. The available options are `plygon` and `bbox`. +* Now you can choose the output format of the label text. The two available alternatives are `polygon` and bounding box (`bbox`). ## Installation