View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictParamsVideoObjectTrackingPredictionParams (google_api_ai_platform v0.13.0)

Prediction model parameters for Video Object Tracking.

Attributes

  • confidenceThreshold (type: number(), default: nil) - The Model only returns predictions with at least this confidence score. Default value is 0.0
  • maxPredictions (type: integer(), default: nil) - 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.
  • minBoundingBoxSize (type: number(), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaPredictParamsVideoObjectTrackingPredictionParams{
    confidenceThreshold: number() | nil,
    maxPredictions: integer() | nil,
    minBoundingBoxSize: number() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.