Commit Graph

423 Commits (ec9eb7204ee9075620ecfe1070fb444271b3ac0a)

Author SHA1 Message Date
Leif 6c86bcb315 Update README.md 2021-09-03 22:13:08 +08:00
Leif 58114b6c58 Complete quickstart_en 2021-09-03 21:48:06 +08:00
Leif fd62f27877 Upgrade document structure 2021-09-03 19:20:07 +08:00
andyjpaddle ea52f47a95 update docs and fix conflic 2021-08-31 12:13:36 +00:00
andyjpaddle d43688a4da update rec_r31_sar.yml and sar docs 2021-08-31 11:33:41 +00:00
WenmuZhou 835e717832 merge dygraph 2021-08-31 19:13:15 +08:00
xiaoting 5c664bf4f5
Merge pull request #3721 from Topdu/dygraph
add rec_nrtr
2021-08-26 15:30:52 +08:00
littletomatodonkey d77db841b0
fix whl exit bug (#3806)
* fix whl exit bug

* fix recognition doc
2021-08-26 07:02:42 +08:00
andyjpaddle 8a95b3352d add_rec_sar, test=dygraph 2021-08-24 03:49:26 +00:00
topduke adc62fcde4
Merge branch 'dygraph' into dygraph 2021-08-17 22:08:54 +08:00
Topdu 2e76e46b3c update nrtr metric 2021-08-17 13:44:44 +00:00
Topdu 1623c17cdc add rec_nrtr 2021-08-17 13:10:53 +00:00
WenmuZhou 22d81cebac Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into fx_pse 2021-08-03 18:59:15 +08:00
WenmuZhou a569496808 fix bug when inference with network img 2021-08-03 15:37:32 +08:00
WenmuZhou 097f580889 add import cv2 to whl doc 2021-08-03 12:20:35 +08:00
WenmuZhou 6a121aa7cf add ppstructure doc 2021-08-02 17:04:53 +08:00
WenmuZhou d173bba374 auto compile post_process of pse 2021-07-30 09:57:23 +08:00
WenmuZhou a6a44ea124 add export model of pse 2021-07-29 19:31:30 +08:00
WenmuZhou c64d551988 add doc of train 2021-07-29 19:00:19 +08:00
WenmuZhou 2e98890d94 add pse config 2021-07-29 18:52:55 +08:00
贾晓 75aa6f2f10
Merge pull request #3372 from WenmuZhou/fx_bug
add /path/to to gen_label doc
2021-07-27 16:28:19 +08:00
tink2123 3aedb20768 update multi config doc 2021-07-22 20:45:11 +08:00
WenmuZhou d401e53b90 opt doc 2021-07-22 19:13:27 +08:00
zhoujun 39e4748245
Merge pull request #3332 from WenmuZhou/fx_doc
update image path
2021-07-15 16:13:56 +08:00
WenmuZhou 0caafa63e0 update image path 2021-07-14 13:33:02 +08:00
xiaoting fddef3912f
Merge branch 'dygraph' into autolog_rec 2021-07-09 14:14:24 +08:00
tink2123 76240d0833 rm repeated 2021-07-06 13:34:52 +08:00
littletomatodonkey 90f2cc00c3 add google link 2021-07-06 12:26:40 +08:00
WenmuZhou e836ab7f51 添加show_log参数说明 2021-06-10 16:03:43 +08:00
MissPenguin 926dc47bd6
Update recognition_en.md 2021-06-08 15:44:37 +08:00
MissPenguin 44fc5a23ea
Update config_en.md 2021-06-08 15:43:35 +08:00
zhoujun ad4853dbe8
Merge pull request #2925 from WenmuZhou/Optimizing_parameters
combine args in paddleocr and ppocr/infer/utility
2021-06-03 00:32:11 -05:00
WenmuZhou f896d5afa4 merge upstream 2021-06-01 19:09:24 +08:00
gaotingquan 1193789aaa Add doc of distributed training, test=document_fix 2021-05-28 08:38:26 +00:00
MissPenguin 424c94fca0
Merge pull request #2912 from WenmuZhou/update_model_list
Chinese to English in model list and lite doc
2021-05-26 19:29:36 +08:00
WenmuZhou eaf38b9b12 combine args in paddleocr and ppocr/infer/utility 2021-05-26 17:34:47 +08:00
zhoujun 5ee76b9e53
Update models_list_en.md 2021-05-25 21:18:55 +08:00
MissPenguin 5d24736a62
Update models_list_en.md 2021-05-25 19:59:26 +08:00
MissPenguin 7fb6441fb1
Update models_list_en.md 2021-05-25 19:59:09 +08:00
MissPenguin 97d7281256
Update models_list_en.md 2021-05-25 19:52:35 +08:00
WenmuZhou 0d7d628e4e add lite model 2 model_list 2021-05-25 16:09:24 +08:00
LDOUBLEV 491ab07417 update prune infer model size 2021-05-24 16:33:21 +08:00
LDOUBLEV 033d52fdaf update det prune list link 2021-05-24 16:32:50 +08:00
Double_V 37fcc178ae
Merge pull request #2739 from tink2123/update_multi_doc
[cherry-pick]update multi-doc
2021-05-10 11:01:16 +08:00
tink2123 24b2fdf832 update multi-doc 2021-05-08 14:13:19 +08:00
Double_V c64e235a1f delete load_static_weights for detection (#2725)
* delete load_static_weights for detection
* master to develop for PaddleClas referencee
2021-05-07 10:53:29 +08:00
tink2123 0b092083bd fix mult-lang doc for dygraph 2021-04-27 10:23:23 +08:00
JetHong 11f5faf44b
add total text (#2608)
Co-authored-by: MissPenguin <lichenxia1991@163.com>
Co-authored-by: littletomatodonkey <2120160898@bit.edu.cn>
2021-04-24 16:18:30 +08:00
littletomatodonkey 33f52129b6 add infer mp doc 2021-04-22 13:00:30 +00:00
tink2123 a0e6e83397 fix some typo 2021-04-14 16:00:45 +08:00
tink2123 dda96fc65f replace path.join for windows 2021-04-14 15:58:31 +08:00
tink2123 94474e40fc polish mult-lang doc and whl 2021-04-13 19:30:08 +08:00
Double_V 2cde36b2fc
Merge branch 'dygraph' into dy/fix_pgnet_table 2021-04-13 09:48:51 +08:00
Jethong 62193fad59 add PGNetA in table 2021-04-12 21:20:49 +08:00
Double_V 5058466fd2
Merge branch 'dygraph' into cherry-pick 2021-04-12 20:46:45 +08:00
Jethong 70a29d897d fix pgnet table error 2021-04-12 20:19:57 +08:00
Double_V 4d55624f62
Merge branch 'dygraph' into cherry-pick 2021-04-12 19:52:31 +08:00
Double_V ccb3373d10
Merge branch 'dygraph' into pgnet-postpro 2021-04-12 18:45:21 +08:00
tink2123 01732bd943 cherry-pick en multi-doc 2021-04-12 17:00:01 +08:00
Jethong b2e8021bb6 Merge branch 'pgnet-postpro' of github.com:JetHong/PaddleOCR into pgnet-postpro 2021-04-12 14:57:27 +08:00
Jethong 485785c31f fix performance position 2021-04-12 14:46:50 +08:00
tink2123 19e6029ccc polish multi doc 2021-04-12 14:35:36 +08:00
tink2123 8410256e9a polish multi doc 2021-04-12 14:35:36 +08:00
tink2123 485ac5cdcd polish mult lang 2021-04-12 14:35:36 +08:00
Double_V 95c931e9d5
Merge branch 'dygraph' into pgnet-postpro 2021-04-12 11:48:03 +08:00
Jethong 8c350a1306 fix pgnet.md error 2021-04-12 11:45:30 +08:00
Jethong e51c910d58 fix pgnet.md 2021-04-12 11:01:34 +08:00
Jethong 03895497fa add fast postprocess 2021-04-11 18:43:42 +08:00
MissPenguin 02ca1f67e9
Merge pull request #2435 from JetHong/pgnet-readme
fix format error
2021-04-10 13:58:26 +08:00
Jethong 2a15d7e505 fix format error 2021-04-10 13:36:15 +08:00
MissPenguin 6239f18f9b
Merge pull request #2434 from JetHong/pgnet-readme
add pgnet_en.md
2021-04-10 13:26:43 +08:00
Jethong ac861026dd fix chinese error 2021-04-10 13:23:34 +08:00
Jethong 4409cd8ac8 add pgnet_en.md 2021-04-10 10:32:40 +08:00
tink2123 839bb4281a add en doc for multi-lang 2021-04-09 23:34:02 +08:00
tink2123 6b2f749739 add en doc for multi-lang 2021-04-09 23:32:50 +08:00
tink2123 f5a119d282 add en doc for multi-lang 2021-04-09 23:24:54 +08:00
Double_V 3deaca9d20
Merge branch 'dygraph' into update_whl 2021-03-31 09:56:31 +08:00
WenmuZhou 806a5c8ec8 update font path in doc 2021-03-30 16:51:03 +08:00
littletomatodonkey 9749cad317
add google drive link (#2277) 2021-03-18 10:29:11 +08:00
LDOUBLEV bbd7665c47 fix commit 2021-02-18 18:53:28 +08:00
LDOUBLEV 6ec9aa4def Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into trt_cpp 2021-02-18 13:44:13 +08:00
MissPenguin ddf548ad5e
Update inference_en.md 2021-02-18 11:20:51 +08:00
zhoujun 757501995a
Merge pull request #1926 from WenmuZhou/fix_doc
Fix doc
2021-02-05 16:04:52 +08:00
WenmuZhou 1617cfdd1e update angle doc 2021-02-03 19:28:38 +08:00
WenmuZhou 6443988d44 merge paddleocr 2021-02-03 12:25:43 +08:00
WenmuZhou 69c85d976a update whl doc 2021-02-03 12:20:40 +08:00
WenmuZhou bae07f51b5 update angle cls doc 2021-02-03 12:08:56 +08:00
WenmuZhou 94278781c6 update rec doc 2021-02-03 12:05:20 +08:00
WenmuZhou 248669a81e update rec doc 2021-02-03 11:58:24 +08:00
littletomatodonkey 4489b7dd17 fix model doc 2021-02-03 02:47:46 +00:00
littletomatodonkey 4e98a521ec improve doc 2021-02-02 14:27:21 +00:00
LDOUBLEV adc83ca9ae opt deploy doc 2021-02-02 21:08:13 +08:00
littletomatodonkey 077fcabcbc fix doc 2021-02-01 14:03:32 +00:00
MissPenguin 8e2dc741b3
Update algorithm_overview_en.md 2021-02-01 17:05:35 +08:00
LDOUBLEV 873363589c fix link 2021-02-01 09:02:14 +00:00
LDOUBLEV 7a054c854b rare doc and opt post_process 2021-02-01 06:27:56 +00:00
tink2123 6781d55df4 format doc 2021-01-29 15:23:11 +08:00
tink2123 42fe741ff1 add srn doc 2021-01-29 15:08:58 +08:00
Double_V 95a60fa49f
Merge pull request #1861 from Justus-Jonas/dygraph
fixed wrong naming of German model
2021-01-29 09:58:46 +08:00
littletomatodonkey a4fa186010
fix mv3 to adapt to paddle2.0 (#1864)
* fix mv3 to adapt to paddle2.0

* fix doc to adapt to 2.0.0

* fix paddle version
2021-01-28 19:14:50 +08:00
Justus-Jonas Erker 0dcab8e67f
fixed wrong naming of German model
The german recognition model was falsely named French recognition
2021-01-28 09:54:01 +01:00
tink2123 edeb12b1e0 rename en_sensitive EN_symbol 2021-01-26 15:53:49 +08:00
tink2123 8f52a73718 polish code 2021-01-26 15:24:13 +08:00
tink2123 5e9fb50db5 Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into multi_languages 2021-01-26 15:06:40 +08:00
tink2123 45117f907d update multi-lang doc 2021-01-26 14:51:56 +08:00
MissPenguin 854c5f06d8
Update algorithm_overview_en.md 2021-01-25 11:35:53 +08:00
Double_V bcf29f0538
Merge pull request #1795 from WenmuZhou/dygraph_rc
update model list
2021-01-21 19:16:25 +08:00
WenmuZhou 9bbe2214d9 update model list 2021-01-21 19:13:12 +08:00
xiaoting cc30506a83
Merge pull request #1786 from xmy0916/fix_doc
Fix doc and mv imgs
2021-01-21 13:42:44 +08:00
xmy0916 67ad7ccace fix doc 2021-01-21 11:42:16 +08:00
xmy0916 b4d0ea7ee6 fix doc and mv imgs 2021-01-21 11:36:09 +08:00
xmy0916 c23d6a2df7 fix doc and mv imgs 2021-01-21 11:33:07 +08:00
Double_V ad3835e231
Merge pull request #1780 from WenmuZhou/dygraph_rc
add starnet
2021-01-21 11:27:16 +08:00
xiaoting 18669cc344
Merge pull request #1781 from xmy0916/update_doc
Update doc
2021-01-20 23:22:33 +08:00
xmy0916 5c75828322 fix doc 2021-01-20 22:22:36 +08:00
xmy0916 85fa27ab07 modify doc for multi language model list 2021-01-20 21:35:15 +08:00
WenmuZhou 78d21ef5d5 delete coming soon 2021-01-20 18:34:39 +08:00
WenmuZhou adafa3e67d Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into dygraph_rc 2021-01-20 18:31:30 +08:00
WenmuZhou 8ebaf27d29 add starnet 2021-01-20 18:26:22 +08:00
WenmuZhou c1c80e34a4 add starnet 2021-01-20 18:22:53 +08:00
Double_V b7e4528d3b
Merge pull request #1763 from WenmuZhou/dygraph_rc
fix typo error and tps alignment
2021-01-19 19:25:06 +08:00
WenmuZhou c356622147 fix typo error 2021-01-18 18:40:12 +08:00
MissPenguin bb5b4db98d
Update algorithm_overview_en.md 2021-01-08 19:30:33 +08:00
zhoujun e7bf6c86cc
update angle class doc (#1635) 2021-01-06 17:07:37 +08:00
MissPenguin a486350b8e
Update quickstart_en.md 2021-01-04 12:49:17 +08:00
dyning e75c3c1033
Update algorithm_overview_en.md 2020-12-20 08:28:52 +08:00
dyning 623843881b
Update algorithm_overview_en.md 2020-12-20 08:25:58 +08:00
WenmuZhou b615f6704d load model by pretrained_model 2020-12-18 23:00:16 +08:00
WenmuZhou 73d4b41ab0 update inference doc 2020-12-18 22:36:04 +08:00
LDOUBLEV 02f37689c7 delete doc imgs and fix inference doc 2020-12-16 16:28:42 +08:00
WenmuZhou f7de55d931 fix typo error 2020-12-16 15:16:46 +08:00
MissPenguin 02527479d4
Update models_list_en.md 2020-12-16 11:02:01 +08:00
dyning 297491460e
Merge pull request #1457 from WenmuZhou/update_whl_doc
update whl version
2020-12-16 10:59:31 +08:00
MissPenguin 06fac86f76
Update models_list_en.md 2020-12-16 10:59:05 +08:00
WenmuZhou aa556e6020 update whl recommend version 2020-12-16 10:58:30 +08:00
dyning 0576e4a294
Merge pull request #1455 from WenmuZhou/update_whl_doc
[Dygraph] update whl doc
2020-12-16 10:46:48 +08:00
WenmuZhou dbea8e743c update whl doc 2020-12-16 10:36:22 +08:00
grasswolfs 0166051935 test=develop, test=documents_fix 2020-12-16 00:55:11 +08:00
grasswolfs 214e86164d test=develop, test=documents_fix 2020-12-16 00:53:26 +08:00
grasswolfs f1aa210097 Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into update_notice_1215 2020-12-16 00:45:42 +08:00
grasswolfs 139e2af2e0 test=develop, test=documents_fix 2020-12-16 00:44:40 +08:00
dyning 980014c1d5
Update models_list_en.md 2020-12-16 00:31:06 +08:00
dyning fde71656be
Update models_list_en.md 2020-12-16 00:29:41 +08:00
MissPenguin 5632dec4e4
Update models_list_en.md 2020-12-15 23:19:19 +08:00
MissPenguin e9ce6dcc83
Update algorithm_overview_en.md 2020-12-15 23:12:25 +08:00
MissPenguin 16a2fcda49
Update algorithm_overview_en.md 2020-12-15 23:11:38 +08:00
MissPenguin ecc81c35a5
Update algorithm_overview_en.md 2020-12-15 23:11:05 +08:00
MissPenguin 5d7e7016af
Update algorithm_overview_en.md 2020-12-15 23:09:33 +08:00
Double_V 3df2f8f142
Merge pull request #1443 from LDOUBLEV/dyg_db
update images link
2020-12-15 23:05:57 +08:00
LDOUBLEV 84684ab8d6 update images link 2020-12-15 23:03:48 +08:00