From 79b02cbd24110c2e095651249e574eb083c14e13 Mon Sep 17 00:00:00 2001 From: Wang Xinyu Date: Fri, 11 Oct 2024 17:02:50 +0800 Subject: [PATCH] Update readme.md --- yolo11/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yolo11/readme.md b/yolo11/readme.md index fee713c..6fa6af5 100644 --- a/yolo11/readme.md +++ b/yolo11/readme.md @@ -22,7 +22,7 @@ Training code [ultralytics v8.3.0](https://github.com/ultralytics/ultralytics/tr ## Config * Choose the YOLO11 sub-model n/s/m/l/x from command line arguments. -* Other configs please check [src/config.h](src/config.h) +* Other configs please check [include/config.h](include/config.h) ## Build and Run