ultralytics 8.2.77 new color_mode=instance plot arg (#15034)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
b7c5db94b4
commit
265166ae4d
4 changed files with 32 additions and 9 deletions
|
|
@ -720,6 +720,7 @@ The `plot()` method supports various arguments to customize the output:
|
|||
| `show` | `bool` | Display the annotated image directly using the default image viewer. | `False` |
|
||||
| `save` | `bool` | Save the annotated image to a file specified by `filename`. | `False` |
|
||||
| `filename` | `str` | Path and name of the file to save the annotated image if `save` is `True`. | `None` |
|
||||
| `color_mode` | `str` | Specify the color mode, e.g., 'instance' or 'class'. | `'class'` |
|
||||
|
||||
## Thread-Safe Inference
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue