Class ObjectDetectionConfig (1.1.0)

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

Config for video object detection human labeling task. Object detection will be conducted on the images extracted from the video, and those objects will be labeled with bounding boxes. User need to specify the number of images to be extracted per second as the extraction frame rate.

Attributes

NameDescription
annotation_spec_set str
Required. Annotation spec set resource name.
extraction_frame_rate float
Required. Number of frames per second to be extracted from the video.