|
1 | | -<h1 align='center'>ISAT_with_segment_anything</h1> |
| 1 | +<h1 align='center'>ISAT_with_segment_anything [isat-sam]</h1> |
2 | 2 | <h2 align='center'>An Interactive Semi-Automatic Annotation Tool Based on Segment Anything</h2> |
3 | 3 | <p align='center'> |
4 | 4 | <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 | 10 | <a href='README-cn.md'><b>[中文]</b></a> |
11 | 11 | <a href='README.md'><b>[English]</b></a> |
12 | 12 | </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> |
14 | 14 |
|
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. |
18 | 16 |
|
19 | 17 | Please refers to our latest [Documentation in English](https://isat-sam.readthedocs.io/en/latest/#) or [中文文档](https://isat-sam.readthedocs.io/zh-cn/latest/) |
20 | 18 |
|
21 | 19 | --- |
22 | 20 |
|
23 | | -# Features and Installation |
| 21 | +# News |
24 | 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. |
25 | 23 |
|
26 | 24 | Here are some official plugin examples: |
27 | 25 | - [ISAT_plugin_auto_annotate](https://github.com/yatengLG/ISAT_plugin_auto_annotate)  |
28 | 26 |  : An auto-annotation function based on the YOLO model, implemented with just 240 lines of code. |
29 | 27 | - [ISAT_plugin_mask_export](https://github.com/yatengLG/ISAT_plugin_mask_export)  |
30 | 28 |  : A mask export function, implemented with just 160 lines of code. |
31 | | - |
32 | 29 |
|
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) |
38 | 31 |
|
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 | + ``` |
42 | 42 |
|
43 | 43 | - Install |
44 | | -```shell |
45 | | -pip install isat-sam |
46 | | -``` |
| 44 | + ```shell |
| 45 | + pip install isat-sam |
| 46 | + ``` |
47 | 47 |
|
48 | 48 | - Run |
49 | | -```shell |
50 | | -isat-sam |
51 | | -``` |
| 49 | + ```shell |
| 50 | + isat-sam |
| 51 | + ``` |
52 | 52 |
|
53 | 53 | # Star History |
54 | 54 |
|
|
0 commit comments