jzhang533 0b91f4dd50
This is a combination of 59 commits from v2.7.0 to v2.7.1 in (#11831)
release/2.7.1 branch

Co-authored-by: ToddBear <43341135+ToddBear@users.noreply.github.com>
2024-03-29 10:39:03 +08:00

805 B
Raw Blame History

name, about, title, labels, assignees
name about title labels assignees
New Feature Issue template Issue template for new features. Code PR is needed shiyutang

背景

经过需求征集https://github.com/PaddlePaddle/PaddleOCR/issues/10334 和每周技术研讨会 https://github.com/PaddlePaddle/PaddleOCR/issues/10223 讨论我们确定了XXXX任务。

解决步骤

  1. 根据开源代码进行网络结构、评估指标转换。代码链接XXXX
  2. 结合论文复现指南进行前反向对齐等操作达到论文Table.1中的指标。
  3. 参考PR提交规范提交代码PR到ppocr中。