Commit Graph

1826 Commits

Author SHA1 Message Date
WenmuZhou 259f3bb0e0 update 2021-02-01 16:23:04 +08:00
WenmuZhou dbef4a1d34 update 2021-02-01 16:20:43 +08:00
WenmuZhou 02b0bce42d update 2021-02-01 16:16:15 +08:00
xiaoting 1043613b1c
Merge pull request #1897 from iamyoyo/dygraph
Update program.py
2021-02-01 16:08:52 +08:00
LDOUBLEV a094d27755 opt rec_att_head 2021-02-01 08:08:18 +00:00
Double_V 080e250164
Merge pull request #1868 from WenmuZhou/dygraph_rc
update docker
2021-02-01 15:39:41 +08:00
WenmuZhou 23df5bcf12 update dockerfile 2021-02-01 15:38:31 +08:00
iamyoyo be94977426
program.py 257行 变量名问题
PaddleOCR/tools/program.py的第254行的变量名原为cur_metirc,需要修改为cur_metric,如果不修改在运行是,会提示
The variable name of line 254 can be changed to cur_ Metric. If you do not modify it, you will be prompted when it is running
"E:\XXX\PaddleOCR\tools\program.py", line 257, in train
['{}: {}'.format(k, v) for k, v in cur_metric.items()]))
NameError: name 'cur_metric' is not defined
2021-02-01 15:27:56 +08:00
iamyoyo a92bb6d310
Update program.py
PaddleOCR/tools/program.py的第254行的变量名原为cur_metirc,需要修改为cur_metric,如果不修改在运行是,会提示
The variable name of line 254 can be changed to cur_ Metric. If you do not modify it, you will be prompted when it is running
"E:\XXX\PaddleOCR\tools\program.py", line 257, in train
    ['{}: {}'.format(k, v) for k, v in cur_metric.items()]))
NameError: name 'cur_metric' is not defined
2021-02-01 15:09:14 +08:00
LDOUBLEV 0d89f3f913 fix comment 2021-02-01 06:54:56 +00:00
WenmuZhou fae6f1eef7 update 2021-02-01 14:50:44 +08:00
LDOUBLEV 550022ea66 fix comment 2021-02-01 06:44:04 +00:00
LDOUBLEV e7d24ac8b8 fix comment 2021-02-01 06:41:45 +00:00
LDOUBLEV 0f4d92b63f fix conflict wiith SRN 2021-02-01 06:32:14 +00:00
LDOUBLEV 7a054c854b rare doc and opt post_process 2021-02-01 06:27:56 +00:00
WenmuZhou 22a9f2ad00 update faq 2021-02-01 12:57:18 +08:00
WenmuZhou b544a561d5 update faq 2021-02-01 12:49:11 +08:00
xiaoting 0c5c9f694d
Merge pull request #1890 from tink2123/srn_ch
Adaptation of Chinese char
2021-02-01 11:31:25 +08:00
tink2123 7f2304ab3f Adaptation of Chinese char 2021-02-01 03:28:31 +00:00
LDOUBLEV 56cbbdfb01 fix conflict 2021-02-01 03:19:56 +00:00
LDOUBLEV f896032255 pre-commit 2021-02-01 03:12:38 +00:00
xiaoting 2a0c3d4dac
fix eval mode without srn (#1889)
* fix base model

* fix start time
2021-01-31 22:37:30 +08:00
MissPenguin e40100c5b7
Merge pull request #1872 from Evezerest/dy1
Fix bugs during save recognition results and a spelling mistake
2021-01-29 15:25:48 +08:00
xiaoting 570009c217
Merge pull request #1874 from tink2123/srn_doc
format doc
2021-01-29 15:25:10 +08:00
tink2123 b8a029686c Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into dygraph 2021-01-29 15:23:55 +08:00
tink2123 6781d55df4 format doc 2021-01-29 15:23:11 +08:00
xiaoting 7f9b885f75
Merge pull request #1873 from tink2123/srn_doc
Add srn doc
2021-01-29 15:18:51 +08:00
tink2123 42fe741ff1 add srn doc 2021-01-29 15:08:58 +08:00
Leif b3a451da26 Fix a spelling mistake 2021-01-29 15:03:41 +08:00
Leif f20f6d2d27 Merge remote-tracking branch 'upstream/dygraph' into dy1 2021-01-29 14:52:36 +08:00
Leif 647db30f6f Fix bugs during save recognition results 2021-01-29 14:51:40 +08:00
xiaoting acd479ea46
Merge pull request #1597 from tink2123/dygraph_for_srn
【Do not merge】Add srn model
2021-01-29 13:21:27 +08:00
xiaoting 6ebbbfe46c
Merge branch 'dygraph' into dygraph_for_srn 2021-01-29 11:37:19 +08:00
LDOUBLEV f6e03a51f0 upload rare code 2021-01-29 03:15:03 +00:00
MissPenguin fad40158b0
Merge pull request #1623 from tirkarthi/fix-warnings
Fix syntax warning over comparison of literals using is.
2021-01-29 11:01:27 +08:00
WenmuZhou 8fb01540e7 add paddle install 2021-01-29 10:24:51 +08:00
WenmuZhou ea4577adb7 update docker 2021-01-29 10:11:23 +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
Double_V c9f745e250
fix doc of quant demo (#1865)
* fix doc of quant demo

* fix doc of quant demo
2021-01-28 19:15:35 +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
LDOUBLEV de37eedf26 fix doc of quant demo 2021-01-28 19:13:50 +08:00
LDOUBLEV 2a53789d1d fix doc of quant demo 2021-01-28 19:12:44 +08:00
zhoujun b0d1dca688
fix starnet export (#1850)
* fix starnet export

* fix bug

* add note
2021-01-28 18:16:54 +08:00
Justus-Jonas Erker c9f24ddaa3
Merge pull request #1 from Justus-Jonas/Justus-Jonas-patch-1
fixed wrong naming of German model
2021-01-28 09:55:18 +01: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
WenmuZhou 8e697e349f add note 2021-01-28 13:21:10 +08:00
WenmuZhou b30add8ae5 fix bug 2021-01-28 11:05:28 +08:00
WenmuZhou 6a38af5890 fix starnet export 2021-01-28 11:03:58 +08:00
Wei Shengyu 25bf92295f
增加language选项的说明 (#1810)
* Update README.md

* Update README_ch.md

* Update README.md
2021-01-27 19:04:54 +08:00
Double_V b22ee4dd5f
Merge pull request #1844 from LDOUBLEV/trt_cpp
fix shuffle not work
2021-01-27 15:17:39 +08:00