reorder PULC model name

pull/2037/head
gaotingquan 2022-06-13 12:13:37 +00:00
parent 5b1d0fb9ae
commit 8540b32cb0
No known key found for this signature in database
GPG Key ID: F3EF7F42536A30B7
1 changed files with 3 additions and 3 deletions

View File

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