Skip to content

Commit b75f498

Browse files
EvezerestTingquanGao
authored andcommitted
Update README
Update README
1 parent 5c96d74 commit b75f498

File tree

3 files changed

+58
-37
lines changed

3 files changed

+58
-37
lines changed

README_ch.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,20 @@
66

77
飞桨图像识别套件PaddleClas是飞桨为工业界和学术界所准备的一个图像识别和图像分类任务的工具集,助力使用者训练出更好的视觉模型和应用落地。
88

9-
| PP-ShiTuV2图像识别系统效果展示 | PULC实用图像分类模型效果展示 |
10-
| :----------------------------------------------------: | :---------------------------------------------------------: |
11-
| <img src="./docs/images/shituv2.gif" width = "450" /> | <img src="./docs/images/class_simple.gif" width = "600" /> |
9+
<div align="center">
10+
<img src="https://user-images.githubusercontent.com/50011306/201870645-63319203-9730-44fc-8e2e-054aad164461.gif" width = "600" />
11+
<p>PP-ShiTu图像识别系统应用范围</p>
12+
</div>
13+
14+
<div align="center">
15+
<img src="./docs/images/class_simple.gif" width = "600" />
16+
<p>PULC实用图像分类模型效果展示</p>
17+
</div>
1218

1319

1420
## 📣 近期更新
1521

16-
- **💥 直播预告:11.1-11.3日每晚8点半**PaddleClas研发团队详解PP-ShituV2优化策略与真实产业应用。微信扫描下方二维码,关注公众号并填写问卷后进入官方交流群,获取直播链接与20G重磅图像分类学习大礼包(内含20+数据集、4个垂类模型、70+前沿论文集合)
22+
- **💥 直播回放**PaddleClas研发团队详解PP-ShituV2优化策略与真实产业应用。微信扫描下方二维码,关注公众号并填写问卷后进入官方交流群,获取直播回放与20G重磅图像分类学习大礼包(内含20+数据集、4个垂类模型、70+前沿论文集合)
1723

1824
<div align="center">
1925
<img src="https://user-images.githubusercontent.com/50011306/198980780-602c6eef-11da-4b4e-aa20-c2f6fd547ae5.jpg" width = "150" height = "150"/>
@@ -24,7 +30,7 @@
2430
- **🔥️ 2022.9.13 发布超轻量图像识别系统[PP-ShiTuV2](docs/zh_CN/models/PP-ShiTu/README.md)**
2531
- recall1精度提升8个点,覆盖商品识别、垃圾分类、航拍场景等[20+识别场景](docs/zh_CN/deployment/PP-ShiTu/application_scenarios.md)
2632
- 新增[库管理工具](./deploy/shitu_index_manager/)[Android Demo](./docs/zh_CN/quick_start/quick_start_recognition.md)全新体验。
27-
33+
2834
- 2022.9.4 新增[生鲜产品自主结算范例库](./docs/zh_CN/samples/Fresh_Food_Recogniiton/README.md),具体内容可以在AI Studio上体验。
2935
- 2022.6.15 发布[PULC超轻量图像分类实用方案](docs/zh_CN/training/PULC.md),CPU推理3ms,精度比肩SwinTransformer,覆盖人、车、OCR场景九大常见任务。
3036
- 2022.5.23 新增[人员出入管理范例库](https://aistudio.baidu.com/aistudio/projectdetail/4094475),具体内容可以在 AI Studio 上体验。
@@ -52,6 +58,7 @@ PaddleClas支持多种前沿图像分类、识别相关算法,发布产业级
5258
<div align="center">
5359
<img src="./docs/images/quick_start/android_demo/PPShiTu_qrcode.png" width = "170" height = "170" />
5460
</div>
61+
5562
## 👫 开源社区
5663

5764
* **📑项目合作:** 如果您是企业开发者且有明确的图像分类应用需求,填写[问卷](https://paddle.wjx.cn/vm/hnGOjfn.aspx# )后可免费与官方团队展开不同层次的合作。
@@ -222,7 +229,7 @@ PaddleClas提供了覆盖人、车、OCR场景九大常见任务的分类模型
222229
<a name="贡献代码"></a>
223230
## 贡献代码
224231
我们非常欢迎你为PaddleClas贡献代码,也十分感谢你的反馈。
225-
如果想为PaddleCLas贡献代码,可以参考[贡献指南](docs/zh_CN/community/how_to_contribute.md)
232+
如果想为PaddleClas贡献代码,可以参考[贡献指南](docs/zh_CN/community/how_to_contribute.md)
226233

227234
- 非常感谢[nblib](https://github.com/nblib)修正了PaddleClas中RandErasing的数据增广配置文件。
228235
- 非常感谢[chenpy228](https://github.com/chenpy228)修正了PaddleClas文档中的部分错别字。

README_en.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@
66

77
PaddleClas is an image classification and image recognition toolset for industry and academia, helping users train better computer vision models and apply them in real scenarios.
88

9-
| PP-ShiTuV2 | PULC: **P**ractical **U**ltra **L**ight-weight image **C**lassification solutions |
10-
| :----------------------------------------------------: | :----------------------------------------------------------: |
11-
| <img src="./docs/images/shituv2.gif" width = "450" /> | <img src="./docs/images/class_simple_en.gif" width = "600" /> |
9+
<div align="center">
10+
<img src="https://user-images.githubusercontent.com/50011306/201870645-63319203-9730-44fc-8e2e-054aad164461.gif" width = "600" />
11+
<p>PP-ShiTuV2</p>
12+
</div>
13+
<div align="center">
14+
<img src="./docs/images/class_simple_en.gif" width = "600" />
15+
<p>PULC: Practical Ultra Light-weight image Classification solutions</p>
16+
</div>
1217

1318
## 📣 Recent updates
1419

0 commit comments

Comments
 (0)