ultralytics 8.0.219 new save_frames=False predict arg (#6396)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
fdcf0dd4fd
commit
4096b261fc
7 changed files with 24 additions and 10 deletions
|
|
@ -364,6 +364,7 @@ Visualization arguments:
|
|||
|---------------|---------------|---------|-----------------------------------------------------------------|
|
||||
| `show` | `bool` | `False` | show predicted images and videos if environment allows |
|
||||
| `save` | `bool` | `False` | save predicted images and videos |
|
||||
| `save_frames` | `bool` | `False` | save predicted individual video frames |
|
||||
| `save_txt` | `bool` | `False` | save results as `.txt` file |
|
||||
| `save_conf` | `bool` | `False` | save results with confidence scores |
|
||||
| `save_crop` | `bool` | `False` | save cropped images with results |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue