Ver código fonte

AI识别添加包裹类型

lang 3 anos atrás
pai
commit
42ae0d9975
1 arquivos alterados com 1 adições e 0 exclusões
  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: