Class: Google::Cloud::AIPlatform::V1::Schema::Predict::Params::VideoObjectTrackingPredictionParams
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Schema::Predict::Params::VideoObjectTrackingPredictionParams
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/schema/predict/params/video_object_tracking.rb
Overview
Prediction model parameters for Video Object Tracking.
Instance Attribute Summary collapse
-
#confidence_threshold ⇒ ::Float
The Model only returns predictions with at least this confidence score.
-
#max_predictions ⇒ ::Integer
The model only returns up to that many top, by confidence score, predictions per frame of the video.
-
#min_bounding_box_size ⇒ ::Float
Only bounding boxes with shortest edge at least that long as a relative value of video frame size are returned.
Instance Attribute Details
#confidence_threshold ⇒ ::Float
Returns The Model only returns predictions with at least this confidence score. Default value is 0.0.
41 42 43 44 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/params/video_object_tracking.rb', line 41 class VideoObjectTrackingPredictionParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_predictions ⇒ ::Integer
Returns The model only returns up to that many top, by confidence score, predictions per frame of the video. If this number is very high, the Model may return fewer predictions per frame. Default value is 50.
41 42 43 44 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/params/video_object_tracking.rb', line 41 class VideoObjectTrackingPredictionParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_bounding_box_size ⇒ ::Float
Returns Only bounding boxes with shortest edge at least that long as a relative value of video frame size are returned. Default value is 0.0.
41 42 43 44 |
# File 'proto_docs/google/cloud/aiplatform/v1/schema/predict/params/video_object_tracking.rb', line 41 class VideoObjectTrackingPredictionParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |