Package | Description |
---|---|
com.google.api.services.language.v2.model |
Modifier and Type | Method and Description |
---|---|
XPSImageObjectDetectionEvaluationMetrics |
XPSImageObjectDetectionEvaluationMetrics.clone() |
XPSImageObjectDetectionEvaluationMetrics |
XPSEvaluationMetrics.getImageObjectDetectionEvalMetrics() |
XPSImageObjectDetectionEvaluationMetrics |
XPSImageObjectDetectionEvaluationMetrics.set(String fieldName,
Object value) |
XPSImageObjectDetectionEvaluationMetrics |
XPSImageObjectDetectionEvaluationMetrics.setBoundingBoxMeanAveragePrecision(Float boundingBoxMeanAveragePrecision)
The single metric for bounding boxes evaluation: the mean_average_precision averaged over all
bounding_box_metrics_entries.
|
XPSImageObjectDetectionEvaluationMetrics |
XPSImageObjectDetectionEvaluationMetrics.setBoundingBoxMetricsEntries(List<XPSBoundingBoxMetricsEntry> boundingBoxMetricsEntries)
The bounding boxes match metrics for each Intersection-over-union threshold
0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 and each label confidence threshold
0.05,0.10,...,0.95,0.96,0.97,0.98,0.99 pair.
|
XPSImageObjectDetectionEvaluationMetrics |
XPSImageObjectDetectionEvaluationMetrics.setEvaluatedBoundingBoxCount(Integer evaluatedBoundingBoxCount)
The total number of bounding boxes (i.e.
|
Modifier and Type | Method and Description |
---|---|
XPSEvaluationMetrics |
XPSEvaluationMetrics.setImageObjectDetectionEvalMetrics(XPSImageObjectDetectionEvaluationMetrics imageObjectDetectionEvalMetrics) |
Copyright © 2011–2025 Google. All rights reserved.