fix: vehicle_exists -> car_exists

pull/2021/head
gaotingquan 2022-06-10 12:05:27 +00:00
parent 76fa79c50c
commit 9c0abea5e9
No known key found for this signature in database
GPG Key ID: F3EF7F42536A30B7
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ IMN_MODEL_SERIES = {
PULC_MODEL_BASE_DOWNLOAD_URL = "https://paddleclas.bj.bcebos.com/models/PULC/{}_infer.tar"
PULC_MODELS = [
"person_exists", "person_attribute", "safety_helmet", "traffic_sign",
"vehicle_exists", "vehicle_attribute", "textline_orientation",
"car_exists", "vehicle_attribute", "textline_orientation",
"text_image_orientation", "language_classification"
]