docs: update quick_start and recognition doc #14302
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes significant updates to the
docs/ppocr/model_train/recognition.en.md
anddocs/ppstructure/quick_start.en.md
files to improve the documentation for PaddleOCR. The changes provide clearer instructions for data preparation, training, evaluation, and model inference. Additionally, there are updates to the installation instructions for PaddlePaddle with different CUDA versions.Documentation Improvements:
docs/ppocr/model_train/recognition.en.md
: Added comprehensive instructions for data preparation, including dataset formats, symbolic links, and custom datasets.docs/ppocr/model_train/recognition.en.md
: Updated sections on model training, including new examples and detailed steps for mixed precision training and distributed training. [1] [2]docs/ppocr/model_train/recognition.en.md
: Enhanced the model export and prediction section with instructions for both old and new IR modes and custom model inference. (docs/ppocr/model_train/recognition.en.mdL459-R559, F4918fafL553R556)docs/ppocr/model_train/recognition.en.md
: Improved the multilingual training and dictionary usage sections, providing better clarity and additional examples.docs/ppstructure/quick_start.en.md
: Updated installation instructions for PaddlePaddle with CUDA 11.8, CUDA 12.3, and CPU versions, along with the command to temporarily disable the new IR feature. [1] [2]