Release 8.0.4 fixes (#256)
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> Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com> Co-authored-by: TechieG <35962141+gokulnath30@users.noreply.github.com> Co-authored-by: Parthiban Marimuthu <66585214+partheee@users.noreply.github.com>
This commit is contained in:
parent
f5dfd5be8b
commit
216cf2ddb6
18 changed files with 96 additions and 67 deletions
|
|
@ -32,7 +32,7 @@ def test_model_fuse():
|
|||
|
||||
def test_predict_dir():
|
||||
model = YOLO(MODEL)
|
||||
model.predict(source=ROOT / "assets")
|
||||
model.predict(source=ROOT / "assets", return_outputs=False)
|
||||
|
||||
|
||||
def test_val():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue