README and Docs updates (#166)
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
5e290e0d28
commit
cb4801888e
6 changed files with 311 additions and 66 deletions
|
|
@ -101,7 +101,7 @@ given task.
|
|||
| Key | Value | Description |
|
||||
|----------------|----------------------|-------------------------------------------------|
|
||||
| source | `ultralytics/assets` | Input source. Accepts image, folder, video, url |
|
||||
| view_img | `False` | View the prediction images |
|
||||
| show | `False` | View the prediction images |
|
||||
| save_txt | `False` | Save the results in a txt file |
|
||||
| save_conf | `False` | Save the condidence scores |
|
||||
| save_crop | `Fasle` | |
|
||||
|
|
@ -136,7 +136,7 @@ validation dataset and to detect and prevent overfitting.
|
|||
| dnn | `False` | Use OpenCV DNN for ONNX inference |
|
||||
| plots | `False` | |
|
||||
|
||||
### Export settings
|
||||
### Export
|
||||
|
||||
Export settings for YOLO models refer to the various configurations and options used to save or
|
||||
export the model for use in other environments or platforms. These settings can affect the model's performance, size,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue