fzhi
bf6b100f85
update uygur dict ( #11125 )
2023-10-26 15:32:55 +08:00
shiyutang
987b3112cd
valid_out ( #11126 )
2023-10-25 15:35:10 +08:00
xiaoting
bf59c42a0f
fix satrn export for paddle2.5 ( #11096 )
2023-10-19 15:00:11 +08:00
shiyutang
e3fc6393e0
[Cherry-pick] Cherry-pick from release/2.6 ( #11092 )
...
* Update recognition_en.md (#10059 )
ic15_dict.txt only have 36 digits
* Update ocr_rec.h (#9469 )
It is enough to include preprocess_op.h, we do not need to include ocr_cls.h.
* 补充num_classes注释说明 (#10073 )
ser_vi_layoutxlm_xfund_zh.yml中的Architecture.Backbone.num_classes所赋值会设置给Loss.num_classes,
由于采用BIO标注,假设字典中包含n个字段(包含other)时,则类别数为2n-1;假设字典中包含n个字段(不含other)时,则类别数为2n+1。
* Update algorithm_overview_en.md (#9747 )
Fix links to super-resolution algorithm docs
* 改进文档`deploy/hubserving/readme.md`和`doc/doc_ch/models_list.md` (#9110 )
* Update readme.md
* Update readme.md
* Update readme.md
* Update models_list.md
* trim trailling spaces @ `deploy/hubserving/readme_en.md`
* `s/shell/bash/` @ `deploy/hubserving/readme_en.md`
* Update `deploy/hubserving/readme_en.md` to sync with `deploy/hubserving/readme.md`
* Update deploy/hubserving/readme_en.md to sync with `deploy/hubserving/readme.md`
* Update deploy/hubserving/readme_en.md to sync with `deploy/hubserving/readme.md`
* Update `doc/doc_en/models_list_en.md` to sync with `doc/doc_ch/models_list_en.md`
* using Grammarly to weak `deploy/hubserving/readme_en.md`
* using Grammarly to tweak `doc/doc_en/models_list_en.md`
* `ocr_system` module will return with values of field `confidence`
* Update README_CN.md
* 修复测试服务中图片转Base64的引用地址错误。 (#8334 )
* Update application.md
* [Doc] Fix 404 link. (#10318 )
* Update PP-OCRv3_det_train.md
* Update knowledge_distillation.md
* Update config.md
* Fix fitz camelCase deprecation and .PDF not being recognized as pdf file (#10181 )
* Fix fitz camelCase deprecation and .PDF not being recognized as pdf file
* refactor get_image_file_list function
* Update customize.md (#10325 )
* Update FAQ.md (#10345 )
* Update FAQ.md (#10349 )
* Don't break overall processing on a bad image (#10216 )
* Add preprocessing common to OCR tasks (#10217 )
Add preprocessing to options
* [MLU] add mlu device for infer (#10249 )
* Create newfeature.md
* Update newfeature.md
* remove unused imported module, so can avoid PyInstaller packaged binary's start-time not found module error. (#10502 )
* CV套件建设专项活动 - 文字识别返回单字识别坐标 (#10515 )
* modification of return word box
* update_implements
* Update rec_postprocess.py
* Update utility.py
* Update README_ch.md
* revert README_ch.md update
* Fixed Layout recovery README file (#10493 )
Co-authored-by: Shubham Chambhare <shubhamchambhare@zoop.one>
* update_doc
* bugfix
---------
Co-authored-by: ChuongLoc <89434232+ChuongLoc@users.noreply.github.com>
Co-authored-by: Wang Xin <xinwang614@gmail.com>
Co-authored-by: tanjh <dtdhinjapan@gmail.com>
Co-authored-by: Louis Maddox <lmmx@users.noreply.github.com>
Co-authored-by: n0099 <n@n0099.net>
Co-authored-by: zhenliang li <37922155+shouyong@users.noreply.github.com>
Co-authored-by: itasli <ilyas.tasli@outlook.fr>
Co-authored-by: UserUnknownFactor <63057995+UserUnknownFactor@users.noreply.github.com>
Co-authored-by: PeiyuLau <135964669+PeiyuLau@users.noreply.github.com>
Co-authored-by: kerneltravel <kjpioo2006@gmail.com>
Co-authored-by: ToddBear <43341135+ToddBear@users.noreply.github.com>
Co-authored-by: Ligoml <39876205+Ligoml@users.noreply.github.com>
Co-authored-by: Shubham Chambhare <59397280+Shubham654@users.noreply.github.com>
Co-authored-by: Shubham Chambhare <shubhamchambhare@zoop.one>
Co-authored-by: andyj <87074272+andyjpaddle@users.noreply.github.com>
2023-10-18 17:37:23 +08:00
xiaoting
6abf08a06e
fix import collection for py310 ( #11012 )
2023-09-27 15:40:16 +08:00
zhangyubo0722
e49e491417
add svtr large model ( #10937 )
...
* add svtr large model
* [WIP]add svtr large model
2023-09-26 14:38:29 +08:00
Nyakku Shigure
2751cb3a11
fix `cls_x` and `bbox_x` is possibly unbound ( #10991 )
2023-09-25 17:15:09 +08:00
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
xiaoting
5d68082518
rm fluid for paddle dev ( #10931 )
2023-09-19 10:16:35 +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
xlg-go
e3cd343341
rec_r45_abinet.yml add max_length and image_size ( #10744 )
...
* rec_r45_abinet.yml add max_length and image_shape
* image_shape to image_size
2023-08-31 14:23:47 +08:00
itasli
66461c3325
Cherrypicking GH-10251 & GH-10181 to PaddleOCR:dygraph ( #10710 )
...
* fix undefined save_model_dir when using wandb (#10251 )
* fix undefined save_model_dir when using wand
* Update program.py
* Fix fitz camelCase deprecation and .PDF not being recognized as pdf file (#10181 )
* Fix fitz camelCase deprecation and .PDF not being recognized as pdf file
* refactor get_image_file_list function
2023-08-30 10:21:29 +08:00
wanghuancoder
1046c239cc
fix numpy speed ( #10773 )
2023-08-29 15:33:55 +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
Sijun He
21da7f4c00
Update VQA to use the updated LayoutLM syntax from PaddleNLP ( #9791 )
...
* Update vqa_layoutlm.py
Update vqa to use the updated LayoutLM syntax from PaddleNLP
* Update vqa_layoutlm.py
2023-08-18 11:51:54 +08:00
Dec20B
8f010ecf1e
修改数据增强导致的DSR报错 ( #10662 )
...
* 修改数据增强导致的DSR报错
* 错误修改回滚
2023-08-17 15:32:56 +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
wuyefeilin
233658adb1
add dataset alias for PaddleX ( #10528 )
2023-08-02 10:59:32 +08:00
wanghuancoder
51aa02f97d
paddle support stride, fix dy2st check ( #10498 )
2023-08-01 19:05:10 +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
Lin Manhui
82c6434d53
Fix attribute error on win ( #10209 )
2023-06-20 10:47:07 +08:00
Lin Manhui
2d44a71b20
Toward Devkit Consistency ( #10150 )
...
* Accommodate UAPI
* Fix signal handler
* Save model.pdopt
* Change variable name
* Update vdl dir
2023-06-14 14:31:45 +08:00
gmm
cdf6d1fb42
fix profile ( #10121 )
2023-06-08 18:54:29 +08:00
zxcd
46a6950e7a
add dtype param for arange API. ( #10075 )
2023-06-02 14:21:17 +08:00
huangjun12
0e9c6630ee
fix det v4 bug in dynamic ratio ( #9874 )
...
* fix set bug
* refine 960 to 640
* fix details
* add epoch num
* add rep export
* use db head
2023-05-24 14:59:36 +08:00
xiaoting
096fd27121
fix sr_telescope ( #10004 )
2023-05-23 16:54:52 +08:00
topduke
2c0664b241
fix bug when multi gpus training(sampler) ( #9963 )
...
* 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)
2023-05-17 19:30:33 +08:00
Double_V
abc4be007e
add nrtr dml distill loss ( #9968 )
...
* 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
* opt slim doc
* fix doc bug
* add v4_rec_distill config
* delete debug
* fix comment
* fix comment
* add dml nrtr distill loss
2023-05-17 16:45:04 +08:00
Double_V
1643f268d3
add V4 rec distill ( #9921 )
...
* 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
* opt slim doc
* fix doc bug
* add v4_rec_distill config
* delete debug
* fix comment
* fix comment
2023-05-15 20:32:48 +08:00
topduke
425166434c
Fix grid_sample data type bug when use fp16 ( #9930 )
...
* fix gris_sample data type bug when use fp16
* fix gris_sample data type bug when use fp16
* fix v4rec batchsize
2023-05-15 17:03:53 +08:00
Double_V
24ff4def48
Pfhead ( #9898 )
...
* 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
* opt slim doc
* fix doc bug
* rename
* rename
2023-05-15 10:57:30 +08:00
xiaoting
7e0c8aea84
revert eval mode ( #9843 )
...
* revert eval mode
* update hgnet config
2023-05-04 12:59:55 +08:00
xiaoting
b3066812fc
Multi scale ( #9837 )
...
* update for multi scale
* update for multi scale
* update for multi scale
* rm notes
2023-04-28 11:04:01 +08:00
xiaoting
26519a6d17
update PPLCNetV3 name ( #9802 )
2023-04-23 16:13:01 +08:00
huangjun12
ca8c8200ba
add PP-OCRv4 det code ( #9766 )
...
* add ppocrv4 det student and teacher model
* update head and config, refine details
* refine config and head details
* refine config and head details
* refine details
* refine details
* remove application
* refine fpn
* fix bug
* update code
* fix bug
* align lcnet to rec
* align hgnet to rec
* refine make shrink
* remove theseus layer
2023-04-21 18:10:26 +08:00
user3984
7710ee04c6
fix data type error when training with fp16 and DynamicToStatic ( #9696 )
...
Co-authored-by: WenmuZhou <572459439@qq.com>
2023-04-21 13:53:09 +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
topduke
43abe2fa4b
V4Rec code pr ( #9725 )
...
* 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
2023-04-19 16:04:23 +08:00
zhoujun
20cb993cb6
add d2t train support of svtr ( #9479 )
...
* add d2s train for slanet and v3
* fix bug
* udpate tipc to_static
* update db
* remove_print
* update benchmark_train.sh
* update maybe_download_params
* add d2t train support of svtr
2023-03-20 17:26:19 +08:00
xiaoting
1e8b7eb510
rever 'limit maximum resizing ratio' ( #9448 )
2023-03-15 18:49:45 +08:00
zhoujun
36ec3a406c
update tipc to_static ( #9369 )
...
* add d2s train for slanet and v3
* fix bug
* udpate tipc to_static
* update db
* remove_print
* update benchmark_train.sh
* update maybe_download_params
2023-03-10 19:07:37 +08:00
zhoujun
2e05d54af8
add d2s train for slanet and v3 ( #9341 )
...
* add d2s train for slanet and v3
* fix bug
2023-03-09 11:21:34 +08:00
zhoujun
623424fce0
support auto download model from bos ( #9349 )
2023-03-08 19:21:28 +08:00
zhoujun
1139a6c9ec
add table master to benchmark ( #9107 )
...
* Add custom detection and recognition model usage instructions in re
* update
* Add custom detection and recognition model usage instructions in re
* add db net for benchmark
* rename benckmark to PaddleOCR_benchmark
* add addict to req
* rename
* add table master benckmark
* support tablemaster d2s train
2023-02-22 15:25:05 +08:00
topduke
bfa05707dd
fix nrtr posrprocess lower in chinese ( #9103 )
2023-02-20 09:39:15 +08:00
Double_V
4fd68e9bd5
fix east post process of dygraph ( #9099 )
...
* 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
* opt slim doc
* fix doc bug
* fix east postprocess
2023-02-16 12:33:29 +08:00
topduke
72d91eab11
update Blur to fix training time consumption ( #9068 )
...
* fix piecewise boundaries and droppath dtype
* fix tipc piecewise boundaries and droppath dtype
* update Blur to fix training time consumption
2023-02-14 16:04:19 +08:00
xiaoting
dd02918bb4
rename PP-OCRv3 algorithm to SVTR_LCNet ( #9025 )
...
* rename PP-OCRv3 algorithm to SVTR_LCNet
* rename PP-OCRv3 algorithm to SVTR_LCNet
* update multi-lang config for v3
2023-02-13 11:17:58 +08:00