更换文档检测模型

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,106 @@
name: 🐛 报BUG Bug Report
description: 报告一个可复现的Bug以帮助我们修复PaddleDetection。 Report a bug to help us reproduce and fix it.
labels: [type/bug-report, status/new-issue]
body:
- type: markdown
attributes:
value: |
Thank you for submitting a PaddleDetection Bug Report!
- type: checkboxes
attributes:
label: 问题确认 Search before asking
description: >
(必选项) 在向PaddleDetection报bug之前请先查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues)是否报过同样的bug。
(Required) Before submitting a bug, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://github.com/PaddlePaddle/PaddleDetection/issues).
options:
- label: >
我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues)没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issues) and found no similar bug report.
required: true
- type: dropdown
attributes:
label: Bug组件 Bug Component
description: |
(可选项) 请选择在哪部分代码发现这个bug。(Optional) Please select the part of PaddleDetection where you found the bug.
multiple: true
options:
- "Training"
- "Validation"
- "Inference"
- "Export"
- "Deploy"
- "Installation"
- "DataProcess"
- "Other"
validations:
required: false
- type: textarea
id: code
attributes:
label: Bug描述 Describe the Bug
description: |
请清晰而简洁地描述这个bug并附上bug复现步骤、报错信息或截图、代码改动说明或最小可复现代码。如果代码太长请将可执行代码放到[AIStudio](https://aistudio.baidu.com/aistudio/index)中并将项目设置为公开或者放到github gist上并在项目中描述清楚bug复现步骤在issue中描述期望结果与实际结果。
如果你报告的是一个报错信息,请将完整回溯的报错贴在这里,并使用 ` ```三引号块``` `展示错误信息。
placeholder: |
请清晰简洁的描述这个bug。 A clear and concise description of what the bug is.
```python
代码改动说明,或最小可复现代码。 Code change description, or sample code to reproduce the problem.
```
```shell
带有完整回溯信息的报错日志或截图。 The error log or screenshot you got, with the full traceback.
```
validations:
required: true
- type: textarea
attributes:
label: 复现环境 Environment
description: 请具体说明复现bug的环境信息。Please specify the environment information for reproducing the bug.
placeholder: |
- OS: Linux/Windows
- PaddlePaddle: 2.2.2
- PaddleDetection: release/2.4
- Python: 3.8.0
- CUDA: 10.2
- CUDNN: 7.6
- GCC: 8.2.0
validations:
required: true
- type: checkboxes
attributes:
label: Bug描述确认 Bug description confirmation
description: >
(必选项) 请确认是否提供了详细的Bug描述和环境信息确认问题是否可以复现。
(Required) Please confirm whether the bug description and environment information are provided, and whether the problem can be reproduced.
options:
- label: >
我确认已经提供了Bug复现步骤、代码改动说明、以及环境信息确认问题是可以复现的。I confirm that the bug replication steps, code change instructions, and environment information have been provided, and the problem can be reproduced.
required: true
- type: checkboxes
attributes:
label: 是否愿意提交PR Are you willing to submit a PR?
description: >
(可选项) 如果你对修复bug有自己的想法十分鼓励提交[Pull Request](https://github.com/PaddlePaddle/PaddleDetection/pulls)共同提升PaddleDetection。
(Optional) We encourage you to submit a [Pull Request](https://github.com/PaddlePaddle/PaddleDetection/pulls) (PR) to help improve PaddleDetection for everyone, especially if you have a good understanding of how to implement a fix or feature.
options:
- label: 我愿意提交PRI'd like to help by submitting a PR!
- type: markdown
attributes:
value: >
感谢你的贡献 🎉Thanks for your contribution 🎉!

View File

@@ -0,0 +1,50 @@
name: 🚀 新需求 Feature Request
description: 提交一个你对PaddleDetection的新需求。 Submit a request for a new Paddle feature.
labels: [type/feature-request, status/new-issue]
body:
- type: markdown
attributes:
value: >
#### 你可以在这里提出你对PaddleDetection的新需求包括但不限于功能或模型缺失、功能不全或无法使用、精度/性能不符合预期等。
#### You could submit a request for a new feature here, including but not limited to: new features or models, incomplete or unusable features, accuracy/performance not as expected, etc.
- type: checkboxes
attributes:
label: 问题确认 Search before asking
description: >
在向PaddleDetection提新需求之前请先查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues)是否报过同样的需求。
Before submitting a feature request, please make sure the issue hasn't been already addressed by searching through [the existing and past issues](https://github.com/PaddlePaddle/PaddleDetection/issues).
options:
- label: >
我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues)没有类似需求。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issues) and found no similar feature requests.
required: true
- type: textarea
id: description
attributes:
label: 需求描述 Feature Description
description: |
请尽可能包含任务目标、需求场景、功能描述等信息,全面的信息有利于我们准确评估你的需求。
Please include as much information as possible, such as mission objectives, requirement scenarios, functional descriptions, etc. Comprehensive information will help us accurately assess your feature request.
value: "1. 任务目标(请描述你正在做的项目是什么,如模型、论文、项目是什么?); 2. 需求场景(请描述你的项目中为什么需要用此功能); 3. 功能描述(请简单描述或设计这个功能)"
validations:
required: true
- type: checkboxes
attributes:
label: 是否愿意提交PR Are you willing to submit a PR?
description: >
(可选)如果你对新feature有自己的想法十分鼓励提交[Pull Request](https://github.com/PaddlePaddle/PaddleDetection/pulls)共同提升PaddleDetection
(Optional) We encourage you to submit a [Pull Request](https://github.com/PaddlePaddle/PaddleDetection/pulls) (PR) to help improve PaddleDetection for everyone, especially if you have a good understanding of how to implement a fix or feature.
options:
- label: Yes I'd like to help by submitting a PR!
- type: markdown
attributes:
value: >
感谢你的贡献 🎉Thanks for your contribution 🎉!

View File

@@ -0,0 +1,38 @@
name: 📚 文档 Documentation Issue
description: 反馈一个官网文档错误。 Report an issue related to https://github.com/PaddlePaddle/PaddleDetection.
labels: [type/docs, status/new-issue]
body:
- type: markdown
attributes:
value: >
#### 请确认反馈的问题来自PaddlePaddle官网文档https://github.com/PaddlePaddle/PaddleDetection 。
#### Before submitting a Documentation Issue, Please make sure that issue is related to https://github.com/PaddlePaddle/PaddleDetection.
- type: textarea
id: link
attributes:
label: 文档链接&描述 Document Links & Description
description: |
请说明有问题的文档链接以及该文档存在的问题。
Please fill in the link to the document and describe the question.
validations:
required: true
- type: textarea
id: error
attributes:
label: 请提出你的建议 Please give your suggestion
description: |
请告诉我们你希望如何改进这个文档。或者你可以提个PR修复这个问题。
Please tell us how you would like to improve this document. Or you can submit a PR to fix this problem.
validations:
required: false
- type: markdown
attributes:
value: >
感谢你的贡献 🎉Thanks for your contribution 🎉!

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

View File

@@ -0,0 +1,23 @@
name: 🧩 其他 Others
description: 提出其他问题。 Report any other non-support related issues.
labels: [type/others, status/new-issue]
body:
- type: markdown
attributes:
value: >
#### 你可以在这里提出任何前面几类模板不适用的问题,包括但不限于:优化性建议、框架使用体验反馈、版本兼容性问题、报错信息不清楚等。
#### You can report any issues that are not applicable to the previous types of templates, including but not limited to: enhancement suggestions, feedback on the use of the framework, version compatibility issues, unclear error information, etc.
- type: textarea
id: others
attributes:
label: 问题描述 Please describe your issue
validations:
required: true
- type: markdown
attributes:
value: >
感谢你的贡献 🎉! Thanks for your contribution 🎉!