From 623d26d49e00a230207ce477c3ea3df88a900cd0 Mon Sep 17 00:00:00 2001 From: leiqing <54695910+leiqing1@users.noreply.github.com> Date: Thu, 22 Sep 2022 12:37:04 +0800 Subject: [PATCH] Update README.md --- examples/vision/detection/nanodet_plus/python/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/vision/detection/nanodet_plus/python/README.md b/examples/vision/detection/nanodet_plus/python/README.md index 9960e0c62..be4075bfa 100644 --- a/examples/vision/detection/nanodet_plus/python/README.md +++ b/examples/vision/detection/nanodet_plus/python/README.md @@ -78,3 +78,4 @@ NanoDetPlus模型加载和初始化,其中model_file为导出的ONNX模型格 - [NanoDetPlus 模型介绍](..) - [NanoDetPlus C++部署](../cpp) - [模型预测结果说明](../../../../../docs/api/vision_results/) +- [如何切换模型推理后端引擎](../../../../../docs/runtime/how_to_change_backend.md)