diff --git a/docs/readme_industry_v5.md b/docs/readme_industry_v5.md index 04646c3..9b767ae 100644 --- a/docs/readme_industry_v5.md +++ b/docs/readme_industry_v5.md @@ -46,7 +46,8 @@ - 安装 Python 依赖库 PaddleClas 的 Python 依赖库在 `requirements.txt` 中给出,可通过如下命令安装: ```shell - pip install --upgrade -r requirements.txt -i https://mirror.baidu.com/pypi/simple + pip install --upgrade -r requirements.txt -i https://mirror.baidu.com/pypi/simple + ``` @@ -333,7 +334,7 @@ python3.7 python/predict_system.py -c configs/inference_general.yaml -o Global.i 待检索图像如下所示。
- +
@@ -370,7 +371,7 @@ python3.7 python/predict_system.py -c configs/inference_general.yaml -o Global.i 由测试效果图可知,模型对于未参与训练的商品及多个商品均有较好的识别效果:
- +
## 模型服务化部署 @@ -454,10 +455,4 @@ python3 pipeline_http_client.py 具体可以参考:[袋鼯麻麻——智能购物平台](https://github.com/thomas-yanxin/Smart_container) - +