fix:  修复类别为other时出现的pipeline item缺失
This commit is contained in:
zcr
2026-01-29 16:25:43 +08:00
parent d5452098f3
commit 57be559cf2
2 changed files with 3 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ class OthersItem(BaseItem):
self.Others_pipeline = [
LoadImage(minio_client),
Segmentation(minio_client),
Color(minio_client),
Scaling(),
Split(minio_client)
]