Class: Google::Cloud::DataLabeling::V1beta1::ObjectDetectionMetrics
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::ObjectDetectionMetrics
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb
Overview
Metrics calculated for an image object detection (bounding box) model.
Instance Attribute Summary collapse
-
#pr_curve ⇒ ::Google::Cloud::DataLabeling::V1beta1::PrCurve
Precision-recall curve.
Instance Attribute Details
#pr_curve ⇒ ::Google::Cloud::DataLabeling::V1beta1::PrCurve
Returns Precision-recall curve.
115 116 117 118 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/evaluation.rb', line 115 class ObjectDetectionMetrics include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |