Commit Graph

222 Commits (c1b943fb25ff47d0f868e1696a796e68de2e880c)

Author SHA1 Message Date
WenmuZhou ddaa2c2552 add SLANet 2022-08-08 06:50:27 +00:00
littletomatodonkey 9e4ae9dc12
add vqa code (#7096)
* add vqa code

* add order ocr info

* rename tb-yx order

* polish configs

* add trt offline-tuning

* fix seed and remove unused configs
2022-08-06 15:41:20 +08:00
andyjpaddle 7a706ada64 Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into dygraph 2022-07-28 09:14:21 +00:00
andyjpaddle 0d3c2924b1 fix head out 2022-07-28 08:37:11 +00:00
andyjpaddle a3a095150e add vl 2022-07-20 06:21:16 +00:00
andyjpaddle 0401e5203e add vl 2022-07-19 12:54:17 +00:00
andyjpaddle cf533b65c5 add vl 2022-07-19 12:38:54 +00:00
smilelite 484bf2f7dc modified SPINLabelEncode SPINLabelDecode 2022-07-14 22:26:10 +08:00
smilelite f614274672 modified label_ops 2022-07-12 22:15:00 +08:00
smilelite cb370419ec modified pr 2022-07-11 23:59:45 +08:00
smilelite c11ec3ce5b merge upstream 2022-07-10 10:21:18 +08:00
Double_V ba79009d2c
Merge pull request #6786 from wangjingyeye/dyg_poly
add polygons
2022-07-06 19:46:08 +08:00
zhoujun e97daf7d97
Merge pull request #6781 from WenmuZhou/xlm
fix shape unmatch error in PSE postprocess
2022-07-05 15:43:46 +08:00
wangjingyeye da6636dcee add polygons 2022-07-05 03:01:10 +00:00
WenmuZhou d1b31bf85c add ref 2022-07-04 10:22:25 +00:00
WenmuZhou 929ee4669f Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into tablemaster 2022-07-04 09:21:43 +00:00
wangjingyeye 72f93cf977 add polygons 2022-07-04 08:49:34 +00:00
wangjingyeye 8d9cfade49 add polygons 2022-07-04 08:40:32 +00:00
WenmuZhou b541cc12be fix shape unmatch error 2022-07-04 04:26:54 +00:00
WenmuZhou 807dd10636 pre-commit 2022-07-01 09:59:11 +00:00
WenmuZhou 8d46a1fbbe add dygraph2static support of layoutlm series SER model 2022-07-01 08:52:08 +00:00
topduke 671415bbd8
[New Rec]add rec ViTSTR & ABINet algorithm. (#6414)
* add rec vitstr algorithm.

* fix cpu_thread and precision

* fix svtr tipc

* modify vitstr name

* modify vitstr config batchsize

* [New Rec] add vitstr and ABINet

* add rec_resnet45

* svtr ch large model

* [application] svtr ch model

* [application] svtr ch model

* [application] svtr ch model

* add abinet_rec_aug and trained model

* aug p infe

* fix ci export bug

* fix abinet ci bug
2022-06-28 15:06:53 +08:00
WenmuZhou a0c33908d5 add TableMaster 2022-06-16 13:24:38 +00:00
smilelite bbca1e0d66 add pr 2022-06-12 13:53:29 +08:00
Topdu d2c11969c2 rm svtrlabeldecode resize 2022-04-28 13:03:47 +00: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
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
WenmuZhou bbff7c55c1 The whl package supports separate table recognition and layout analysis 2022-04-22 13:24:45 +08:00
LDOUBLEV 5efa071c07 delete debug 2022-04-07 08:31:37 +00:00
LDOUBLEV a8c8f485cb delete debug 2022-04-07 08:30:17 +00:00
littletomatodonkey 5fd2de2e2a
improve post process (#5758)
* improve post process

* rm unused code
2022-03-24 11:02:24 +08:00
WenmuZhou 1a2c7b2877 add FECNet inference 2022-03-11 09:12:35 +00:00
zhiminzhang0830 4b21494822 Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into new_branch 2022-03-01 10:57:48 +08:00
OneYearIsEnough 6e607a0fa1
[Feature] Add PREN Scene Text Recognition Model(Accepted in CVPR2021) (#5563)
* [Feature] add PREN scene text recognition model

* [Patch] Optimize yml File

* [Patch] Save Label/Pred Preprocess Time Cost

* [BugFix] Modify Shape Conversion to Fit for Inference Model Exportion

* [Patch] ?

* [Patch] ?

* 啥情况...
2022-02-28 21:48:00 +08:00
zhiminzhang0830 bf7e085ea2 modify fcenet 2022-02-13 11:48:18 +08:00
zhiminzhang0830 9f62b610de add fcenet 2022-01-27 17:36:19 +08:00
WenmuZhou d8571bdb2a move imgs to doc 2022-01-05 14:35:21 +00:00
WenmuZhou a323fce66d vqa code integrated into ppocr training system 2022-01-05 11:03:45 +00:00
MissPenguin 683c86edb3
Merge pull request #4960 from tink2123/fix_seed_padding
polist seed code
2021-12-20 11:16:47 +08:00
tink2123 a5280c0f40 polist seed code 2021-12-17 21:42:53 +08:00
Double_V 5e4d1891ea
Merge branch 'dygraph' into sdmgr 2021-12-16 18:50:53 +08:00
LDOUBLEV 721c76b42d fix conflict 2021-12-16 10:42:56 +00:00
WenmuZhou 389e315ae0 opt east post 2021-11-29 02:48:09 +00:00
WenmuZhou 35e471860d remove lanms-nova 2021-11-25 13:00:37 +00:00
WenmuZhou 3fba21c84d replace lanms with lanms-nova 2021-11-23 10:07:16 +00:00
MissPenguin 5aa14c5f11
Merge pull request #4551 from WenmuZhou/copyright
add refer for some code
2021-11-04 19:41:06 +08:00
MissPenguin 357dcc1498
Merge pull request #4545 from LDOUBLEV/test_v10
add refer to east and sast preprocess
2021-11-04 19:39:58 +08:00
MissPenguin 19a359a435
Merge pull request #4548 from MissPenguin/dygraph
add reference for locality_aware_nms
2021-11-04 19:38:58 +08:00
WenmuZhou b323ad44b7 add copyright 2021-11-04 19:11:28 +08:00
WenmuZhou fe92c51c42 add refer for some code 2021-11-04 18:23:23 +08:00
MissPenguin 019cc0547d add reference for locality_aware_nms 2021-11-04 09:54:32 +00:00
LDOUBLEV 51e8aed621 refer 2 referec 2021-11-04 17:40:04 +08:00
LDOUBLEV ec7a7f00de add refer to db 2021-11-04 17:34:56 +08:00
WenmuZhou 39ac3b5ab4 pse post-processing is only compiled when needed 2021-11-02 16:10:43 +08:00
WenmuZhou 85352c93c1 add windows support of pse 2021-10-25 11:09:00 +08:00
tink2123 6eaf11f1d6 fix lower 2021-10-15 03:53:17 +00:00
tink2123 380dc6c27d rm rec_char_type 2021-10-12 14:29:00 +08:00
LDOUBLEV 83303bc73e fix conflicts 2021-10-09 17:53:22 +08:00
LDOUBLEV de88d73dca add kie 2021-10-09 15:40:25 +08:00
MissPenguin 2e67b9ae8e
Merge pull request #4196 from WenmuZhou/fx_pse
add pse to windows_not_support_list
2021-09-29 10:43:47 +08:00
littletomatodonkey 27b6346c95
add center loss cod and cfg (#4165)
* add center loss cod and cfg

* fix name
2021-09-29 10:30:09 +08:00
WenmuZhou ca24d38622 remove logger import 2021-09-28 17:14:49 +08:00
tink2123 a14f8da961 polish seed code 2021-09-28 11:51:01 +08:00
WenmuZhou b6a9f5d2da add pse to windows_not_support_list 2021-09-27 19:43:36 +08:00
tink2123 3c906d41b9 merge dygraph 2021-09-27 15:06:06 +08:00
tink2123 8308f33274 fix conflicts 2021-09-27 14:58:10 +08:00
zhoujun 14fce808ff
Merge pull request #3376 from WenmuZhou/fx_pse
add pse
2021-09-15 17:08:43 +08:00
WenmuZhou ac98415b48 merge dygraph 2021-09-14 14:51:04 +08:00
Topdu f688909b8e fix nrtr export inference model 2021-09-13 13:10:10 +00:00
andyjpaddle 38fb2ba3c9 update rec postprocess 2021-09-07 11:31:23 +00:00
andyjpaddle ae09ef607f fix code style 2021-09-07 06:09:59 +00:00
andyjpaddle 073fad37ba update sar postprocess 2021-09-02 07:38:08 +00:00
andyjpaddle dc3bce7691 update sar postprocess 2021-09-02 07:28:30 +00:00
andyjpaddle 37cd4ed333 delete dict90, update sar postprocess, update sar.yml 2021-09-02 07:18:13 +00:00
andyjpaddle ea52f47a95 update docs and fix conflic 2021-08-31 12:13:36 +00:00
WenmuZhou 835e717832 merge dygraph 2021-08-31 19:13:15 +08:00
tink2123 c9e1077daa polish code 2021-08-30 06:32:54 +00:00
andyjpaddle 8a95b3352d add_rec_sar, test=dygraph 2021-08-24 03:49:26 +00:00
topduke 88f7c59e8f
Update __init__.py 2021-08-23 11:42:58 +08:00
topduke adc62fcde4
Merge branch 'dygraph' into dygraph 2021-08-17 22:08:54 +08:00
Topdu 4cb824537a add rec_nrtr 2021-08-17 13:37:32 +00:00
Topdu 1623c17cdc add rec_nrtr 2021-08-17 13:10:53 +00:00
Topdu b6f0a90366 add rec_nrtr 2021-08-17 12:41:01 +00:00
WenmuZhou cbc6de9a98 add auto python executable 2021-08-06 12:08:16 +08:00
WenmuZhou 81a42fee3d del use code 2021-08-03 20:18:49 +08:00
WenmuZhou 22d81cebac Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into fx_pse 2021-08-03 18:59:15 +08:00
WenmuZhou eb9e3558c1 fix win encode error 2021-07-30 13:31:46 +08:00
WenmuZhou d173bba374 auto compile post_process of pse 2021-07-30 09:57:23 +08:00
WenmuZhou a739abab57 merge dygraph 2021-07-27 18:14:19 +08:00
WenmuZhou 017ff26feb add psenet 2021-07-27 15:39:12 +08:00
WenmuZhou e132f67005 add psenet 2021-07-27 15:39:07 +08:00
WenmuZhou fa790288f1 add psenet 2021-07-27 15:33:05 +08:00
tink2123 59cc4efdc5 add for SEED 2021-07-22 19:58:14 +08:00
LDOUBLEV b8a65d4333 fix eval bug 2021-07-08 14:32:44 +00:00
LDOUBLEV 0742f5c521 fix metric etc.al 2021-07-07 07:54:02 +00:00
LDOUBLEV 6ce4419819 fix bug 2021-07-07 02:45:32 +00:00
LDOUBLEV 185d1e1f92 fix bug 2021-07-07 01:54:03 +00:00
WenmuZhou 6e03b3de14 del unused params 2021-06-10 17:29:23 +08:00
WenmuZhou 330f08ffc7 fix table infer bug 2021-06-10 16:48:11 +08:00