From dadcda9c703cc3fbfd5ed6e505a2257738876ee2 Mon Sep 17 00:00:00 2001 From: wa22 Date: Thu, 30 May 2024 09:50:02 +0000 Subject: [PATCH] update README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d9d0e3ed..b3b33758 100644 --- a/README.md +++ b/README.md @@ -69,9 +69,8 @@ yolo detect train data=coco.yaml model=yolov10n/s/m/b/l/x.yaml epochs=500 batch= ``` ## Prediction +Note that a smaller confidence threshold can be set to detect smaller objects or objects in the distance. Please refer to [here](https://github.com/THU-MIG/yolov10/issues/136) for details. ``` -# Note that a smaller confidence threshold can be set to detect smaller objects or objects in the distance. -# Please refer to [here](https://github.com/THU-MIG/yolov10/issues/136) for details. yolo predict model=yolov10n/s/m/b/l/x.pt ```