Home
Softono
ISAT_with_segment_anything

ISAT_with_segment_anything

Open source Python
2.1K
Stars
208
Forks
18
Issues
13
Watchers
4 months
Last Commit

About ISAT_with_segment_anything

<h1 align='center'>ISAT_with_segment_anything [isat-sam]</h1> <h2 align='center'>An Interactive Semi-Automatic Annotation Tool Based on Segment Anything</h2> <p align='center'> <a href='https://github.com/yatengLG/ISAT_with_segment_anything/stargazers' target="_blank"><img alt="GitHub forks" src="https://img.shields.io/github/stars/yatengLG/ISAT_with_segment_anything?style=social"></a> <a href='https://github.com/yatengLG/ISAT_with_segment_anything/forks' target="_blank"><img alt="GitHub forks" src="https://img.shields.io/github/forks/yatengLG/ISAT_with_segment_anything"></a> <a href='https://pypi.org/project/isat-sam/' target="_blank"><img alt="PyPI - Version" src="https://img.shields.io/pypi/v/isat-sam?style=social&logo=pypi"></a> <a href='https://pypi.org/project/isat-sam/' target="_blank"><img alt="Pepy Total Downlods" src="https://img.shields.io/pepy/dt/isat-sam?style=social&logo=pypi"></a> </p> <p align='center'> <b>⭐️ If you find this project helpful, please give it a Star! ⭐️</b> </p ...

Platforms

Web Self-hosted

Languages

Python

Links

ISAT_with_segment_anything [isat-sam]

An Interactive Semi-Automatic Annotation Tool Based on Segment Anything

GitHub forks GitHub forks PyPI - Version Pepy Total Downlods

⭐️ If you find this project helpful, please give it a Star! ⭐️

[中文] [English]

software.gif

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 or 中文文档


News

  • In version 1.5.2, ISAT supports visual prompt base on SAM3.

    Visual prompt

    visual_prompt.gif

  • In version 1.5.0, ISAT supports SAM3 and also supports text prompt.

    Text prompt

    For single category

    text_prompt1.gif

    For multiple categories

    text_prompt2.gif

  • 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:

  • For other versions and the release note, please refer to releases

Install

  • Create a conda environment(recommended, optional)

      # create environment
      conda create -n isat_env python=3.8
    
      # activate environment
      conda activate isat_env
  • Install

      pip install isat-sam
  • Run

      isat-sam

Star History

Please support us with a star—it's like a virtual coffee! Star History Chart

Contributors

yatengLG Alias-z ...
yatengLG Alias-z ...

Citation

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