欢迎查阅ISAT-SAM的文档!
ISAT-SAM 是一款基于 Segment Anything Model 的交互式半自动图像分割标注工具
标注文件储存在类似MSCOCO格式的json文件里:
- info:
description: Always ‘ISAT’ for the software to recoginize
folder:存储图像的目录
name: The name (path) of the image file
width, height, depth: 图片的尺寸和深度; RGB图为3通道深度
note:注释, 与图像相关的任何附加说明的可选字段
- objects:
category: 标注的种类
group: 分组, 从1开始计算
segmentation: 分割的坐标点 [[x1, y1], [x2, y2], …, [xn, yn]]
area:对象覆盖的像素区域
layer: 图层, 从1.0开始,每层 + 1
bbox: 边框格式 [x_min, y_min, x_max, y_max]
iscrowd:布尔值,指示对象是否为群体
note: An optional field for any additional notes related to the annotation mask
点击 功能 来查看功能演示。或者点击 安装 来查看使用方法!
备注
该项目正在积极开发中。欢迎反馈!