feat:新增 DetectionAdapter 统一 4 种检测服务输出
This commit is contained in:
9
apps/server/services/adapters/__init__.py
Normal file
9
apps/server/services/adapters/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""检测结果适配器子包。
|
||||
|
||||
将各检测服务 (YOLO / Paddle / Action Docker 等) 的原始输出
|
||||
适配为 ``models.event_schemas.DetectionResult``。
|
||||
"""
|
||||
|
||||
from .detection_adapter import DetectionAdapter
|
||||
|
||||
__all__ = ["DetectionAdapter"]
|
||||
Reference in New Issue
Block a user