Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::Schema::Predict::Params::VideoObjectTrackingPredictionParams (v0.10.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::Schema::Predict::Params::VideoObjectTrackingPredictionParams.

Prediction model parameters for Video Object Tracking.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#confidence_threshold

def confidence_threshold() -> ::Float
Returns
  • (::Float) — The Model only returns predictions with at least this confidence score. Default value is 0.0

#confidence_threshold=

def confidence_threshold=(value) -> ::Float
Parameter
  • value (::Float) — The Model only returns predictions with at least this confidence score. Default value is 0.0
Returns
  • (::Float) — The Model only returns predictions with at least this confidence score. Default value is 0.0

#max_predictions

def max_predictions() -> ::Integer
Returns
  • (::Integer) — 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.

#max_predictions=

def max_predictions=(value) -> ::Integer
Parameter
  • value (::Integer) — 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.
Returns
  • (::Integer) — 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.

#min_bounding_box_size

def min_bounding_box_size() -> ::Float
Returns
  • (::Float) — 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.

#min_bounding_box_size=

def min_bounding_box_size=(value) -> ::Float
Parameter
  • value (::Float) — 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.
Returns
  • (::Float) — 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.