diff --git a/examples/vision/facedet/retinaface/python/README.md b/examples/vision/facedet/retinaface/python/README.md index 0722afacb..4d9879705 100644 --- a/examples/vision/facedet/retinaface/python/README.md +++ b/examples/vision/facedet/retinaface/python/README.md @@ -78,3 +78,4 @@ RetinaFace模型加载和初始化,其中model_file为导出的ONNX模型格 - [RetinaFace 模型介绍](..) - [RetinaFace C++部署](../cpp) - [模型预测结果说明](../../../../../docs/api/vision_results/) +- [如何切换模型推理后端引擎](../../../../../docs/runtime/how_to_change_backend.md)