Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
4e49542a
"examples/vscode:/vscode.git/clone" did not exist on "0dd0528851bfa48d27ba68712d7df18ff619d22f"
Commit
4e49542a
authored
Feb 16, 2022
by
bupt906
Browse files
add thirdparty.md 1.1and1.2
parent
e2522325
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
doc/doc_ch/thirdparty.md
doc/doc_ch/thirdparty.md
+3
-2
No files found.
doc/doc_ch/thirdparty.md
View file @
4e49542a
...
@@ -41,8 +41,8 @@ PaddleOCR希望可以通过AI的力量助力任何一位有梦想的开发者实
...
@@ -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
)
|
| 应用部署 |
[
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
)
|
| 学术前沿模型训练与推理 |
[
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
)
|
| 学术前沿模型训练与推理 |
[
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
)
|
| 学术前沿模型 |
[
MicroNet
](
https://github.com/PaddlePaddle/PaddleOCR/
pull/5251
)
| 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
)
|
| 学术前沿学习率策略 |
[
OneCycleLR
](
https://github.com/
PaddlePaddle/PaddleOCR/pull/5252
)
| OneCycle学习率策略的paddle实现 |
[
bupt906
](
https://github.com/bupt906
)
|
### 1.2 为PaddleOCR新增功能
### 1.2 为PaddleOCR新增功能
...
@@ -50,6 +50,7 @@ PaddleOCR希望可以通过AI的力量助力任何一位有梦想的开发者实
...
@@ -50,6 +50,7 @@ PaddleOCR希望可以通过AI的力量助力任何一位有梦想的开发者实
-
非常感谢
[
tangmq
](
https://gitee.com/tangmq
)
给PaddleOCR增加Docker化部署服务,支持快速发布可调用的Restful API服务(
[
#507
](
https://github.com/PaddlePaddle/PaddleOCR/pull/507
)
)。
-
非常感谢
[
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
)
)。
-
非常感谢
[
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
)
的完整代码。
-
非常感谢
[
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 代码修复
### 1.3 代码修复
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment