update README

This commit is contained in:
wa22 2024-05-30 09:50:02 +00:00
parent 2b24dab60f
commit dadcda9c70

View File

@ -69,9 +69,8 @@ yolo detect train data=coco.yaml model=yolov10n/s/m/b/l/x.yaml epochs=500 batch=
``` ```
## Prediction ## 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 yolo predict model=yolov10n/s/m/b/l/x.pt
``` ```