We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4375320 commit d65842fCopy full SHA for d65842f
.github/ISSUE_TEMPLATE/newfeature.md
@@ -0,0 +1,17 @@
1
+---
2
+name: Issue template
3
+about: Issue template for new features.
4
+title: ''
5
+labels: ''
6
+assignees: ''
7
+
8
9
10
+## 背景
11
12
+经过需求征集https://github.com/PaddlePaddle/PaddleOCR/issues/10334 和每周技术研讨会 https://github.com/PaddlePaddle/PaddleOCR/issues/10223 讨论,我们确定了XXXX任务。
13
14
+## 解决步骤
15
+1. 根据开源代码进行网络结构、评估指标转换。代码链接:XXXX
16
+2. 结合[论文复现指南](https://github.com/PaddlePaddle/models/blob/release%2F2.2/tutorials/article-implementation/ArticleReproduction_CV.md),进行前反向对齐等操作,达到论文Table.1中的指标。
17
+3. 参考[PR提交规范](https://github.com/PaddlePaddle/PaddleOCR/blob/release/2.6/doc/doc_ch/code_and_doc.md)提交代码PR到ppocr中。
0 commit comments