Add FAQs to Docs Datasets and Help sections (#14211)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
64862f1b69
commit
d5db9c916f
73 changed files with 3296 additions and 110 deletions
|
|
@ -262,6 +262,7 @@ To gain insight into the current configuration of your settings, you can view th
|
|||
!!! Example "View settings"
|
||||
|
||||
=== "Python"
|
||||
|
||||
You can use Python to view your settings. Start by importing the `settings` object from the `ultralytics` module. Print and return settings using the following commands:
|
||||
```python
|
||||
from ultralytics import settings
|
||||
|
|
@ -274,6 +275,7 @@ To gain insight into the current configuration of your settings, you can view th
|
|||
```
|
||||
|
||||
=== "CLI"
|
||||
|
||||
Alternatively, the command-line interface allows you to check your settings with a simple command:
|
||||
```bash
|
||||
yolo settings
|
||||
|
|
@ -286,6 +288,7 @@ Ultralytics allows users to easily modify their settings. Changes can be perform
|
|||
!!! Example "Update settings"
|
||||
|
||||
=== "Python"
|
||||
|
||||
Within the Python environment, call the `update` method on the `settings` object to change your settings:
|
||||
```python
|
||||
from ultralytics import settings
|
||||
|
|
@ -301,6 +304,7 @@ Ultralytics allows users to easily modify their settings. Changes can be perform
|
|||
```
|
||||
|
||||
=== "CLI"
|
||||
|
||||
If you prefer using the command-line interface, the following commands will allow you to modify your settings:
|
||||
```bash
|
||||
# Update a setting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue