topduke
8a52c99ad8
[New] add rec CPPD model ( #10990 )
...
* fix gris_sample data type bug when use fp16
* fix gris_sample data type bug when use fp16
* fix v4rec batchsize
* fix bug of hang when multi gpus training(sampler)
* add rec algorithm cppd
* delete cppd useless code
* update cppd bug
* add rec algorithm cppd
* update cppd trainedmodel url
* add cppd en doc
2023-09-25 15:43:45 +08:00
ToddBear
75d16610f4
Add new recognition method "ParseQ" ( #10836 )
...
* Update PP-OCRv4_introduction.md
* Update PP-OCRv4_introduction.md (#10616 )
* Update PP-OCRv4_introduction.md
* Update PP-OCRv4_introduction.md
* Update PP-OCRv4_introduction.md
* Update README.md
* Cherrypicking GH-10217 and GH-10216 to PaddlePaddle:Release/2.7 (#10655 )
* Don't break overall processing on a bad image
* Add preprocessing common to OCR tasks
Add preprocessing to options
* Update requirements.txt (#10656 )
added missing pyyaml library
* [TIPC]update xpu tipc script (#10658 )
* fix-typo (#10642 )
Co-authored-by: Dennis <dvorst@users.noreply.github.com>
Co-authored-by: shiyutang <34859558+shiyutang@users.noreply.github.com>
* 修改数据增强导致的DSR报错 (#10662 ) (#10681 )
* 修改数据增强导致的DSR报错
* 错误修改回滚
* Update algorithm_overview_en.md (#10670 )
Fixed simple spelling errors.
* Implement recoginition method ParseQ
* Document update for new recognition method ParseQ
* add prediction for parseq
* Update rec_vit_parseq.yml
* Update rec_r31_sar.yml
* Update rec_r31_sar.yml
* Update rec_r50_fpn_srn.yml
* Update rec_vit_parseq.py
* Update rec_vit_parseq.yml
* Update rec_parseq_head.py
* Update rec_img_aug.py
* Update rec_vit_parseq.yml
* Update __init__.py
* Update predict_rec.py
* Update paddleocr.py
* Update requirements.txt
* Update utility.py
* Update utility.py
---------
Co-authored-by: xiaoting <31891223+tink2123@users.noreply.github.com>
Co-authored-by: topduke <784990967@qq.com>
Co-authored-by: dyning <dyning.2003@163.com>
Co-authored-by: UserUnknownFactor <63057995+UserUnknownFactor@users.noreply.github.com>
Co-authored-by: itasli <ilyas.tasli@outlook.fr>
Co-authored-by: Kai Song <50285351+USTCKAY@users.noreply.github.com>
Co-authored-by: dvorst <87502756+dvorst@users.noreply.github.com>
Co-authored-by: Dennis <dvorst@users.noreply.github.com>
Co-authored-by: shiyutang <34859558+shiyutang@users.noreply.github.com>
Co-authored-by: Dec20B <1192152456@qq.com>
Co-authored-by: ncoffman <51147417+ncoffman@users.noreply.github.com>
2023-09-07 16:36:47 +08:00
UserUnknownFactor
b3912fcf7a
Cherrypicking GH-10217 and GH-10216 to PaddlePaddle:dygraph ( #10654 )
...
* Don't break overall processing on a bad image
* Add preprocessing common to OCR tasks
Add preprocessing to options
2023-08-21 16:33:03 +08:00
zhoujun
dbf35bb714
onnxruntime support gpu ( #10668 )
...
* Update ch_PP-OCRv3_rec.yml
* Update ch_PP-OCRv3_rec_distillation.yml
* Update en_PP-OCRv3_rec.yml
* Update arabic_PP-OCRv3_rec.yml
* Update chinese_cht_PP-OCRv3_rec.yml
* Update cyrillic_PP-OCRv3_rec.yml
* Update devanagari_PP-OCRv3_rec.yml
* Update japan_PP-OCRv3_rec.yml
* Update ka_PP-OCRv3_rec.yml
* Update korean_PP-OCRv3_rec.yml
* Update latin_PP-OCRv3_rec.yml
* Update ta_PP-OCRv3_rec.yml
* Update te_PP-OCRv3_rec.yml
* Update utility.py
2023-08-17 18:26:20 +08:00
shiyutang
4a91a21245
compat_pillow ( #10596 )
2023-08-10 16:41:35 +08:00
ToddBear
b3f9f681d9
CV套件建设专项活动 - 文字识别返回单字识别坐标 ( #10515 ) ( #10537 )
...
* modification of return word box
* update_implements
* Update rec_postprocess.py
* Update utility.py
2023-08-10 15:12:01 +08:00
livingbody
49d1a59572
upgrade pillow to 10.0.0 ( #10405 )
2023-07-17 14:42:30 +08:00
xiaoting
b0e3c3f2c7
clear fluid ( #10333 )
2023-07-10 14:12:40 +08:00
topduke
2a98d40b10
Add v4rec hgnet ( #9768 )
...
* v4rec code
* v4rec add nrtrloss
* Add V4rec backbone file
* Add V4Rec config file.
* Fix V4rec reparameters when export_model
* convert lvnetv3
* fix codestyle
* fix infer_rec v4rec
* add v4rec hgnet
* add v4rec hgnet config
* add svtr_hgnet
* fix bugs in infer_rec and hgnet
2023-04-21 12:34:48 +08:00
duanyanhui
ce65745755
update npu inference api ( #9765 )
2023-04-20 10:26:26 +08:00
zhiminzhang0830
30201ef954
add satrn ( #8433 )
...
* add satrn
* 修复satrn导出问题
* 规范satrn config文件
* 删除SATRNRecResizeImg
---------
Co-authored-by: zhiminzhang0830 <zhangzhimin04@baidu.com>
2023-02-08 11:25:50 +08:00
Double_V
3629d5a365
support set gpu_id when inference ( #8926 )
...
* support min_area_rect crop
* add check_install
* fix requirement.txt
* fix check_install
* add lanms-neo for drrg
* fix
* fix doc
* fix
* support set gpu_id when inference
* fix #8855
* fix #8855
2023-01-30 18:46:41 +08:00
xiaoting
ff947d8960
fix onnx for dynamic shape ( #8812 )
2023-01-10 10:48:42 +08:00
Double_V
5cac747656
[bug] fix issues about sort_function and DB Head ( #8580 )
...
* support min_area_rect crop
* add check_install
* fix requirement.txt
* fix check_install
* add lanms-neo for drrg
* fix
* fix doc
* fix
2022-12-13 16:26:42 +08:00
Double_V
d314008fa7
support min_area_rect crop ( #8127 )
2022-11-01 11:30:34 +08:00
dorren
f875556541
update can transform method and add copyright info for new file
2022-10-17 17:18:14 +08:00
dorren
f3f473d3f9
update CAN model
2022-10-15 20:27:05 +08:00
Double_V
9df7730eeb
Merge pull request #7840 from LDOUBLEV/dygraph
...
add polygon params
2022-10-12 10:14:16 +08:00
LDOUBLEV
3558d57681
fix ci
2022-10-09 14:15:47 +08:00
LDOUBLEV
119196f11d
add det_box_type params
2022-10-09 11:28:32 +08:00
LDOUBLEV
9919cb71d1
delete debug
2022-10-09 10:10:05 +08:00
zhiminzhang0830
c25eec882a
Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into rfl_branch
2022-10-09 10:07:46 +08:00
LDOUBLEV
81e4c3d821
add polygon params
2022-10-09 09:58:52 +08:00
littletomatodonkey
eeef62b3c6
fix PREN export and infer ( #7833 )
2022-10-08 16:37:12 +08:00
zhiminzhang0830
3f8602c169
Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into rfl_branch
2022-09-29 16:40:10 +08:00
andyjpaddle
6dd8da089f
format code
2022-09-29 07:51:13 +00:00
andyjpaddle
e61f40ef41
support infer pdf file
2022-09-29 07:31:45 +00:00
zhiminzhang0830
0002349df3
add text recognition algorithm rflearning
2022-09-27 10:54:31 +08:00
WenmuZhou
06194524ca
add re predict
2022-09-20 22:13:27 +08:00
Double_V
8fb6fea192
Update utility.py
2022-09-19 17:35:04 +08:00
LDOUBLEV
bb54e9b8eb
fix
2022-09-19 14:03:15 +08:00
LDOUBLEV
a8c6173347
add txt
2022-09-19 13:33:47 +08:00
LDOUBLEV
9881156261
delete shape_info_name
2022-09-19 13:26:18 +08:00
LDOUBLEV
1b07e42912
fix trt
2022-09-16 20:11:18 +08:00
huangjun12
b5268dc3a0
add centripetal text model
2022-09-15 11:08:16 +00:00
qili93
149e118474
[TIPC] add scripts for NPU and XPU, test=develop
2022-09-13 14:11:21 +08:00
zhangxinnan
51d771ce19
import random放到脚本 开始
2022-09-04 12:40:45 +08:00
zhangxinnan
2925aeb4e4
去掉旧版本的draw_ocr_box_txt
2022-09-04 12:38:18 +08:00
zhangxinnan
960a0ca607
增加draw_ocr_box_txt2:解决文本框倾斜时文字画在外边的情况
2022-09-04 10:01:16 +08:00
andyjpaddle
96a8e0f88e
Merge branch 'dygraph' of https://github.com/PaddlePaddle/PaddleOCR into dygraph
2022-08-23 11:53:53 +00:00
andyjpaddle
29268eaaf0
add args en doc
2022-08-23 11:52:42 +00:00
xiaoting
5a524807f9
fix infer_rec for other input ( #7286 )
2022-08-23 18:05:03 +08:00
littletomatodonkey
aedeb28a56
fix re bug ( #7288 )
2022-08-22 16:31:54 +08:00
Evezerest
7e4e87dd6d
cherry pick PRs from community ( #7273 )
...
* Merge pull request #6824 from ChenNima/release/2.5-kie-save-res
[kie]add write_kie_result to kie infer tool
* Merge pull request #6677 from TonyJiangWJ/release/2.5
修复内存泄露问题
* Update native.cpp (#6650 )
fix issue 6640
* Merge pull request #6625 from ynjang/ynjang
update sorted_boxes
* fix DeprecationWarning, (#6604 )
DeprecationWarning: The binary mode of fromstring is deprecated, as it behaves surprisingly on unicode inputs. Use frombuffer instead
* Merge pull request #6585 from maxbachmann/release/2.5
replace GPL licensed components
* Merge pull request #6575 from Eling486/release/2.5
update win doc
* Merge pull request #6477 from MikoyChinese/fix-copy-paste
Fix copy_paste no texts augment.
* Merge pull request #6361 from mohamadmansourX/patch-9
Update README_en.md
Co-authored-by: Double_V <liuvv0203@163.com>
Co-authored-by: shawn <1021362695@qq.com>
Co-authored-by: paopjian <672034519@qq.com>
2022-08-21 18:03:57 +08:00
littletomatodonkey
8c7c45420f
polish kie doc and code ( #7255 )
...
* add fapiao kie
* fix readme
* fix fanli
* add readme
* add how to do kie en
* add algo kie
* add algo overview en
* rename vqa to kie
* fix read gif
2022-08-21 10:55:49 +08:00
zhoujun
aec5dbf8f7
update model size ( #7269 )
...
* update model size
* update layout dict in whl
2022-08-20 16:10:45 +08:00
zhoujun
a485740fa7
Merge pull request #6842 from smilelite/robustscanner_branch
...
添加robustscanner(第三次)
2022-08-18 12:11:21 +08:00
littletomatodonkey
f68571b2f6
rm dyg shape for trt ( #7221 )
2022-08-17 23:24:47 +08:00
smilelite
40c45e2ccc
Merge branch 'dygraph' into robustscanner_branch
2022-08-17 21:49:11 +08:00
zhoujun
9611770e1e
Merge pull request #7137 from WenmuZhou/table_pr
...
add SLANet
2022-08-17 15:07:50 +08:00