v0.48.3
roboflow/inferencev0.48.3May 5, 2025by grzegorz-roboflow
AI Summary
v0.48.3 is a maintenance release focused on bug fixes, specifically correcting detection anchor positioning for 'ALL' and resolving serialization issues with sv.Detections produced by segmentation models.
Key Highlights
- Fixed detection anchor for 'ALL' position.
- Fixed serialization of sv.Detections from segmentation models to use polygon vertices.
Full Release Notes
## What's Changed * Fix detections anchor for 'ALL' position by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1234 * When serializing sv.Detections produced by segmentation model, use sv.Detections['polygon'] as vertices for points (if available) by @grzegorz-roboflow in https://github.com/roboflow/inference/pull/1236 **Full Changelog**: https://github.com/roboflow/inference/compare/v0.48.1...v0.48.3