zhoujun
|
22db537e93
|
Merge pull request #6352 from WenmuZhou/flk
add e2e metric and lite speed
|
2022-05-20 20:01:09 +08:00 |
WenmuZhou
|
bb66f0cb58
|
add e2e metric and lite speed
|
2022-05-19 20:33:08 +08:00 |
lubin10
|
b339204dfc
|
update tools/export_model.py tools/infer_rec.py
|
2022-05-17 08:29:44 +00:00 |
littletomatodonkey
|
0b6290eaf2
|
add support for static training (#6297)
* add support for static training
* fix assert info
|
2022-05-16 16:57:13 +08:00 |
littletomatodonkey
|
265cd32bd5
|
fix
|
2022-05-13 14:46:02 +00:00 |
littletomatodonkey
|
85cfc51ece
|
fix
|
2022-05-13 14:45:40 +00:00 |
littletomatodonkey
|
c425ba9b85
|
fix
|
2022-05-13 14:45:06 +00:00 |
littletomatodonkey
|
a3753aae50
|
fix rec prediction for trt7
|
2022-05-13 14:28:35 +00:00 |
MissPenguin
|
f7f48dfe35
|
Merge pull request #6222 from tink2123/cherry-pick-dygraph
Cherry pick dygraph
|
2022-05-10 14:49:01 +08:00 |
tink2123
|
671cb14af2
|
modified default shape
|
2022-05-10 02:51:00 +00:00 |
tink2123
|
16752dd7a2
|
modified default shape
|
2022-05-10 02:50:51 +00:00 |
andyjpaddle
|
b16c3d4234
|
update v3 rec name
|
2022-05-10 02:41:54 +00:00 |
zhoujun
|
29f5ef46a5
|
Merge pull request #5957 from manangoel99/wandb-metric-logger-corrected
Restructure Metric Logging and Add support for W&B
|
2022-05-06 15:25:31 +08:00 |
littletomatodonkey
|
b6e3734eba
|
fix infer rec encoding
|
2022-05-04 14:57:57 +00:00 |
Shuangchi He
|
22ccdfbf71
|
[cherry-pick] Fix some typos from release/2.4 branch and merge. (#6114)
* [cherry-pick] Fix some typos from release/2.4 branch and merge.
* rm readme_en.md in deploy/cpp_infer/.
* Fix others typos.
|
2022-05-02 14:06:02 +08:00 |
Shuangchi He
|
55d8af94f5
|
[cherry-pick] `Fix some typos for Jetson, metrics and result` from release/2.4-typos2 branch and merge. (#6119)
* [cherry-pick] Fix some typos for Jetson, metrics and result from release/2.4-typos2 branch and merge.
|
2022-05-02 14:01:29 +08:00 |
jaycecd
|
e03e52a2a4
|
bugfix: unable to save Korean to the specified file: system_results.txt (#5855)
|
2022-05-01 19:55:06 +08:00 |
littletomatodonkey
|
f479ba16e5
|
fix bug (#6100)
|
2022-04-29 17:50:44 +08:00 |
WenmuZhou
|
d55e906514
|
Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into doc
|
2022-04-27 20:55:35 +08:00 |
littletomatodonkey
|
4cddec7307
|
add rotnet code (#6065)
* add rotnet code
* add config
* fix infer for ssl
* rm unused code
|
2022-04-27 18:46:48 +08:00 |
tink2123
|
f10b783e20
|
fix v3 mkldnn
|
2022-04-27 07:48:14 +00:00 |
xiaoting
|
882e6e549f
|
Merge pull request #6071 from tink2123/fix_mkldnn
fix mkldnn for ppocrv3, and fix some typo
|
2022-04-27 14:48:29 +08:00 |
xiaoting
|
bde50863c5
|
Merge pull request #6061 from Topdu/dygraph
add_rec_svtr
|
2022-04-27 14:42:54 +08:00 |
tink2123
|
9f5d0d59ef
|
fix mkldnn for ppocrv3, and fix some typo
|
2022-04-27 06:24:28 +00:00 |
andyjpaddle
|
0c280c709a
|
fix key for dis and cls resize
|
2022-04-27 05:19:55 +00:00 |
andyjpaddle
|
7756e66b8e
|
update trt dynamic shape for v3 rec
|
2022-04-27 02:45:23 +00:00 |
andyjpaddle
|
657f29e8b7
|
update trt dynamic shape for v3 rec
|
2022-04-27 02:42:22 +00:00 |
WenmuZhou
|
d8b33ba187
|
add pse curved text detection doc
|
2022-04-26 22:53:40 +08:00 |
Topdu
|
68fb057dc6
|
add_rec_svtr
|
2022-04-26 10:30:26 +00:00 |
andyjpaddle
|
f6532a0e51
|
add ppocrv3 rec (#6033)
* add ppocrv3 rec
|
2022-04-26 16:19:31 +08:00 |
Manan Goel
|
112ad00d15
|
Fixed merge conflict in README.md
|
2022-04-23 11:37:38 +00:00 |
Manan Goel
|
eae14caba0
|
Fixed bug tto check if log_writer is not None before calling log_model
|
2022-04-15 13:43:22 +00:00 |
Manan Goel
|
f161045675
|
Fixed bug to check if 'use_wandb' and 'use_visualdl' flags are addded or not
|
2022-04-15 09:44:42 +00:00 |
Manan Goel
|
56fccb03c8
|
Added functionality to use multiple loggers simultaneously and addded the english documentation on how to use them
|
2022-04-15 06:44:22 +00:00 |
Manan Goel
|
dde60d69be
|
Integration of the WandbLogger with the latest changes in the PaddleOCR integrations
|
2022-04-12 15:47:54 +00:00 |
andyjpaddle
|
d50addb819
|
fix rare trt shape error
|
2022-04-12 13:03:51 +00:00 |
LDOUBLEV
|
b62e6954ad
|
fix rec output name error
|
2022-04-12 14:00:07 +08:00 |
LDOUBLEV
|
5efa071c07
|
delete debug
|
2022-04-07 08:31:37 +00:00 |
LDOUBLEV
|
22b57e6e85
|
fix rec pact hang
|
2022-04-07 08:26:20 +00:00 |
WenmuZhou
|
41fcbb8609
|
change to en
|
2022-03-31 00:39:02 +00:00 |
WenmuZhou
|
4c5d266d84
|
add PP-Structure to hub serving
|
2022-03-30 14:15:12 +00:00 |
WenmuZhou
|
b0a5ccb3e8
|
add table to hub serving
|
2022-03-30 11:07:07 +00:00 |
MissPenguin
|
3d69295790
|
Merge pull request #5805 from MissPenguin/dygraph
fix order_points_clockwise
|
2022-03-28 17:23:37 +08:00 |
MissPenguin
|
fabfaaba6a
|
fix order_points_clockwise
|
2022-03-28 08:31:01 +00:00 |
LDOUBLEV
|
ea0ff9c340
|
fix html
|
2022-03-25 15:04:56 +08:00 |
LDOUBLEV
|
84b72584f2
|
add eval end2end
|
2022-03-25 14:29:16 +08:00 |
zhoujun
|
6a885632e8
|
fix log print twice error (#5743)
|
2022-03-22 12:48:50 +08:00 |
WenmuZhou
|
f85b3ea8eb
|
fix bug in whl import fce
|
2022-03-18 10:08:58 +00:00 |
WenmuZhou
|
1a2c7b2877
|
add FECNet inference
|
2022-03-11 09:12:35 +00:00 |
littletomatodonkey
|
83c09d5306
|
fix import order (#5628)
|
2022-03-04 16:13:54 +08:00 |