|
@@ -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:
|