feat(annotation): 支持图像标注项目并添加内置标注模板

- 扩展标注编辑器支持 TEXT/IMAGE 数据类型
- 添加三个内置图像标注模板:目标检测、语义分割(掩码)、语义分割(多边形)
- 实现内置标注模板的数据库初始化功能
- 集成标注配置验证和模板管理服务
- 更新项目不支持提示信息以反映新的数据类型支持
This commit is contained in:
2026-01-25 18:35:07 +08:00
parent c5ace0c4cc
commit 250a13ff70
4 changed files with 166 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ Label Studio Editor(前端嵌入式)接口
说明:
- 不依赖 Label Studio Server;仅复用其“编辑器”前端库
- DataMate 负责提供 tasks/annotations 数据与保存能力
- 当前为 TEXT POC:只支持 dataset_type=TEXT 的项目
- 当前支持 dataset_type=TEXT/IMAGE 的项目
"""
from __future__ import annotations