From 63ba4f495eb4768049dbc0bb913a63a5c57a3cc2 Mon Sep 17 00:00:00 2001 From: chenguowei01 Date: Tue, 12 May 2020 18:10:09 +0800 Subject: [PATCH] rm humanseg_server_quant --- .../pretrained_weights/download_pretrained_weights.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/contrib/HumanSeg/pretrained_weights/download_pretrained_weights.py b/contrib/HumanSeg/pretrained_weights/download_pretrained_weights.py index e5fd0226..9947bbde 100644 --- a/contrib/HumanSeg/pretrained_weights/download_pretrained_weights.py +++ b/contrib/HumanSeg/pretrained_weights/download_pretrained_weights.py @@ -26,8 +26,6 @@ model_urls = { "https://paddleseg.bj.bcebos.com/humanseg/models/humanseg_server.zip", "humanseg_server_export": "https://paddleseg.bj.bcebos.com/humanseg/models/humanseg_server_export.zip", - "humanseg_server_quant": - "https://paddleseg.bj.bcebos.com/humanseg/models/humanseg_server_quant.zip", "humanseg_mobile": "https://paddleseg.bj.bcebos.com/humanseg/models/humanseg_mobile.zip", "humanseg_mobile_export": @@ -36,7 +34,7 @@ model_urls = { "https://paddleseg.bj.bcebos.com/humanseg/models/humanseg_mobile_quant.zip", "humanseg_lite": "https://paddleseg.bj.bcebos.com/humanseg/models/humanseg_lite.zip", - "humanseg_lite_epxort": + "humanseg_lite_export": "https://paddleseg.bj.bcebos.com/humanseg/models/humanseg_lite_export.zip", "humanseg_lite_quant": "https://paddleseg.bj.bcebos.com/humanseg/models/humanseg_lite_quant.zip", -- GitLab