Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Mar 29, 2024
1 parent f372722 commit 2921c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/blog/06_custom_different_model.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ description: ""

#### 2. 获得英文和数字的ONNX识别模型

{{< alert text="在用PaddleOCRModelConvert工具转换模型时,字典会自动写入到onnx模型里。" />}}
{{< alert text="- 如果想用RapidOCR仓库推理其他模型,必须要用PaddleOCRModelConvert工具转换模型 <br/> - 在用PaddleOCRModelConvert工具转换模型时,字典会自动写入到onnx模型里。" />}}

模型地址: https://paddleocr.bj.bcebos.com/PP-OCRv4/english/en_PP-OCRv4_rec_infer.tar

字典地址: https://raw.githubusercontent.com/PaddlePaddle/PaddleOCR/release/2.7/ppocr/utils/en_dict.txt

基于[PaddleOCRModelConvert工具在线转换](https://www.modelscope.cn/studios/liekkas/PaddleOCRModelConverter/summary),得到`en_PP-OCRv4_rec_infer.onnx`模型
基于[PaddleOCRModelConvert](https://www.modelscope.cn/studios/liekkas/PaddleOCRModelConverter/summary)工具在线转换,得到`en_PP-OCRv4_rec_infer.onnx`模型

#### 3. 使用该模型
```python {linenos=table}
Expand Down

0 comments on commit 2921c6c

Please sign in to comment.