Segment Image (Ultralytics YOLO)
1 version
Segment Image (Ultralytics Yolo)
Summary: Instance segmentation using Ultralytics YOLO .pt models, returning mask+box tuples per object.
Use This When
- You run Ultralytics YOLO segmentation and need masks + boxes.
What It Does
- Loads a single
.ptfrommodel_pathand returns (Segmentation, BoundingBox) pairs.
Works Best With
- Visualization and per-class stats.
Caveats
- Ensure a single
.pt; adjustimg_size,iou,threshold.
Versions
- 316c06bflatestdefaultlinux/amd64
Automated release