Commit Graph

112 Commits (2ff9055c1a9a9d499bd1d60f7f69338a540e6344)

Author SHA1 Message Date
whjdark 2ff9055c1a
[bug fix] KIE模式下关键字无法保存
https://github.com/PaddlePaddle/PaddleOCR/issues/7753
autoSaveFunc(self)修改后没有对shape进行保存
2022-09-29 16:09:43 +08:00
whjdark 47683b9e38 new table gt format 2022-09-07 13:53:30 +08:00
whjdark 839357facf new table gt format 2022-09-07 13:27:19 +08:00
dium6i 3273a198dd
Update PPOCRLabel.py
解决了导出 JSON 文件时,L2534 将 "cells" 写成 "cell" 的问题。因如下代码取的是cells,否则在训练载入数据时会报 keyerror 的错误。
282eebbd66/ppocr/data/pubtab_dataset.py (L102)
2022-09-01 08:45:22 +08:00
Leif 5635385c54 increase font sizes
increase font sizes
2022-08-25 16:59:16 +08:00
Leif 975975d30e Update PPOCRLabel
Update PPOCRLabel
2022-08-25 16:32:44 +08:00
Leif 8a8fcac512 modify some sizes
modify some sizes
2022-08-01 20:30:39 +08:00
whjdark 31bf92c2cf new fix_2 2022-07-29 16:55:06 +08:00
whjdark c60c7f137f new fix 2022-07-29 16:36:07 +08:00
whjdark 97fc98cdd3 new fix 2022-07-29 16:33:41 +08:00
edencfc 60a2dcdfb6
Update PPOCRLabel.py 2022-07-26 15:42:52 +08:00
edencfc cb9d7866d5
Fixed Chinese path not recognize bug
Fixed the bug where Chinese path pictures were not recognized
2022-07-25 11:35:05 +08:00
Evezerest 74b249096b
Update PPOCRLabel.py 2022-07-14 16:28:14 +08:00
whjdark 4cbacc3b2c new commit 2022-07-08 14:44:38 +08:00
HinGwenWoong 57c6813cce Fix re-reco will clear all key message 2022-05-17 14:10:52 +08:00
Leif e41dfc6e40 Update PPOCRLabel
Update PPOCRLabel
2022-05-13 14:59:37 +08:00
Leif 02621d3f58 Fix a bug of kie as null
Fix a bug of kie as null
2022-05-09 09:27:36 +08:00
Evezerest 2acde6c503
Merge pull request #6126 from whjdark/new
add table recognition
2022-05-08 08:34:52 +08:00
Leif 994e3d9d02 Merge remote-tracking branch 'Evezerest/table2' into table2 2022-05-06 11:49:12 +08:00
Leif b657a3a684 change label filename
change label filename
2022-05-06 11:49:06 +08:00
Evezerest 650bad88ed
Merge branch 'new' into table2 2022-05-06 11:17:06 +08:00
HinGwenWoong a2f61ed814 Fix kie crash 2022-05-06 11:03:10 +08:00
Leif f1d0c8a2ff Auto stash before merge of "table" and "origin/new" 2022-05-05 22:37:11 +08:00
Leif 1e6af3bb88 merge from new
merge from new
2022-05-05 22:36:59 +08:00
whj_dark 6413fb1f83 new 2022-05-05 15:36:04 +08:00
HinGwenWoong d300255836 Fix add same label in key dialog 2022-05-05 11:31:17 +08:00
Leif 15be3c54d8 Auto stash before merge of "table" and "origin/new" 2022-05-05 11:26:55 +08:00
Leif e15cf0d17c Merge remote-tracking branch 'origin/new' into table 2022-05-05 11:26:08 +08:00
HinGwenWoong 9e04c09f62 Fix kie mode will crash when it has no `kie_cls` in label info 2022-05-05 10:11:21 +08:00
HinGwenWoong cb9a8c4b96 Fix when has not `difficult` field will crash 2022-05-05 09:48:23 +08:00
whj_dark 8b228a1f9b new 2022-05-04 22:13:02 +08:00
whj_dark 320cb38106 new 2022-05-04 13:59:44 +08: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
Evezerest 05afe0ef9b
Update PPOCRLabel.py 2022-04-28 17:17:08 +08:00
Evezerest 191c9deeb0
Merge branch 'dygraph' into dygraph 2022-03-18 11:26:47 +08:00
Leif 3c6d551207 Support multipoint labeling
Support multipoint labeling
2022-03-18 11:24:01 +08:00
HinGwenWoong 74f44dd246 the height of key list set to a quarter of the windows height 2022-02-25 20:50:09 +08:00
HinGwenWoong 6bb6a83d41 Switch AutoRecognitionButton to the lowest place when using kie mode 2022-02-25 20:01:10 +08:00
HinGwenWoong f9815b7f89 Fixed BUG: short cut for key change is not available, using [ctrl + x] to process it. 2022-02-25 19:51:49 +08:00
HinGwenWoong 00030826ea Fixed BUG: in kie mode, when change key and enter a new key will crash the software 2022-02-24 22:26:58 +08:00
HinGwenWoong 48b15203d1 Fixed BUG: the image-slider won't change value when process fit window 2022-02-24 22:16:34 +08:00
HinGwenWoong ab17e9634b Saving key [key_cls] only --kie=True 2022-02-24 22:09:44 +08:00
HinGwenWoong 51836a1df2 Fixed BUG not using --kie will crash, Improve README 2022-02-20 22:48:12 +08:00
HinGwenWoong a40b1bd5a7 Set default argument 2022-02-20 18:30:15 +08:00
HinGwenWoong ec770f64ae After auto labeling, add None to key list at the same time 2022-02-20 18:19:13 +08:00
HinGwenWoong 3cf0237f04 Select box wil select key in key list at the same time 2022-02-20 17:46:10 +08:00
HinGwenWoong e8edb43718 Add Right click change key class 2022-02-20 17:20:29 +08:00
HinGwenWoong ad904fcaa1 Delete useless code 2022-02-20 16:46:15 +08:00
HinGwenWoong 3cc1b548d3 Box color chagne when loaded 2022-02-20 16:41:10 +08:00
HinGwenWoong e7570d5bab Load label successful 2022-02-20 16:34:14 +08:00