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
|
|
@ -63,6 +63,7 @@ retina_masks: False # (bool) use high-resolution segmentation masks
|
|||
|
||||
# Visualize settings ---------------------------------------------------------------------------------------------------
|
||||
show: False # (bool) show predicted images and videos if environment allows
|
||||
save_frames: False # (bool) save predicted individual video frames
|
||||
save_txt: False # (bool) save results as .txt file
|
||||
save_conf: False # (bool) save results with confidence scores
|
||||
save_crop: False # (bool) save cropped images with results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue