# ISAT_with_segment_anything
**Repository Path**: yatengLG/ISAT_with_segment_anything
## Basic Information
- **Project Name**: ISAT_with_segment_anything
- **Description**: 交互式半自动图像分割标注工具,集成SAM(Segment Anything Model)通过点提示快速标注图像。
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 17
- **Forks**: 6
- **Created**: 2023-05-19
- **Last Updated**: 2025-10-31
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
ISAT_with_segment_anything [isat-sam]
一款基于SAM的交互式半自动图像分割标注工具
⭐️ 如果你觉得这个项目有用,欢迎点个 Star 支持一下! ⭐️
[中文]
[English]

专注于图像分割领域,我们致力于打造最好的图像分割标注软件。
请查阅我们最新的[中文文档](https://isat-sam.readthedocs.io/zh-cn/latest/) 或 [Documentation in English](https://isat-sam.readthedocs.io/en/latest/#)
---
# 更新
- 🎉: **V1.4.0版本添加了插件系统。** 可以使用较少量的代码,扩展ISAT的功能。
以下是一些插件示例:
- [ISAT_plugin_auto_annotate](https://github.com/yatengLG/ISAT_plugin_auto_annotate) 
 : 仅用240行代码实现的**自动标注**功能(使用yolo模型)。
- [ISAT_plugin_mask_export](https://github.com/yatengLG/ISAT_plugin_mask_export) 
 : 仅用160行代码实现的**mask导出**功能。
- 其他版本以及更新日志,请查阅[发布页](https://github.com/yatengLG/ISAT_with_segment_anything/releases)
# 安装
- 新建conda环境(推荐,可选)
```shell
# 创建环境
conda create -n isat_env python=3.8
# 激活环境
conda activate isat_env
```
- 安装
```shell
pip install isat-sam
```
- 运行
```shell
isat-sam
```
# Star History
**请给该项目一个star,您的点赞就是对我最大的支持与鼓励**
[](https://star-history.com/#yatengLG/ISAT_with_segment_anything&Date)
# 核心贡献者
# 引用
```text
@misc{ISAT_with_segment_anything,
title={{ISAT with Segment Anything: An Interactive Semi-Automatic Annotation Tool}},
author={Ji, Shuwei and Zhang, Hongyuan},
url={https://github.com/yatengLG/ISAT_with_segment_anything},
note={Updated on 2025-02-07},
year={2024},
version={1.33}
}
```