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
cb49dcc7
Unverified
Commit
cb49dcc7
authored
Jul 30, 2020
by
MissPenguin
Committed by
GitHub
Jul 30, 2020
Browse files
Merge pull request #449 from littletomatodonkey/add_beyond
add beyond into thanks
parents
b9fd04ad
14fdead9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
README.md
README.md
+1
-0
README_cn.md
README_cn.md
+3
-2
ppocr/data/det/dataset_traversal.py
ppocr/data/det/dataset_traversal.py
+1
-1
ppocr/data/rec/dataset_traversal.py
ppocr/data/rec/dataset_traversal.py
+1
-1
No files found.
README.md
View file @
cb49dcc7
...
@@ -212,3 +212,4 @@ We welcome all the contributions to PaddleOCR and appreciate for your feedback v
...
@@ -212,3 +212,4 @@ We welcome all the contributions to PaddleOCR and appreciate for your feedback v
-
Many thanks to
[
lyl120117
](
https://github.com/lyl120117
)
for contributing the code for printing the network structure.
-
Many thanks to
[
lyl120117
](
https://github.com/lyl120117
)
for contributing the code for printing the network structure.
-
Thanks
[
xiangyubo
](
https://github.com/xiangyubo
)
for contributing the handwritten Chinese OCR datasets.
-
Thanks
[
xiangyubo
](
https://github.com/xiangyubo
)
for contributing the handwritten Chinese OCR datasets.
-
Thanks
[
authorfu
](
https://github.com/authorfu
)
for contributing Android demo and
[
xiadeye
](
https://github.com/xiadeye
)
contributing iOS demo, respectively.
-
Thanks
[
authorfu
](
https://github.com/authorfu
)
for contributing Android demo and
[
xiadeye
](
https://github.com/xiadeye
)
contributing iOS demo, respectively.
-
Thanks
[
BeyondYourself
](
https://github.com/BeyondYourself
)
for contributing many great suggestions and simplifying part of the code style.
README_cn.md
View file @
cb49dcc7
...
@@ -32,7 +32,7 @@ PaddleOCR旨在打造一套丰富、领先、且实用的OCR工具库,助力
...
@@ -32,7 +32,7 @@ PaddleOCR旨在打造一套丰富、领先、且实用的OCR工具库,助力
上图是超轻量级中文OCR模型效果展示,更多效果图请见
[
效果展示页面
](
./doc/doc_ch/visualization.md
)
。
上图是超轻量级中文OCR模型效果展示,更多效果图请见
[
效果展示页面
](
./doc/doc_ch/visualization.md
)
。
-
超轻量级中文OCR在线体验地址:https://www.paddlepaddle.org.cn/hub/scene/ocr
-
超轻量级中文OCR在线体验地址:https://www.paddlepaddle.org.cn/hub/scene/ocr
-
移动端DEMO体验(基于EasyEdge和Paddle-Lite, 支持iOS和Android系统):
[
安装包二维码获取地址
](
https://ai.baidu.com/easyedge/app/openSource?from=paddlelite
)
-
移动端DEMO体验(基于EasyEdge和Paddle-Lite, 支持iOS和Android系统):
[
安装包二维码获取地址
](
https://ai.baidu.com/easyedge/app/openSource?from=paddlelite
)
Android手机也可以扫描下面二维码安装体验。
Android手机也可以扫描下面二维码安装体验。
...
@@ -205,8 +205,9 @@ PaddleOCR文本识别算法的训练和使用请参考文档教程中[模型训
...
@@ -205,8 +205,9 @@ PaddleOCR文本识别算法的训练和使用请参考文档教程中[模型训
## 贡献代码
## 贡献代码
我们非常欢迎你为PaddleOCR贡献代码,也十分感谢你的反馈。
我们非常欢迎你为PaddleOCR贡献代码,也十分感谢你的反馈。
-
非常感谢
[
Khanh Tran
](
https://github.com/xxxpsyduck
)
贡献了英文文档
。
-
非常感谢
[
Khanh Tran
](
https://github.com/xxxpsyduck
)
贡献了英文文档
-
非常感谢
[
zhangxin
](
https://github.com/ZhangXinNan
)(
[Blog](https://blog.csdn.net/sdlypyzq
)
) 贡献新的可视化方式、添加.gitgnore、处理手动设置PYTHONPATH环境变量的问题
-
非常感谢
[
zhangxin
](
https://github.com/ZhangXinNan
)(
[Blog](https://blog.csdn.net/sdlypyzq
)
) 贡献新的可视化方式、添加.gitgnore、处理手动设置PYTHONPATH环境变量的问题
-
非常感谢
[
lyl120117
](
https://github.com/lyl120117
)
贡献打印网络结构的代码
-
非常感谢
[
lyl120117
](
https://github.com/lyl120117
)
贡献打印网络结构的代码
-
非常感谢
[
xiangyubo
](
https://github.com/xiangyubo
)
贡献手写中文OCR数据集
-
非常感谢
[
xiangyubo
](
https://github.com/xiangyubo
)
贡献手写中文OCR数据集
-
非常感谢
[
authorfu
](
https://github.com/authorfu
)
贡献Android和
[
xiadeye
](
https://github.com/xiadeye
)
贡献IOS的demo代码
-
非常感谢
[
authorfu
](
https://github.com/authorfu
)
贡献Android和
[
xiadeye
](
https://github.com/xiadeye
)
贡献IOS的demo代码
-
非常感谢
[
BeyondYourself
](
https://github.com/BeyondYourself
)
给PaddleOCR提了很多非常棒的建议,并简化了PaddleOCR的部分代码风格。
ppocr/data/det/dataset_traversal.py
View file @
cb49dcc7
...
@@ -43,7 +43,7 @@ class TrainReader(object):
...
@@ -43,7 +43,7 @@ class TrainReader(object):
img_num
=
len
(
label_infor_list
)
img_num
=
len
(
label_infor_list
)
img_id_list
=
list
(
range
(
img_num
))
img_id_list
=
list
(
range
(
img_num
))
random
.
shuffle
(
img_id_list
)
random
.
shuffle
(
img_id_list
)
if
sys
.
platform
==
"win32"
:
if
sys
.
platform
==
"win32"
and
self
.
num_workers
!=
1
:
print
(
"multiprocess is not fully compatible with Windows."
print
(
"multiprocess is not fully compatible with Windows."
"num_workers will be 1."
)
"num_workers will be 1."
)
self
.
num_workers
=
1
self
.
num_workers
=
1
...
...
ppocr/data/rec/dataset_traversal.py
View file @
cb49dcc7
...
@@ -233,7 +233,7 @@ class SimpleReader(object):
...
@@ -233,7 +233,7 @@ class SimpleReader(object):
img_num
=
len
(
label_infor_list
)
img_num
=
len
(
label_infor_list
)
img_id_list
=
list
(
range
(
img_num
))
img_id_list
=
list
(
range
(
img_num
))
random
.
shuffle
(
img_id_list
)
random
.
shuffle
(
img_id_list
)
if
sys
.
platform
==
"win32"
:
if
sys
.
platform
==
"win32"
and
self
.
num_workers
!=
1
:
print
(
"multiprocess is not fully compatible with Windows."
print
(
"multiprocess is not fully compatible with Windows."
"num_workers will be 1."
)
"num_workers will be 1."
)
self
.
num_workers
=
1
self
.
num_workers
=
1
...
...
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