From 9d619fb6469f9536f865eb687b78170ec70fa281 Mon Sep 17 00:00:00 2001 From: yatengLG <767624851@qq.com> Date: Mon, 12 Jun 2023 22:39:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BD=AClabelme=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E7=9A=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-en.md | 3 ++- README.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README-en.md b/README-en.md index 4458348..c29a4ba 100644 --- a/README-en.md +++ b/README-en.md @@ -26,7 +26,8 @@ Demo Video:[youtube](https://www.youtube.com/watch?v=yLdZCPmX-Bc) 9. Support opening JSON files annotated by labelme (please backup a copy before opening), and modify. 10. Support exporting ISAT format json to VOC as single-channel png images. 11. Support exporting ISAT format jsons to COCO format json. -12. Support exporting COCO format json to ISAT format jsons. +12. Support exporting ISAT format json to LabelMe format json. +13. Support exporting COCO format json to ISAT format jsons. # INSTALL ## 1. Run the source code diff --git a/README.md b/README.md index 81e38e8..97cbde7 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,8 @@ Demo Video:[youtube](https://www.youtube.com/watch?v=yLdZCPmX-Bc) 9. **兼容labelme**标注的json文件,支持开打并进行二次修改(打开前请先备份一份)。 10. 支持将ISAT格式json转换为VOC格式(单通道png)。 11. 支持将ISAT格式json转换为COCO格式json(会丢失图层信息)。 -12. 支持将COCO格式json转换为ISAT格式json,进行二次修改。 +12. 支持将ISAT格式json转换为LabelMe格式json(会丢失图层信息)。 +13. 支持将COCO格式json转换为ISAT格式json,进行二次修改。 # 安装 ## 1. 源码运行