From 75fa03680a98d2e1ff47c95d5ca3e55eea9368af Mon Sep 17 00:00:00 2001 From: cuicheng01 Date: Thu, 21 Apr 2022 02:30:59 +0000 Subject: [PATCH] Add MixFormer link to README --- README_ch.md | 2 +- README_en.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README_ch.md b/README_ch.md index 735e98a46..71bd6dbf1 100644 --- a/README_ch.md +++ b/README_ch.md @@ -7,7 +7,7 @@ 飞桨图像识别套件PaddleClas是飞桨为工业界和学术界所准备的一个图像识别任务的工具集,助力使用者训练出更好的视觉模型和应用落地。 **近期更新** - +- 2022.4.21 新增 CVPR2022 oral论文 [MixFormmer](https://arxiv.org/pdf/2204.02557.pdf) 相关[代码](https://github.com/PaddlePaddle/PaddleClas/pull/1820/files)。 - 2022.1.27 全面升级文档;新增[PaddleServing C++ pipeline部署方式](./deploy/paddleserving)和[18M图像识别安卓部署Demo](./deploy/lite_shitu)。 - 2021.11.1 发布[PP-ShiTu技术报告](https://arxiv.org/pdf/2111.00775.pdf),新增饮料识别demo - 2021.10.23 发布轻量级图像识别系统PP-ShiTu,CPU上0.2s即可完成在10w+库的图像识别。 diff --git a/README_en.md b/README_en.md index 0702cc6ae..5da1cf289 100644 --- a/README_en.md +++ b/README_en.md @@ -8,6 +8,8 @@ PaddleClas is an image recognition toolset for industry and academia, helping us **Recent updates** +- 2022.4.21 Added the related [code](https://github.com/PaddlePaddle/PaddleClas/pull/1820/files) of the CVPR2022 oral paper [MixFormmer](https://arxiv.org/pdf/2204.02557.pdf). + - 2021.09.17 Add PP-LCNet series model developed by PaddleClas, these models show strong competitiveness on Intel CPUs. For the introduction of PP-LCNet, please refer to [paper](https://arxiv.org/pdf/2109.15099.pdf) or [PP-LCNet model introduction](docs/en/models/PP-LCNet_en.md). The metrics and pretrained model are available [here](docs/en/ImageNet_models_en.md).