From 803e4294f4b8bea8e9808bca8ff1c8092144903d Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Fri, 22 Mar 2024 13:56:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?attribute=20=E6=A8=A1=E5=9E=8B=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/service/attribute_recognition/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/service/attribute_recognition/const.py b/app/service/attribute_recognition/const.py index a8be474..dc17294 100644 --- a/app/service/attribute_recognition/const.py +++ b/app/service/attribute_recognition/const.py @@ -50,7 +50,7 @@ bottom_model_list = [ 'bottom_Softness_B', 'bottom_Silhouette_B', 'bottom_OPType_B', - 'bottom_Design_B'] + 'bottom_design'] outwear_discription_list = ['app/service/attribute_recognition/discriptor/outwear/1_outer_length.csv', # 'app/service/attribute_recognition/discriptor/outwear/2_outer_type.csv', From 70db9f721ff70228e8b06f15d613bb11c855403c Mon Sep 17 00:00:00 2001 From: zhouchengrong Date: Mon, 25 Mar 2024 17:14:18 +0800 Subject: [PATCH 2/2] =?UTF-8?q?attribute=20=E6=A8=A1=E5=9E=8B=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/core/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/core/config.py b/app/core/config.py index 430e997..1d75390 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -27,8 +27,8 @@ MINIO_SECURE = False MINIO_ACCESS = "e8zc55mzDOh4IzRrZ9Oa" MINIO_SECRET = "uHfqJ7UkwA1PTDGfnA44Hp9ux5YkZTkzZLjeOYhE" -OM_TRITON_IP = "10.1.1.240" -OM_TRITON_PORT = "10010" +OM_TRITON_IP = "10.1.1.150" +OM_TRITON_PORT = "9000" ATT_TRITON_IP = "10.1.1.240" ATT_TRITON_PORT = "10020"