瀏覽代碼

AI识别添加包裹类型

lang 3 年之前
父節點
當前提交
42ae0d9975
共有 1 個文件被更改,包括 1 次插入0 次删除
  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: