更换文档检测模型

This commit is contained in:
2024-08-27 14:42:45 +08:00
parent aea6f19951
commit 1514e09c40
2072 changed files with 254336 additions and 4967 deletions

View File

@@ -0,0 +1,37 @@
name: 🙋🏼‍♀️🙋🏻‍♂️提问 Ask a Question
description: 提出一个使用/咨询问题。 Ask a usage or consultation question.
labels: [type/question, status/new-issue]
body:
- type: checkboxes
attributes:
label: 问题确认 Search before asking
description: >
#### 你可以在这里提出一个使用/咨询问题,提问之前请确保:
- 1已经百度/谷歌搜索过你的问题,但是没有找到解答;
- 2已经在官网查询过[教程文档](https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.4/docs/tutorials/GETTING_STARTED_cn.md)与[FAQ](https://github.com/PaddlePaddle/PaddleDetection/tree/release/2.4/docs/tutorials/FAQ),但是没有找到解答;
- 3已经在[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues)中搜索过没有找到同类issue或issue未被解答。
#### You could ask a usage or consultation question here, before your start, please make sure:
- 1) You have searched your question on Baidu/Google, but found no answer;
- 2) You have checked the [tutorials](https://github.com/PaddlePaddle/PaddleDetection/blob/release/2.4/docs/tutorials/GETTING_STARTED.md), but found no answer;
- 3) You have searched [the existing and past issues](https://github.com/PaddlePaddle/PaddleDetection/issues), but found no similar issue or the issue has not been answered.
options:
- label: >
我已经搜索过问题但是没有找到解答。I have searched the question and found no related answer.
required: true
- type: textarea
id: question
attributes:
label: 请提出你的问题 Please ask your question
validations:
required: true