Update quickstart.md

This commit is contained in:
Daniel Yang 2020-11-14 00:38:24 +08:00 committed by GitHub
parent a501603d54
commit 73e1fc4fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -95,5 +95,5 @@ python3 tools/infer/predict_system.py --image_dir="./doc/imgs/11.jpg" --det_mode
此外文档教程中也提供了中文OCR模型的其他预测部署方式 此外文档教程中也提供了中文OCR模型的其他预测部署方式
- [基于C++预测引擎推理](../../deploy/cpp_infer/readme.md) - [基于C++预测引擎推理](../../deploy/cpp_infer/readme.md)
- [服务部署](./serving_inference.md) - [服务部署](../../deploy/hubserving/readme.md)
- [端侧部署](../../deploy/lite/readme.md) - [端侧部署](../../deploy/lite/readme.md)