Class: Google::Cloud::DataLabeling::V1beta1::ObjectDetectionMetrics

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#pr_curve::Google::Cloud::DataLabeling::V1beta1::PrCurve

Returns Precision-recall curve.

Returns:



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