# 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**: 18
- **Forks**: 6
- **Created**: 2023-05-19
- **Last Updated**: 2026-02-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: sam, sam3, segment-anything, 图像分割, AI标注
## README
ISAT_with_segment_anything [isat-sam]
An Interactive Semi-Automatic Annotation Tool Based on Segment Anything
⭐️ If you find this project helpful, please give it a Star! ⭐️
[中文]
[English]

Focusing on the field of image segmentation, we strive to create the best image segmentation annotation software.
Please refers to our latest [Documentation in English](https://isat-sam.readthedocs.io/en/latest/#) or [中文文档](https://isat-sam.readthedocs.io/zh-cn/latest/)
---
# News
- **In version 1.5.2, ISAT supports visual prompt base on SAM3.**
Visual prompt

- **In version 1.5.0, ISAT supports SAM3 and also supports text prompt.**
Text prompt
For single category

For multiple categories

- **In version 1.4.0, ISAT add a plugin system.** You can use a small amount of code to extend the functionality of ISAT.
Here are some official plugin examples:
- [ISAT_plugin_auto_annotate](https://github.com/yatengLG/ISAT_plugin_auto_annotate) 
 : An auto-annotation function based on the YOLO model, implemented with just 240 lines of code.
- [ISAT_plugin_mask_export](https://github.com/yatengLG/ISAT_plugin_mask_export) 
 : A mask export function, implemented with just 160 lines of code.
- For other versions and the release note, please refer to [releases](https://github.com/yatengLG/ISAT_with_segment_anything/releases)
# Install
- Create a conda environment(recommended, optional)
```shell
# create environment
conda create -n isat_env python=3.8
# activate environment
conda activate isat_env
```
- Install
```shell
pip install isat-sam
```
- Run
```shell
isat-sam
```
# Star History
**Please support us with a star—it's like a virtual coffee!**
[](https://star-history.com/#yatengLG/ISAT_with_segment_anything&Date)
# Contributors
# Citation
```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}
}
```