Skip to content

Commit

Permalink
Update CLI message (ultralytics#18041)
Browse files Browse the repository at this point in the history
Co-authored-by: Glenn Jocher <[email protected]>
  • Loading branch information
RizwanMunawar and glenn-jocher authored Dec 5, 2024
1 parent 950d9f7 commit 28f1166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ultralytics/cfg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
yolo solutions SOLUTION ARGS
Where SOLUTION (optional) is one of {list(SOLUTION_MAP.keys())}
Where SOLUTION (optional) is one of {list(SOLUTION_MAP.keys())[:-1]}
ARGS (optional) are any number of custom 'arg=value' pairs like 'show_in=True' that override defaults
at https://docs.ultralytics.com/usage/cfg
Expand All @@ -96,7 +96,7 @@
5. Generate analytical graphs
yolo solutions analytics analytics_type="pie"
6. Track Objects Within Specific Zones
6. Track objects within specific zones
yolo solutions trackzone source="path/to/video/file.mp4" region=[(150, 150), (1130, 150), (1130, 570), (150, 570)]
"""
CLI_HELP_MSG = f"""
Expand Down Expand Up @@ -125,7 +125,7 @@
yolo streamlit-predict
6. Ultralytics solutions usage
yolo solutions count or in {list(SOLUTION_MAP.keys())} source="path/to/video/file.mp4"
yolo solutions count or in {list(SOLUTION_MAP.keys())[1:-1]} source="path/to/video/file.mp4"
7. Run special commands:
yolo help
Expand Down

0 comments on commit 28f1166

Please sign in to comment.