mmyolo
mmyolo copied to clipboard
[Docs] Translate visualization.md
Motivation
Translate documents.
Modification
modified: docs/en/user_guides/visualization.md modified: docs/zh_cn/user_guides/visualization.md
BC-breaking (Optional)
Does the modification introduce changes that break the backward-compatibility of the downstream repos? If so, please describe how it breaks the compatibility and how the downstream projects should modify their code to keep compatibility with this PR.
Use cases (Optional)
If this PR introduces a new feature, it is better to list some use cases here, and update the documentation.
Checklist
- Pre-commit or other linting tools are used to fix the potential lint issues.
- The modification is covered by complete unit tests. If not, please add more unit test to ensure the correctness.
- If the modification has potential influence on downstream projects, this PR should be tested with downstream projects, like MMDetection or MMClassification.
- The documentation has been modified accordingly, like docstring or example tutorials.