feat:
All checks were successful
git commit AiDA python develop 分支构建部署 / scheduled_deploy (push) Has been skipped

fix:  修复类别为other时出现的pipeline item缺失
This commit is contained in:
zcr
2026-01-29 16:25:43 +08:00
parent c24862507f
commit f8382f280f
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)
]