ISAT(Image Segmentation Annotation Tool)结合了Meta推出的Segment Anything Model(SAM),是一款功能强大且灵活的图像分割和打标签工具。
源码: https://github.com/yatengLG/ISAT_with_segment_anything/tree/master
官方中文安装及使用教程:https://isat-samzh.readthedocs.io/zh-cn/latest/
一、安装
1、3种安装方式
- 源码运行
- 通过pip安装
- 通过exe安装
2、源码安装步骤
系统及软件:win10+Anaconda
1、去官网下载源码,或者使用git拉取
git clone https://github.com/yatengLG/ISAT_with_segment_anything.git
2、准备环境
创建虚拟环境
conda create -n isat_env python=3.8
conda activate isat_env
安装pytorch
通过pip安装的pytorch默认是cpu版本,gpu版本的pytorch需去 pytorch 官网手动安装。
切换到ISAT_with_segment_anything项目文件夹下,安装需要的

最低0.47元/天 解锁文章
5601





