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