Skip to content

Commit d6c7a6c

Browse files
authored
docs: fix naming (#14886)
1 parent 6ff9d57 commit d6c7a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ppocr/overview.en.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ On the basis of PP-OCR, PP-OCRv2 is further optimized in five aspects. The detec
2828

2929
PP-OCRv3 upgraded the detection model and recognition model in 9 aspects based on PP-OCRv2:
3030

31-
- PP-OCRv3 detector upgrades the CML(Collaborative Mutual Learning) text detection strategy proposed in PP-OCRv2, and further optimizes the effect of teacher model and student model respectively. In the optimization of teacher model, a pan module with large receptive field named LK-PAN is proposed and the DML distillation strategy is adopted; In the optimization of student model, a FPN module with residual attention mechanism named RSE-FPN is proposed.
31+
- PP-OCRv3 detector upgrades the CML(Collaborative Mutual Learning) text detection strategy proposed in PP-OCRv2, and further optimizes the effect of teacher model and student model respectively. In the optimization of teacher model, a PAN module with large receptive field named LK-PAN is proposed and the DML distillation strategy is adopted; In the optimization of student model, a FPN module with residual attention mechanism named RSE-FPN is proposed.
3232
- PP-OCRv3 recognizer is optimized based on text recognition algorithm [SVTR](https://arxiv.org/abs/2205.00159). SVTR no longer adopts RNN by introducing transformers structure, which can mine the context information of text line image more effectively, so as to improve the ability of text recognition. PP-OCRv3 adopts lightweight text recognition network SVTR_LCNet, guided training of CTC by attention, data augmentation strategy TextConAug, better pre-trained model by self-supervised TextRotNet, UDML(Unified Deep Mutual Learning), and UIM (Unlabeled Images Mining) to accelerate the model and improve the effect.
3333

3434
PP-OCRv3 pipeline is as follows:

0 commit comments

Comments
 (0)