Commit Graph

1716 Commits

Author SHA1 Message Date
MissPenguin dd6f6f5cf3
Merge pull request #1869 from LDOUBLEV/rare
upload rare code
2021-02-01 16:55:33 +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
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
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
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
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
LDOUBLEV 1d11af72ac fix shuffle not work 2021-01-27 15:01:41 +08:00
Daniel Yang d5a3fb5408
Update README_ch.md 2021-01-27 11:48:31 +08:00
Daniel Yang ad074432d5
Update README_ch.md 2021-01-27 11:45:15 +08:00
Daniel Yang fb9727266f
Update README.md 2021-01-27 11:40:08 +08:00
Daniel Yang b7526cc12d
Update README.md 2021-01-27 11:39:02 +08:00
zhoujun 4b715cf200
Merge pull request #1837 from Channingss/dygraph
export_model support dynamic input shape
2021-01-27 10:15:58 +08:00
Daniel Yang 4d8f7e6ce2
Merge pull request #1825 from Evezerest/dy1
Update joinus.png
2021-01-27 09:24:11 +08:00
Channingss cacf8f8a6c export_model support dynamic input shape 2021-01-26 11:44:52 +00:00
littletomatodonkey d1e150e276
Revert "fix mv3 to adapt to paddle2.0" (#1836) 2021-01-26 17:17:55 +08:00
xiaoting 1888ca2793
Merge pull request #1826 from tink2123/multi_lan_doc
update multi-lang doc
2021-01-26 15:59:58 +08:00