Class VideoObjectTrackingPredictionParams (1.0.1)

VideoObjectTrackingPredictionParams(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Prediction model parameters for Video Object Tracking. .. attribute:: confidence_threshold

The Model only returns predictions with at least this confidence score. Default value is 0.0

:type: float

Attributes

NameDescription
max_predictions int
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 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.

Inheritance

builtins.object > proto.message.Message > VideoObjectTrackingPredictionParams