Class YoloDetector
java.lang.Object
org.episteme.core.media.vision.detection.YoloDetector
Wrapper for YOLO (You Only Look Once) Object Detection models.
Uses ONNXRuntimeBackend to execute YOLOv8 models.
Provides sophisticated pre-processing and post-processing (NMS).
- Since:
- 2.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordRepresents a detected object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDetects objects in an image.
-
Constructor Details
-
YoloDetector
-
-
Method Details
-
detect
Detects objects in an image.- Parameters:
imagePath- path to the input image.- Returns:
- list of detected objects.
-