-
Notifications
You must be signed in to change notification settings - Fork 751
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev 1.x some doc mistakes #1630
Conversation
Hi, thanks for your contribution! Before we are able to merge your PR, please don't forget to sign CLA here :) Also, if you get an error message like "xxx seems not to be a GitHub user", it means that the email you used to commit changes does not match the one you used in your GitHub account. You can try to link your local email to your GitHub, or update your local email address and then amend your commits: git config --global user.email "YOUR_GITHUB_EMAIL"
git commit --amend |
I'm done. |
* [Docs] fix a mistake in user_guides/visualization.md * [Docs] fix some mistakes in user_guides/dataset_prepare.md * Update docs/en/user_guides/dataset_prepare.md Co-authored-by: Tong Gao <gaotongxiao@gmail.com>
Modification
Some doc mistakes in user_guiders markdown file:
1.dataset_prepare.md , config path to icdar2015.py was wrong
2.dataset_prepare.md , icdar2015's config content was wrong
3.visualization.md, default_runtime.py Visualization's param is visualizer not Visualizer