remove table_attribute

pull/2438/head
zengshao0622 2022-10-31 06:55:48 +00:00 committed by zengshao0622
parent 56036f8d96
commit 8f5fb4954c
1 changed files with 1 additions and 2 deletions

View File

@ -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"