|
| 1 | +name: "🐞 Bug report" |
| 2 | +description: "Create a report to help us reproduce and fix the bug" |
| 3 | +labels: bug |
| 4 | +title: "[Bug] " |
| 5 | + |
| 6 | +body: |
| 7 | + - type: markdown |
| 8 | + attributes: |
| 9 | + value: | |
| 10 | + ## Note |
| 11 | + For general usage questions or idea discussions, please post it to our [**Forum**](https://github.com/open-mmlab/mmocr/discussions) |
| 12 | + If this issue is about installing MMCV, please file an issue at [MMCV](https://github.com/open-mmlab/mmcv/issues/new/choose). |
| 13 | + If it's anything about model deployment, please raise it to [MMDeploy](https://github.com/open-mmlab/mmdeploy) |
| 14 | +
|
| 15 | + Please fill in as **much** of the following form as you're able to. **The clearer the description, the shorter it will take to solve it.** |
| 16 | +
|
| 17 | + - type: checkboxes |
| 18 | + attributes: |
| 19 | + label: Prerequisite |
| 20 | + description: Please check the following items before creating a new issue. |
| 21 | + options: |
| 22 | + - label: I have searched [Issues](https://github.com/open-mmlab/mmocr/issues) and [Discussions](https://github.com/open-mmlab/mmocr/discussions) but cannot get the expected help. |
| 23 | + required: true |
| 24 | + # - label: I have read the [FAQ documentation](https://mmocr.readthedocs.io/en/1.x/notes/4_faq.html) but cannot get the expected help. |
| 25 | + # required: true |
| 26 | + - label: The bug has not been fixed in the [latest version (0.x)](https://github.com/open-mmlab/mmocr) or [latest version (1.x)](https://github.com/open-mmlab/mmocr/tree/dev-1.x). |
| 27 | + required: true |
| 28 | + |
| 29 | + - type: dropdown |
| 30 | + id: task |
| 31 | + attributes: |
| 32 | + label: Task |
| 33 | + description: The problem arises when |
| 34 | + options: |
| 35 | + - I'm using the official example scripts/configs for the officially supported tasks/models/datasets. |
| 36 | + - I have modified the scripts/configs, or I'm working on my own tasks/models/datasets. |
| 37 | + validations: |
| 38 | + required: true |
| 39 | + |
| 40 | + - type: dropdown |
| 41 | + id: branch |
| 42 | + attributes: |
| 43 | + label: Branch |
| 44 | + description: The problem arises when I'm working on |
| 45 | + options: |
| 46 | + - main branch https://github.com/open-mmlab/mmocr |
| 47 | + - 1.x branch https://github.com/open-mmlab/mmocr/tree/dev-1.x |
| 48 | + validations: |
| 49 | + required: true |
| 50 | + |
| 51 | + - type: textarea |
| 52 | + attributes: |
| 53 | + label: Environment |
| 54 | + description: | |
| 55 | + Please run `python mmocr/utils/collect_env.py` to collect necessary environment information and copy-paste it here. |
| 56 | + You may add additional information that may be helpful for locating the problem, such as |
| 57 | + - How you installed PyTorch \[e.g., pip, conda, source\] |
| 58 | + - Other environment variables that may be related (such as `$PATH`, `$LD_LIBRARY_PATH`, `$PYTHONPATH`, etc.) |
| 59 | + validations: |
| 60 | + required: true |
| 61 | + |
| 62 | + - type: textarea |
| 63 | + attributes: |
| 64 | + label: Reproduces the problem - code sample |
| 65 | + description: | |
| 66 | + Please provide a code sample that reproduces the problem you ran into. It can be a Colab link or just a code snippet. |
| 67 | + placeholder: | |
| 68 | + ```python |
| 69 | + # Sample code to reproduce the problem |
| 70 | + ``` |
| 71 | + validations: |
| 72 | + required: true |
| 73 | + |
| 74 | + - type: textarea |
| 75 | + attributes: |
| 76 | + label: Reproduces the problem - command or script |
| 77 | + description: | |
| 78 | + What command or script did you run? |
| 79 | + placeholder: | |
| 80 | + ```shell |
| 81 | + The command or script you run. |
| 82 | + ``` |
| 83 | + validations: |
| 84 | + required: true |
| 85 | + |
| 86 | + - type: textarea |
| 87 | + attributes: |
| 88 | + label: Reproduces the problem - error message |
| 89 | + description: | |
| 90 | + Please provide the error message or logs you got, with the full traceback. |
| 91 | +
|
| 92 | + Tip: You can attach images or log files by dragging them into the text area.. |
| 93 | + placeholder: | |
| 94 | + ``` |
| 95 | + The error message or logs you got, with the full traceback. |
| 96 | + ``` |
| 97 | + validations: |
| 98 | + required: true |
| 99 | + |
| 100 | + - type: textarea |
| 101 | + attributes: |
| 102 | + label: Additional information |
| 103 | + description: | |
| 104 | + Tell us anything else you think we should know. |
| 105 | +
|
| 106 | + Tip: You can attach images or log files by dragging them into the text area. |
| 107 | + placeholder: | |
| 108 | + 1. What's your expected result? |
| 109 | + 2. What dataset did you use? |
| 110 | + 3. What do you think might be the reason? |
| 111 | +
|
| 112 | + - type: markdown |
| 113 | + attributes: |
| 114 | + value: | |
| 115 | + ## Acknowledgement |
| 116 | + Thanks for taking the time to fill out this report. |
| 117 | +
|
| 118 | + If you have already identified the reason, we strongly appreciate you creating a new PR to fix it [**Here**](https://github.com/open-mmlab/mmocr/pulls)! |
| 119 | + Please refer to [**Contribution Guide**](https://mmocr.readthedocs.io/en/dev-1.x/notes/contribution_guide.html) for contributing. |
| 120 | +
|
| 121 | + Welcome to join our [**Community**](https://mmocr.readthedocs.io/en/latest/contact.html) to discuss together. 👬 |
0 commit comments