From 9c0abea5e929616c141854a4328242e07891c959 Mon Sep 17 00:00:00 2001 From: gaotingquan Date: Fri, 10 Jun 2022 12:05:27 +0000 Subject: [PATCH] fix: vehicle_exists -> car_exists --- paddleclas.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddleclas.py b/paddleclas.py index 8ab4eccbf..be9ebf5c1 100644 --- a/paddleclas.py +++ b/paddleclas.py @@ -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" ]