Add doc shows how to change inference backend (#244)

* Add doc shows how to change inference backend

* Update README.md
This commit is contained in:
Jason
2022-09-16 19:06:43 +08:00
committed by GitHub
parent 5046574b95
commit c6f615e371
31 changed files with 77 additions and 1 deletions

View File

@@ -124,4 +124,5 @@ Recognizer类初始化时,需要在rec_label_file参数中,输入识别模型所
- [PPOCR 系列模型介绍](../../)
- [PPOCRv2 C++部署](../cpp)
- [模型预测结果说明](../../../../../docs/api/vision_results/)
- [模型预测结果说明](../../../../../docs/api/vision_results/)
- [如何切换模型推理后端引擎](../../../../how_to_change_backend.md)