You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
### 🚀 Features
4
4
5
5
- Added param 'returnEmpty' to [ImageCropBoxes](https://scaledp.stabrise.com/en/latest/image/image_crop_boxes.html) for avoid to have exceptions if no boxes are found
6
+
- Added labels param to the [YoloOnnxDetector](https://scaledp.stabrise.com/en/latest/models/detectors/yolo_onnx_detector.html)
7
+
- Improve displaying labels in [ImageDrawBoxes](https://scaledp.stabrise.com/en/latest/image/image_draw_boxes.html)
| padding | int | Padding percent to expand detected boxes | 0 |
50
+
| labels | list | List of class labels for detected objects |[]|
50
51
51
52
## Notes
52
53
- The detector loads YOLO ONNX models from Hugging Face Hub or local path.
53
54
- Supports batch and distributed processing with Spark.
54
55
- Padding expands detected bounding boxes by a percentage.
56
+
- The `labels` parameter allows you to specify custom class labels for the detected objects. If provided, detection results will use these labels instead of class indices.
55
57
- Used as a base for specialized detectors (e.g., [**Face Detector**]
0 commit comments