From 8f5fb4954c7858e9cea674318bda725c686345e0 Mon Sep 17 00:00:00 2001 From: zengshao0622 Date: Mon, 31 Oct 2022 06:55:48 +0000 Subject: [PATCH] remove table_attribute --- paddleclas.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/paddleclas.py b/paddleclas.py index 13f2ff6eb..8ed0cc811 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"