Closed
Description
Search before asking
- I have searched the YOLOv8 issues and found no similar bug report.
YOLOv8 Component
Predict
Bug
Yolo 8 Segment have bug in predict. 8.0.205 - all OK, 8.0.206 and more new - bug with scaling and last line filling
Environment
No response
Minimal Reproducible Example
model = YOLO("./runs/segment/t2_ishemia/weights/best.pt")
results = model.predict(batch=44, workers=2, source="./datasets/t2_data/ishemia/test/images_big", imgsz=320, save=True, conf=0.25)
Additional
No response
Are you willing to submit a PR?
- Yes I'd like to help by submitting a PR!