Skip to content

Yolo 8 Segment -- invalid generated Image #6226

Closed
@Alarmod

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)

205:
205

206:
206

Additional

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working as intended in the official Ultralytics package.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions