1. 20 3月, 2023 1 次提交
    • Z
      add d2t train support of svtr (#9479) · 20cb993c
      zhoujun 提交于
      * 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
      20cb993c
  2. 17 3月, 2023 1 次提交
    • Y
      [FastDeploy] Improve Readme and API. (#9441) · 6001b1a0
      yunyaoXYY 提交于
      * Fix padding value in rec model, and box sort in det model
      
      * Add FastDeploy support to deploy PaddleOCR models.
      
      * Improve readme
      
      * improve readme
      
      * improve readme
      
      * improve code
      
      * improve readme
      6001b1a0
  3. 15 3月, 2023 1 次提交
  4. 14 3月, 2023 1 次提交
    • D
      CP 9176 (#9287) · 77b05c2a
      Double_V 提交于
      * 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
      
      * keep same version of clang-format with paddle
      
      * cp #9176
      77b05c2a
  5. 13 3月, 2023 1 次提交
  6. 10 3月, 2023 1 次提交
    • Z
      update tipc to_static (#9369) · 36ec3a40
      zhoujun 提交于
      * 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
      36ec3a40
  7. 09 3月, 2023 1 次提交
  8. 08 3月, 2023 1 次提交
  9. 03 3月, 2023 2 次提交
  10. 24 2月, 2023 3 次提交
  11. 23 2月, 2023 1 次提交
    • A
      [doc] format code (#9201) · 035cd69a
      andyj 提交于
      * add finetune en doc & test=document_fix
      
      * fix dead link & test=document_fix
      
      * fix dead link & test=document_fix
      
      * update check img
      
      * fix det res dtype
      
      * update args default type & test=document_fix
      
      * fix numpy version
      
      * support numpy1.24.0
      
      * fix doc & test=document_fix
      035cd69a
  12. 22 2月, 2023 3 次提交
    • Z
      add table master to benchmark (#9107) · 1139a6c9
      zhoujun 提交于
      * 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
      1139a6c9
    • B
      change num worker to 16 for better (#9179) · ed1a07a5
      Bo Zhang 提交于
      * change num worker to 16
      
      * adjust num_worker ser_layoutlm_xfund_zh.yml for better performance
      ed1a07a5
    • B
      change num worker to 16 (#9173) · 5264692d
      Bo Zhang 提交于
      5264692d
  13. 20 2月, 2023 1 次提交
  14. 16 2月, 2023 2 次提交
  15. 15 2月, 2023 1 次提交
  16. 14 2月, 2023 1 次提交
  17. 13 2月, 2023 1 次提交
  18. 10 2月, 2023 1 次提交
  19. 08 2月, 2023 2 次提交
    • Z
      add db for benchmark (#8959) · 68099c2d
      zhoujun 提交于
      * 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
      68099c2d
    • Z
      add satrn (#8433) · 30201ef9
      zhiminzhang0830 提交于
      * add satrn
      
      * 修复satrn导出问题
      
      * 规范satrn config文件
      
      * 删除SATRNRecResizeImg
      
      ---------
      Co-authored-by: Nzhiminzhang0830 <zhangzhimin04@baidu.com>
      30201ef9
  20. 07 2月, 2023 3 次提交
  21. 03 2月, 2023 1 次提交
  22. 01 2月, 2023 2 次提交
    • E
      Update QR code (#8942) · b86e5c35
      Evezerest 提交于
      b86e5c35
    • D
      [doc] fix doc (#8935) · 6cbd7d1e
      Double_V 提交于
      * 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
      6cbd7d1e
  23. 31 1月, 2023 1 次提交
  24. 30 1月, 2023 2 次提交
    • D
      support set gpu_id when inference (#8926) · 3629d5a3
      Double_V 提交于
      * 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
      3629d5a3
    • A
      support new version of numpy (#8921) · 9059f747
      andyj 提交于
      * add finetune en doc & test=document_fix
      
      * fix dead link & test=document_fix
      
      * fix dead link & test=document_fix
      
      * update check img
      
      * fix det res dtype
      
      * update args default type & test=document_fix
      
      * fix numpy version
      
      * support numpy1.24.0
      9059f747
  25. 19 1月, 2023 1 次提交
  26. 16 1月, 2023 1 次提交
  27. 11 1月, 2023 2 次提交
    • D
      Cherry-pick 3 commits from release/2.6 to dygraph (#8821) · 2ee0a98c
      Dhruv Awasthi 提交于
      * Fix typo and grammatical error (#8785)
      
      * Fix broken link to install paddlepaddle (#8729)
      
      The link provided for installing paddlepaddle doesn't work. Hence, this change updates the broken link to install paddlepaddle for CPU and GPU.
      
      * Fix: broken link for whl package documentation. (#8719)
      
      This proposed change fixes the broken link under the section `2.4 Parameter Description` in the last line that says:
      Most of the parameters are consistent with the PaddleOCR whl package, see `whl package documentation`.
      2ee0a98c
    • A
      [doc] update inference args default type (#8822) · c0219968
      andyj 提交于
      * add finetune en doc & test=document_fix
      
      * fix dead link & test=document_fix
      
      * fix dead link & test=document_fix
      
      * update check img
      
      * fix det res dtype
      
      * update args default type & test=document_fix
      c0219968
  28. 10 1月, 2023 1 次提交