Explorar o código

AI识别添加包裹类型

lang %!s(int64=3) %!d(string=hai) anos
pai
achega
42ae0d9975
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Controller/AiController.py

+ 1 - 0
Controller/AiController.py

@@ -298,6 +298,7 @@ class AiView(View):
             '1': ['Person', 'Human'],  # 人
             '2': ['Dog', 'Pet', 'Canine', 'Animal', 'Puppy', 'Cat'],  # 动物
             '3': ['Car', 'Vehicle', 'Transportation', 'Automobile']  # 车
+            '4': ['Carton', 'Cardboard', 'Package Delivery']  # 包裹
         }
         # 找出识别的所有标签
         for label in labels: