功能:支持 fullscreen ROI 类型 — 全图不裁剪直接推理

This commit is contained in:
2026-03-30 11:07:44 +08:00
parent 42a8cf3ce3
commit f0d01d9a0d
2 changed files with 8 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ class ROIType(str, Enum):
"""ROI类型枚举"""
POLYGON = "polygon"
RECTANGLE = "rectangle"
FULLSCREEN = "fullscreen"
class AlgorithmType(str, Enum):