This commit is contained in:
yatenglg 2023-05-02 07:18:06 +08:00
parent a82e3015bd
commit f6f985b72c
2 changed files with 23 additions and 0 deletions

View File

@ -68,3 +68,15 @@ python main.py
1. The software needs to run well under the GPU and enought VRAM.
2. If you don't have a GPU or don't have enought VARM, please manually draw polygons for labeling by [ISAT](https://github.com/yatengLG/ISAT).
3.
# Citation
```text
@misc{ISAT with segment anything,
title={{ISAT with segment anything}: Image segmentation annotation tool with segment anything},
url={https://github.com/yatengLG/ISAT_with_segment_anything},
note={Open source software available from https://github.com/yatengLG/ISAT_with_segment_anything},
author={yatengLG and horffmanwang},
year={2023},
}
```

View File

@ -78,3 +78,14 @@ python main.py
- h模型最大效果也最好显存至少需求8G演示时软件实际占用7305M
- l模型适中效果也适中显存至少需求8G演示时软件实际占用5855M
- b模型最小效果也最差显存至少需求6G演示时软件实际占用4149M
# 引用
```text
@misc{ISAT with segment anything,
title={{ISAT with segment anything}: Image segmentation annotation tool with segment anything},
url={https://github.com/yatengLG/ISAT_with_segment_anything},
note={Open source software available from https://github.com/yatengLG/ISAT_with_segment_anything},
author={yatengLG and horffmanwang},
year={2023},
}
```