8.0.15 CLI float bug fix (#567)

This commit is contained in:
Glenn Jocher
2023-01-22 17:48:31 +01:00
committed by GitHub
parent 21b701c4ea
commit 3c4de102f6
4 changed files with 7 additions and 8 deletions

View File

@ -48,7 +48,7 @@ def test_val_classify():
# Predict checks -------------------------------------------------------------------------------------------------------
def test_predict_detect():
run(f"yolo predict detect model={MODEL}.pt source={ROOT / 'assets'}")
run(f"yolo predict detect model={MODEL}.pt source={ROOT / 'assets'} imgsz=320 conf=0.25")
def test_predict_segment():