From 4e49542a3683c657d5bd9334f1e6f1ba59a426fa Mon Sep 17 00:00:00 2001 From: bupt906 Date: Wed, 16 Feb 2022 14:35:07 +0800 Subject: [PATCH] add thirdparty.md 1.1and1.2 --- doc/doc_ch/thirdparty.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/doc_ch/thirdparty.md b/doc/doc_ch/thirdparty.md index 1d0d8b3a..f9f5f34f 100644 --- a/doc/doc_ch/thirdparty.md +++ b/doc/doc_ch/thirdparty.md @@ -41,8 +41,8 @@ PaddleOCR希望可以通过AI的力量助力任何一位有梦想的开发者实 | 应用部署 | [PaddleOCR-Paddlejs-React-Demo](https://github.com/Lovely-Pig/PaddleOCR-Paddlejs-React-Demo) | 使用Paddle.js和React部署PaddleOCR | [Lovely-Pig](https://github.com/Lovely-Pig) | | 学术前沿模型训练与推理 | [AI Studio项目](https://aistudio.baidu.com/aistudio/projectdetail/3397137) | StarNet-MobileNetV3算法–中文训练 | [xiaoyangyang2](https://github.com/xiaoyangyang2) | | 学术前沿模型训练与推理 | [ABINet-paddle](https://github.com/Huntersdeng/abinet-paddle) | ABINet算法前向运算的paddle实现以及模型各部分的实现细节分析 | [Huntersdeng](https://github.com/Huntersdeng) | -| 学术前沿模型 | [MicroNet](https://github.com/PaddlePaddle/PaddleOCR/blob/dygraph/ppocr/modeling/backbones/rec_micronet.py) | MicroNet算法的paddle实现 | [bupt906](https://github.com/bupt906) | -| 学术前沿学习率策略 | [OneCycleLR](https://github.com/bupt906/PaddleOCR/blob/dygraph/ppocr/optimizer/lr_scheduler.py) | OneCycle学习率策略的paddle实现 | [bupt906](https://github.com/bupt906) | +| 学术前沿模型 | [MicroNet](https://github.com/PaddlePaddle/PaddleOCR/pull/5251) | MicroNet算法的paddle实现 | [bupt906](https://github.com/bupt906) | +| 学术前沿学习率策略 | [OneCycleLR](https://github.com/PaddlePaddle/PaddleOCR/pull/5252) | OneCycle学习率策略的paddle实现 | [bupt906](https://github.com/bupt906) | ### 1.2 为PaddleOCR新增功能 @@ -50,6 +50,7 @@ PaddleOCR希望可以通过AI的力量助力任何一位有梦想的开发者实 - 非常感谢 [tangmq](https://gitee.com/tangmq) 给PaddleOCR增加Docker化部署服务,支持快速发布可调用的Restful API服务([#507](https://github.com/PaddlePaddle/PaddleOCR/pull/507))。 - 非常感谢 [lijinhan](https://github.com/lijinhan) 给PaddleOCR增加java SpringBoot 调用OCR Hubserving接口完成对OCR服务化部署的使用([#1027](https://github.com/PaddlePaddle/PaddleOCR/pull/1027))。 - 非常感谢 [Evezerest](https://github.com/Evezerest), [ninetailskim](https://github.com/ninetailskim), [edencfc](https://github.com/edencfc), [BeyondYourself](https://github.com/BeyondYourself), [1084667371](https://github.com/1084667371) 贡献了[PPOCRLabel](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.3/PPOCRLabel/README_ch.md) 的完整代码。 +- 非常感谢 [bupt906](https://github.com/bupt906) 贡献MicroNet结构代码([#5251](https://github.com/PaddlePaddle/PaddleOCR/pull/5251))和贡献OneCycle学习率策略代码([#5252](https://github.com/PaddlePaddle/PaddleOCR/pull/5252)) ### 1.3 代码修复 -- GitLab