Skip to content

Commit 09064ad

Browse files
committed
- update readme
1 parent 66931f7 commit 09064ad

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README-cn.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@
1919
---
2020

2121
# 软件特点及安装
22-
- 🎉: **新功能**: **现在我们支持服务器运算模型 + 本地GUI操作了!**
23-
请查阅我们最新的[中文文档](https://isat-samzh.readthedocs.io/zh-cn/latest/) (待更新,先看英文文档吧😄)
22+
- 🎉: **V1.4.0版本添加了插件系统。** 可以使用较少量的代码,扩展ISAT的功能。
23+
24+
以下是一些插件示例:
25+
- [ISAT_plugin_mask_export](https://github.com/yatengLG/ISAT_plugin_mask_export): 仅用240行代码实现的**自动标注**功能(使用yolo目标检测模型)。
26+
- [ISAT_plugin_auto_annotate](https://github.com/yatengLG/ISAT_plugin_auto_annotate): 仅用160行代码实现的**mask导出**功能。
2427

2528
## 安装
2629
- 新建conda环境(推荐,可选)

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ Demo Video:[YouTube](https://www.youtube.com/watch?v=yLdZCPmX-Bc)
1919
---
2020

2121
# Features and Installation
22-
- 🎉: **New**: **Now we support running annotation models on remote server + local GUI operations!**
23-
Please refers to our latest [Documentation in English](https://isat-with-segment-anything.readthedocs.io/en/latest/index.html) or [中文文档](https://isat-samzh.readthedocs.io/zh-cn/latest/)
22+
- 🎉: **In version 1.4.0, ISAT add a plugin system.** You can use a small amount of code to extend the functionality of ISAT.
23+
24+
Here are some official plugin examples:
25+
- [ISAT_plugin_mask_export](https://github.com/yatengLG/ISAT_plugin_mask_export): An auto-annotation function based on the YOLO object detection model, implemented with just 240 lines of code.
26+
- [ISAT_plugin_auto_annotate](https://github.com/yatengLG/ISAT_plugin_auto_annotate): A mask export function, implemented with just 160 lines of code.
2427

2528
## Install
2629
- Create a conda environment(recommended, optional)

0 commit comments

Comments
 (0)