From 71f022d29d0526b42f0bf8f183903339af22f43e Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Tue, 30 Apr 2024 11:54:05 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E7=B1=BB=E5=88=AB=E6=98=A0=E5=B0=84?= =?UTF-8?q?=E8=A1=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/attribute_recognition/config/category_mapping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/service/attribute_recognition/config/category_mapping.py b/app/service/attribute_recognition/config/category_mapping.py index c400670..f98546b 100644 --- a/app/service/attribute_recognition/config/category_mapping.py +++ b/app/service/attribute_recognition/config/category_mapping.py @@ -163,7 +163,7 @@ category_mapping = { "ONE PIECE/COMBO SET": "all-body", "ONE PIECE/BODY": "all-body", "ONE PIECE/JUMPSUIT": "all-body", - "ONE PIECE/DRESS": "all-body", + "ONE PIECE/DRESS": "dress", "ONE PIECE/OVERALL": "all-body", "ONE PIECE/SWIMSUIT": "all-body", "ONE PIECE/TWIN SET": "all-body",