Update README.md

This commit is contained in:
thomas-yanxin 2022-06-28 21:59:03 +08:00 committed by GitHub
parent 1afc138063
commit d3beb5abbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@
PP-ShiTu是一个实用的轻量级通用图像识别系统主要由主体检测、特征学习和向量检索三个模块组成。该系统从骨干网络选择和调整、损失函数的选择、数据增强、学习率变换策略、正则化参数选择、预训练模型使用以及模型裁剪量化8个方面采用多种策略对各个模块的模型进行优化最终得到在CPU上仅0.2s即可完成10w+库的图像识别的系统。
<div align="center">
<img src="./image/ppshitu.png" width = "1080" height = "540"/>
<img src="./image/ppshitu.png" width = "1080" height = "480"/>
</div>
<font size=3 >整个图像识别系统分为三步([详情见PP-ShiTu训练模块](https://github.com/PaddlePaddle/PaddleClas/blob/release/2.3/docs/zh_CN/models_training/recognition.md)