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. 源码运行