Update prediction Results docs (#4139)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Glenn Jocher
2023-08-03 18:44:40 +02:00
committed by GitHub
parent 8870084645
commit 11d0488bf1
107 changed files with 1451 additions and 1317 deletions

View File

@ -222,7 +222,9 @@ def handle_yolo_hub(args: List[str]) -> None:
args (List[str]): A list of command line arguments
Example:
```python
python my_script.py hub login your_api_key
```
"""
from ultralytics import hub
@ -246,7 +248,9 @@ def handle_yolo_settings(args: List[str]) -> None:
args (List[str]): A list of command line arguments for YOLO settings management.
Example:
```python
python my_script.py yolo settings reset
```
"""
if any(args):
if args[0] == 'reset':