feat 环境更新

This commit is contained in:
zhouchengrong
2024-04-16 17:15:00 +08:00
parent 32ebb2232c
commit c9b407b2a4
3 changed files with 0 additions and 13 deletions

View File

@@ -30,9 +30,6 @@ class AttributeRecognition:
self.const = const
self.triton_client = httpclient.InferenceServerClient(url=f"{ATT_TRITON_URL}")
def __del__(self):
self.triton_client.close()
def get_result(self):
for sketch in self.request_data:
if sketch['category'] == "Tops" or sketch['category'] == "Blouse":