diff --git a/paddleclas.py b/paddleclas.py index 13f2ff6ebd0d35a8b09953dd671a3ee8011f96dc..8ed0cc811ef0a6c64f31a94fed2e61be431426e0 100644 --- a/paddleclas.py +++ b/paddleclas.py @@ -197,8 +197,7 @@ PULC_MODEL_BASE_DOWNLOAD_URL = "https://paddleclas.bj.bcebos.com/models/PULC/inf PULC_MODELS = [ "car_exists", "language_classification", "person_attribute", "person_exists", "safety_helmet", "text_image_orientation", - "textline_orientation", "traffic_sign", "vehicle_attribute", - "table_attribute" + "textline_orientation", "traffic_sign", "vehicle_attribute" ] SHITU_MODEL_BASE_DOWNLOAD_URL = "https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/rec/models/inference/{}_infer.tar"