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