feat(新功能):

fix(修复bug):  修复配饰位置异常
docs(文档变更):
refactor(重构):
test(增加测试):
This commit is contained in:
zhh
2025-09-16 16:50:00 +08:00
parent 633a6b8618
commit 80fed45b16
3 changed files with 11 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ class AccessoriesItem(BaseItem):
self.Accessories_pipeline = [
LoadImage(minio_client),
# KeyPoint(),
ContourDetection(),
# ContourDetection(),
Segmentation(minio_client),
# BackPerspective(minio_client),
Color(minio_client),