添加转labelme格式的功能

This commit is contained in:
yatengLG 2023-06-12 22:39:06 +08:00
parent fa046a9e40
commit 9d619fb646
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

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