From 5ca14e4048678c16e6a546d4423b8c5f08ab51bb Mon Sep 17 00:00:00 2001 From: lubin10 Date: Thu, 28 Apr 2022 12:57:11 +0000 Subject: [PATCH] test=document_fix --- doc/doc_en/algorithm_rec_rare_en.md | 8 ++++---- doc/doc_en/algorithm_rec_rosetta_en.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/doc_en/algorithm_rec_rare_en.md b/doc/doc_en/algorithm_rec_rare_en.md index b5059dfa..50fa17d3 100644 --- a/doc/doc_en/algorithm_rec_rare_en.md +++ b/doc/doc_en/algorithm_rec_rare_en.md @@ -5,10 +5,10 @@ - [3. Model training, evaluation, prediction](#3) - [3.1 Training](#3-1) - [3.2 Evaluation](#3-2) - - [3.3 Forecast](#3-3) + - [3.3 Prediction](#3-3) - [4. Inference Deployment](#4) - [4.1 Python Reasoning](#4-1) - - [4.2 C++ Reasoning] (#4-2) + - [4.2 C++ Reasoning](#4-2) - [4.3 Serving service deployment](#4-3) - [4.4 More inference deployments](#4-4) - [5. FAQ](#5) @@ -31,12 +31,12 @@ Using MJSynth and SynthText two text recognition datasets for training, and eval ## 2. Environment configuration -Please refer to ["Operating Environment Preparation"](./environment.md) to configure the PaddleOCR operating environment, and refer to ["Project Clone"](./clone.md) to clone the project code. +Please refer to ["Operating Environment Preparation"](./environment_en.md) to configure the PaddleOCR operating environment, and refer to ["Project Clone"](./clone_en.md) to clone the project code. ## 3. Model training, evaluation, prediction -Please refer to [Text Recognition Training Tutorial](./recognition.md). PaddleOCR modularizes the code, and training different recognition models only requires **changing the configuration file**. Take the backbone network based on Resnet34_vd as an example: +Please refer to [Text Recognition Training Tutorial](./recognition_en.md). PaddleOCR modularizes the code, and training different recognition models only requires **changing the configuration file**. Take the backbone network based on Resnet34_vd as an example: ### 3.1 Training diff --git a/doc/doc_en/algorithm_rec_rosetta_en.md b/doc/doc_en/algorithm_rec_rosetta_en.md index 17081854..94b602e4 100644 --- a/doc/doc_en/algorithm_rec_rosetta_en.md +++ b/doc/doc_en/algorithm_rec_rosetta_en.md @@ -5,10 +5,10 @@ - [3. Model training, evaluation, prediction](#3) - [3.1 Training](#3-1) - [3.2 Evaluation](#3-2) - - [3.3 Forecast](#3-3) + - [3.3 Prediction](#3-3) - [4. Inference Deployment](#4) - [4.1 Python Reasoning](#4-1) - - [4.2 C++ Reasoning] (#4-2) + - [4.2 C++ Reasoning](#4-2) - [4.3 Serving service deployment](#4-3) - [4.4 More inference deployments](#4-4) - [5. FAQ](#5) @@ -31,13 +31,13 @@ Using MJSynth and SynthText two text recognition datasets for training, and eval ## 2. Environment configuration -Please refer to ["Operating Environment Preparation"](./environment.md) to configure the PaddleOCR operating environment, and refer to ["Project Clone"](./clone.md) to clone the project code. +Please refer to ["Operating Environment Preparation"](./environment_en.md) to configure the PaddleOCR operating environment, and refer to ["Project Clone"](./clone_en.md) to clone the project code. ## 3. Model training, evaluation, prediction -Please refer to [Text Recognition Training Tutorial](./recognition.md). PaddleOCR modularizes the code, and training different recognition models only requires **changing the configuration file**. Take the backbone network based on Resnet34_vd as an example: +Please refer to [Text Recognition Training Tutorial](./recognition_en.md). PaddleOCR modularizes the code, and training different recognition models only requires **changing the configuration file**. Take the backbone network based on Resnet34_vd as an example: ### 3.1 Training -- GitLab