Skip to content

Commit 75edab3

Browse files
committed
- 1.4.1
1 parent 5fa2c09 commit 75edab3

24 files changed

+44
-44
lines changed

ISAT/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# @Author : LG
33

44
__author__ = 'yatengLG'
5-
__version__ = '1.4.0'
5+
__version__ = '1.4.1'

README-cn.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1 align='center'>ISAT_with_segment_anything</h1>
1+
<h1 align='center'>ISAT_with_segment_anything [isat-sam]</h1>
22
<h2 align='center'>一款基于SAM的交互式半自动图像分割标注工具</h2>
33
<p align='center'>
44
<a href='https://github.com/yatengLG/ISAT_with_segment_anything' target="_blank"><img alt="GitHub forks" src="https://img.shields.io/github/stars/yatengLG/ISAT_with_segment_anything"></a>
@@ -10,45 +10,45 @@
1010
<a href='README-cn.md'><b>[中文]</b></a>
1111
<a href='README.md'><b>[English]</b></a>
1212
</p>
13-
<p align='center'><img src="./display/标注.gif" alt="标注.gif"></p>
13+
<p align='center'><img src="./display/software.gif" alt="software.gif"></p>
1414

15-
集成[segment anything](https://github.com/facebookresearch/segment-anything)及bf16模式,实现低显存图片分割快速标注
15+
专注于图像分割领域,我们致力于打造最好的图像分割标注软件
1616

17-
演示视频:[bilibili](https://www.bilibili.com/video/BV1or4y1R7EJ/)
18-
19-
请查阅我们最新的[中文文档](https://isat-sam.readthedocs.io/zh-cn/latest/)
17+
请查阅我们最新的[中文文档](https://isat-sam.readthedocs.io/zh-cn/latest/)[Documentation in English](https://isat-sam.readthedocs.io/en/latest/#)
2018

2119
---
2220

23-
# 软件特点及安装
21+
# 更新
2422
- &#x1F389;: **V1.4.0版本添加了插件系统。** 可以使用较少量的代码,扩展ISAT的功能。
2523

2624
以下是一些插件示例:
2725
- [ISAT_plugin_auto_annotate](https://github.com/yatengLG/ISAT_plugin_auto_annotate) ![PyPI - Version](https://img.shields.io/pypi/v/isat-plugin-auto-annotate?style=social&logo=pypi)
2826
![Pepy Total Downloads](https://img.shields.io/pepy/dt/isat-plugin-auto-annotate?style=social) : 仅用240行代码实现的**自动标注**功能(使用yolo模型)。
2927
- [ISAT_plugin_mask_export](https://github.com/yatengLG/ISAT_plugin_mask_export) ![PyPI - Version](https://img.shields.io/pypi/v/isat-plugin-mask-export?style=social&logo=pypi)
3028
![Pepy Total Downloads](https://img.shields.io/pepy/dt/isat-plugin-mask-export?style=social) : 仅用160行代码实现的**mask导出**功能。
31-
3229

33-
## 安装
34-
- 新建conda环境(推荐,可选)
35-
```shell
36-
# 创建环境
37-
conda create -n isat_env python=3.8
30+
- 其他版本以及更新日志,请查阅[发布页](https://github.com/yatengLG/ISAT_with_segment_anything/releases)
3831

39-
# 激活环境
40-
conda activate isat_env
41-
```
32+
# 安装
33+
34+
- 新建conda环境(推荐,可选)
35+
```shell
36+
# 创建环境
37+
conda create -n isat_env python=3.8
38+
39+
# 激活环境
40+
conda activate isat_env
41+
```
4242

4343
- 安装
44-
```shell
45-
pip install isat-sam
46-
```
44+
```shell
45+
pip install isat-sam
46+
```
4747

4848
- 运行
49-
```shell
50-
isat-sam
51-
```
49+
```shell
50+
isat-sam
51+
```
5252

5353
# Star History
5454

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1 align='center'>ISAT_with_segment_anything</h1>
1+
<h1 align='center'>ISAT_with_segment_anything [isat-sam]</h1>
22
<h2 align='center'>An Interactive Semi-Automatic Annotation Tool Based on Segment Anything</h2>
33
<p align='center'>
44
<a href='https://github.com/yatengLG/ISAT_with_segment_anything' target="_blank"><img alt="GitHub forks" src="https://img.shields.io/github/stars/yatengLG/ISAT_with_segment_anything"></a>
@@ -10,45 +10,45 @@
1010
<a href='README-cn.md'><b>[中文]</b></a>
1111
<a href='README.md'><b>[English]</b></a>
1212
</p>
13-
<p align='center'><img src="./display/标注.gif" alt="标注.gif"></p>
13+
<p align='center'><img src="./display/software.gif" alt="software.gif"></p>
1414

15-
Our tool enables interactive use of [segment anything](https://github.com/facebookresearch/segment-anything) for rapid image segmentation with low RAM requirements (optional bf16 mode).
16-
17-
Demo Video:[YouTube](https://www.youtube.com/watch?v=yLdZCPmX-Bc)
15+
Focusing on the field of image segmentation, we strive to create the best image segmentation annotation software.
1816

1917
Please refers to our latest [Documentation in English](https://isat-sam.readthedocs.io/en/latest/#) or [中文文档](https://isat-sam.readthedocs.io/zh-cn/latest/)
2018

2119
---
2220

23-
# Features and Installation
21+
# News
2422
- &#x1F389;: **In version 1.4.0, ISAT add a plugin system.** You can use a small amount of code to extend the functionality of ISAT.
2523

2624
Here are some official plugin examples:
2725
- [ISAT_plugin_auto_annotate](https://github.com/yatengLG/ISAT_plugin_auto_annotate) ![PyPI - Version](https://img.shields.io/pypi/v/isat-plugin-auto-annotate?style=social&logo=pypi)
2826
![Pepy Total Downloads](https://img.shields.io/pepy/dt/isat-plugin-auto-annotate?style=social) : An auto-annotation function based on the YOLO model, implemented with just 240 lines of code.
2927
- [ISAT_plugin_mask_export](https://github.com/yatengLG/ISAT_plugin_mask_export) ![PyPI - Version](https://img.shields.io/pypi/v/isat-plugin-mask-export?style=social&logo=pypi)
3028
![Pepy Total Downloads](https://img.shields.io/pepy/dt/isat-plugin-mask-export?style=social) : A mask export function, implemented with just 160 lines of code.
31-
3229

33-
## Install
34-
- Create a conda environment(recommended, optional)
35-
```shell
36-
# create environment
37-
conda create -n isat_env python=3.8
30+
- For other versions and the release note, please refer to [releases](https://github.com/yatengLG/ISAT_with_segment_anything/releases)
3831

39-
# activate environment
40-
conda activate isat_env
41-
```
32+
# Install
33+
34+
- Create a conda environment(recommended, optional)
35+
```shell
36+
# create environment
37+
conda create -n isat_env python=3.8
38+
39+
# activate environment
40+
conda activate isat_env
41+
```
4242

4343
- Install
44-
```shell
45-
pip install isat-sam
46-
```
44+
```shell
45+
pip install isat-sam
46+
```
4747

4848
- Run
49-
```shell
50-
isat-sam
51-
```
49+
```shell
50+
isat-sam
51+
```
5252

5353
# Star History
5454

display/sam缓存.gif

-2.07 MB
Binary file not shown.

display/交集.gif

-2.29 MB
Binary file not shown.

display/双语界面.gif

-1.59 MB
Binary file not shown.
-3.05 MB
Binary file not shown.

display/图片快速跳转.gif

-1.27 MB
Binary file not shown.

display/实时预览.gif

-653 KB
Binary file not shown.

display/差集.gif

-2.12 MB
Binary file not shown.

0 commit comments

Comments
 (0)