Skip to content

Commit 5d8c9f4

Browse files
authored
Update ppocr_introduction_en.md
1 parent bdefa14 commit 5d8c9f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/doc_en/ppocr_introduction_en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ PP-OCR pipeline is as follows:
2929

3030
PP-OCR system is in continuous optimization. At present, PP-OCR and PP-OCRv2 have been released:
3131

32-
PP-OCR adopts 19 effective strategies from 8 aspects including backbone network selection and adjustment, prediction head design, data augmentation, learning rate transformation strategy, regularization parameter selection, pre-training model use, and automatic model tailoring and quantization to optimize and slim down the models of each module (as shown in the green box above). The final results are an ultra-lightweight Chinese and English OCR model with an overall size of 3.5M and a 2.8M English digital OCR model. For more details, please refer to the PP-OCR technical article (https://arxiv.org/abs/2009.09941).
32+
PP-OCR adopts 19 effective strategies from 8 aspects including backbone network selection and adjustment, prediction head design, data augmentation, learning rate transformation strategy, regularization parameter selection, pre-training model use, and automatic model tailoring and quantization to optimize and slim down the models of each module (as shown in the green box above). The final results are an ultra-lightweight Chinese and English OCR model with an overall size of 3.5M and a 2.8M English digital OCR model. For more details, please refer to [PP-OCR technical report](https://arxiv.org/abs/2009.09941).
3333

3434
#### PP-OCRv2
35-
On the basis of PP-OCR, PP-OCRv2 is further optimized in five aspects. The detection model adopts CML(Collaborative Mutual Learning) knowledge distillation strategy and CopyPaste data expansion strategy. The recognition model adopts LCNet lightweight backbone network, U-DML knowledge distillation strategy and enhanced CTC loss function improvement (as shown in the red box above), which further improves the inference speed and prediction effect. For more details, please refer to the technical report of PP-OCRv2 (https://arxiv.org/abs/2109.03144).
35+
On the basis of PP-OCR, PP-OCRv2 is further optimized in five aspects. The detection model adopts CML(Collaborative Mutual Learning) knowledge distillation strategy and CopyPaste data expansion strategy. The recognition model adopts LCNet lightweight backbone network, U-DML knowledge distillation strategy and enhanced CTC loss function improvement (as shown in the red box above), which further improves the inference speed and prediction effect. For more details, please refer to [PP-OCRv2 technical report](https://arxiv.org/abs/2109.03144).
3636

3737
#### PP-OCRv3
3838

@@ -46,7 +46,7 @@ PP-OCRv3 pipeline is as follows:
4646
<img src="../ppocrv3_framework.png" width="800">
4747
</div>
4848

49-
For more details, please refer to [PP-OCRv3 technical report](./PP-OCRv3_introduction_en.md).
49+
For more details, please refer to [PP-OCRv3 technical report](https://arxiv.org/abs/2206.03001v2).
5050

5151
<a name="2"></a>
5252
## 2. Features

0 commit comments

Comments
 (0)