This commit is contained in:
11
docs/version3.x/deployment/python_and_cpp_infer.md
Normal file
11
docs/version3.x/deployment/python_and_cpp_infer.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 基于Python或C++预测引擎推理
|
||||
|
||||
自 2.x 分支以来,基于 Python 或 C++ 的预测引擎推理一直是一项重要功能。该功能允许用户在无需安装 wheel 包的情况下加载OCR相关模型并进行推理。
|
||||
|
||||
由于其在前后处理和串联细节上与 wheel 包存在差异,导致推理效果略有不同,两者无法直接互换使用。
|
||||
|
||||
有关具体使用方法,请参考以下文档:
|
||||
|
||||
* [基于Python预测引擎推理](../../version2.x/legacy/python_infer.md)
|
||||
* [基于C++预测引擎推理](../../version2.x/legacy/cpp_infer.md)
|
||||
* [支持的模型列表](../../version2.x/legacy/model_list_2.x.md)
|
||||
Reference in New Issue
Block a user