PaddleOCR/.github/ISSUE_TEMPLATE/newfeature.md

805 B
Raw Blame History

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中。