8.0.15 CLI float bug fix (#567)
This commit is contained in:
parent
21b701c4ea
commit
3c4de102f6
4 changed files with 7 additions and 8 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue