未验证 提交 1582212b 编写于 作者: G gaotingquan

fix: vehicle_exists -> car_exists

上级 5b116f4c
...@@ -175,10 +175,10 @@ IMN_MODEL_SERIES = { ...@@ -175,10 +175,10 @@ IMN_MODEL_SERIES = {
] ]
} }
PULC_MODEL_BASE_DOWNLOAD_URL = "https://paddleclas.bj.bcebos.com/models/PULC/{}_infer.tar" PULC_MODEL_BASE_DOWNLOAD_URL = "https://paddleclas.bj.bcebos.com/models/PULC/inference/{}_infer.tar"
PULC_MODELS = [ PULC_MODELS = [
"person_exists", "person_attribute", "safety_helmet", "traffic_sign", "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" "text_image_orientation", "language_classification"
] ]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册