Commit Graph

216 Commits (ca8de0c69e7f4640e11052279d3e197f1eaaa5c0)

Author SHA1 Message Date
Double_V 58a5c0b35d
[check_install] (#8177)
* support min_area_rect crop

* add check_install

* fix requirement.txt

* fix check_install

* add lanms-neo for drrg

* fix

* fix doc
2022-11-15 14:25:39 +08:00
zhoujun 1af190edc5
Adapt to 0-dimensional tensor (#8165) 2022-10-31 19:10:02 +08:00
zhoujun 3907c72a08
Merge pull request #7940 from dorren002/new_branch
add handwritten mathematical expression recognition algorithm CAN
2022-10-19 19:28:59 +08:00
andyj 38290a2853
update visionlan (#7989) 2022-10-19 17:12:12 +08:00
andyj caf77ddb2f
Merge pull request #7957 from andyjpaddle/fix_vl_dict
fix visionlan default dict
2022-10-17 17:21:31 +08:00
dorren f875556541 update can transform method and add copyright info for new file 2022-10-17 17:18:14 +08:00
andyjpaddle 9606bec16a fix visionlan default dict 2022-10-17 07:41:36 +00:00
dorren f3f473d3f9 update CAN model 2022-10-15 20:27:05 +08:00
zhoujun ce72023ce1
Merge pull request #7832 from zhiminzhang0830/drrg_branch
add text detection algorithm DRRG
2022-10-13 13:19:13 +08:00
Double_V 9df7730eeb
Merge pull request #7840 from LDOUBLEV/dygraph
add polygon params
2022-10-12 10:14:16 +08:00
zhiminzhang0830 3ee146fa99 Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into drrg_branch 2022-10-10 15:56:08 +08:00
zhiminzhang0830 483e503826 通过变量类型判断是否是visual 2022-10-10 12:12:47 +08:00
LDOUBLEV 3628ac1c6c fix bug 2022-10-10 10:12:28 +08:00
LDOUBLEV 119196f11d add det_box_type params 2022-10-09 11:28:32 +08:00
zhiminzhang0830 c25eec882a Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into rfl_branch 2022-10-09 10:07:46 +08:00
littletomatodonkey eeef62b3c6
fix PREN export and infer (#7833) 2022-10-08 16:37:12 +08:00
zhiminzhang0830 1f9400dd73 add drrg 2022-10-08 11:56:45 +08:00
zhiminzhang0830 c459b72565 添加RFL CNT分支infer支持 2022-10-08 11:20:36 +08:00
zhiminzhang0830 0002349df3 add text recognition algorithm rflearning 2022-09-27 10:54:31 +08:00
WenmuZhou a4bc9da8b6 fix bug 2022-09-21 17:50:50 +08:00
WenmuZhou 06194524ca add re predict 2022-09-20 22:13:27 +08:00
huangjun12 b5268dc3a0 add centripetal text model 2022-09-15 11:08:16 +00:00
Double_V d022b26903
Merge pull request #7420 from wangjingyeye/dyg_db
update pgnet
2022-09-05 18:45:44 +08:00
wangjingyeye 0fd122b674 update pgnet 2022-09-05 09:06:17 +00:00
wangjingyeye 4c0b08733d update pgnet 2022-09-05 07:03:16 +00:00
wangjingyeye 929b4f4557 update pgnet 2022-08-30 05:58:39 +00:00
贾晓 ba04894d31
Merge pull request #7344 from Topdu/dygraph
fix arabic postprocess bug
2022-08-25 14:14:58 +08:00
topduke 4f7b28e89f
Update rec_postprocess.py 2022-08-25 12:52:45 +08:00
Topdu 6cded42b10 fix arabic postprocess bug 2022-08-25 04:33:42 +00:00
MissPenguin e6c6250493
Merge pull request #7208 from Topdu/dygraph
update arabic rec model & add pred reverse function
2022-08-24 16:28:29 +08:00
Topdu 1a5e1be1fa arabic reverse function 2022-08-22 09:57:57 +00:00
Topdu 2741a84de7 arabic reverse function 2022-08-22 09:53:04 +00:00
WenmuZhou 22c13af65b Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into table_pr 2022-08-16 03:35:46 +00:00
Topdu 09ff249363 update arabic rec model & add pred reverse function 2022-08-15 10:42:02 +00:00
andyjpaddle c9504a9425 fix vl predict format 2022-08-15 09:38:56 +00:00
andyjpaddle e5e787018e fix vl 2022-08-15 09:05:32 +00:00
WenmuZhou 70145c3cdb Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into table_pr 2022-08-10 11:01:21 +00:00
an1018 c94025f266 update layout 2022-08-10 12:54:25 +08:00
WenmuZhou d5ea6f21f8 Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into table_pr 2022-08-09 11:36:49 +00:00
WenmuZhou 92f8552121 add "<td></td>" to dict when "<td></td>" not in file 2022-08-09 10:50:30 +00:00
andyjpaddle 3f65b360ef
Add rec algo VisionLAN (#6943)
* add vl

* add vl

* add vl

* add ref

* fix head out

* add visionlan doc

* fix vl infer

* update dict
2022-08-09 11:29:43 +08:00
andyjpaddle 9e1a77ead1 update dict 2022-08-09 01:47:57 +00:00
andyjpaddle 3380010d9a update dict 2022-08-09 01:44:16 +00:00
WenmuZhou 6fe01d43dc Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into table_pr 2022-08-08 06:58:15 +00:00
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