evaluateDetectionAOS
(To be removed) Evaluate average orientation similarity metric for object detection
evaluateDetectionAOS
will be removed in a future release. Use evaluateObjectDetection
instead.
Syntax
Description
computes the average orientation similarity (AOS) metric. The metric can be used to measure
the detection results metrics
= evaluateDetectionAOS(detectionResults
,groundTruthData
)detectionResults
against ground truth data
groundTruthData
. The AOS is a metric for measuring detector
performance on rotated rectangle detections.
additionally specifies the overlap threshold for assigning a detection to a ground truth
bounding box.metrics
= evaluateDetectionAOS(detectionResults
,groundTruthData
,threshold
)
Examples
Input Arguments
Output Arguments
References
[1] Geiger, A., P. Lenz., and R. Urtasun. "Are we ready for autonomous driving? The KITTI vision benchmark suite." IEEE Conference on Computer Vision and Pattern Recognition. IEEE, 2012.