diff --git a/paddleclas.py b/paddleclas.py index 8ab4eccbf9b264bdcf3639db4c0a776f76b6d7b4..be9ebf5c1c04d4449ea7e6e0e74ad3ce4a378734 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" ]