Update yolo11n-pose to yolo11n in speed-estimation.md (#18410)
This commit is contained in:
parent
c9a48b281e
commit
7afec0d89e
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ keywords: Ultralytics YOLO11, speed estimation, object tracking, computer vision
|
||||||
|
|
||||||
speed = solutions.SpeedEstimator(
|
speed = solutions.SpeedEstimator(
|
||||||
show=True, # Display the output
|
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
|
region=speed_region, # Pass region points
|
||||||
# classes=[0, 2], # If you want to estimate speed of specific classes.
|
# 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
|
# line_width=2, # Adjust the line width for bounding boxes and text display
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue