From 7afec0d89e5a19c4eb283262236e5e352eadaeaf Mon Sep 17 00:00:00 2001 From: Muhammad Rizwan Munawar Date: Thu, 26 Dec 2024 18:22:01 +0500 Subject: [PATCH] Update yolo11n-pose to yolo11n in `speed-estimation.md` (#18410) --- docs/en/guides/speed-estimation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/guides/speed-estimation.md b/docs/en/guides/speed-estimation.md index e6f745be..16a0f710 100644 --- a/docs/en/guides/speed-estimation.md +++ b/docs/en/guides/speed-estimation.md @@ -72,7 +72,7 @@ keywords: Ultralytics YOLO11, speed estimation, object tracking, computer vision speed = solutions.SpeedEstimator( show=True, # Display the output - model="yolo11n-pose.pt", # Path to the YOLO11 model file. + model="yolo11n.pt", # Path to the YOLO11 model file. region=speed_region, # Pass region points # classes=[0, 2], # If you want to estimate speed of specific classes. # line_width=2, # Adjust the line width for bounding boxes and text display